COLOR #336742

HEX: #336742
RGB: (51,103,66)

Renk bilgisi

#336742 contains red, green and blue colors in about the same proportion. #336742 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#336742 color RGB value is (51,103,66).

  • kırmız ton 51;
  • yeşil ton 103;
  • mavi ton 66.
RGB:
(51,103,66)
(20%,40%,26%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 103 of 255 = 40%
B 66 of 255 = 26%

51
103
66

R + G + B ~ 29%. #336742 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 103 + 66 = 220 (100%)
R 51 of 220 ~ 23.18%
G 103 of 220 ~ 46.82%
B 66 of 220 ~ 30%

%23.18
%46.82
%30

CMYK RENK MODELİ

#336742 rengi CMYK tonu (50,0,36,60).

  • camgöbeği tonu 50.49%
  • eflatun tonu 0.00%
  • sarı tonu 35.92%
  • ana renk tonu 59.61%
CMYK:
(50,0,36,60)
C50M0Y36K60 
(50%,0%,36%,60%)
(0.50/0.00/0.36/0.60)	

CMYK yüzdeleri

%50.49
%0
%35.92
%59.61

Codes

Color #336742 in popluar color models

336742
RGB5110366
HSL137°33.77%30.20%
HSB/HSV137°50.49%40.39%
CMYK50.49%0.00%35.92%
59.61%

Color #336742 in popluar number systems.

HEX336742
Decimal5110366
Binary11001111001111000010
Octal63147102

Shades and tints

Shades of #336742

#336742
(51,103,66)
#2F5E3C
(47,94,60)
#2B5536
(43,85,54)
#274C30
(39,76,48)
#23432A
(35,67,42)
#1F3A24
(31,58,36)
#1B311E
(27,49,30)
#172818
(23,40,24)
#131F12
(19,31,18)
#0F160C
(15,22,12)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #336742

#336742
(51,103,66)
#457453
(69,116,83)
#578164
(87,129,100)
#698E75
(105,142,117)
#7B9B86
(123,155,134)
#8DA897
(141,168,151)
#9FB5A8
(159,181,168)
#B1C2B9
(177,194,185)
#C3CFCA
(195,207,202)
#D5DCDB
(213,220,219)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336742 color. Also use rgb(51,103,66) instead hex code.

Text Font Color

.myTextColor { color: #336742; }

<p style="color:#336742">This sample text font color is #336742.</p>

This text font color is #336742.


Background Color

.myBgColor { background-color: #336742; }

<div style="background-color:#336742">Inner text</div>

This div background color is #336742.


Border color

.myBorderColor { border: 1px solid #336742; }

<div style="border:3px solid #336742">Div</div>

This div border color is #336742.


Opacity

.myOpacity80 { color: #336742; opacity: 0.8; }

<p style="color:#336742;opacity:0.8;">80%</p>

Text with #336742 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #336742;}

<p style="text-shadow: 3px 3px 1px #336742">Text here.</p>

This text has shadow with #336742 color.

.textShadow {text-shadow: 3px 3px 1px #336742, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #336742, 5px 5px 20px red">Text here.</p>

This text has shadow with #336742 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#336742, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#336742, Direction=45, Strength=4)">Text</p>

This text has shadow with #336742 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #336742;
  -webkit-box-shadow:	1px 1px 3px 2px #336742;
  box-shadow:		1px 1px 3px 2px #336742;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #336742;
-webkit-box-shadow: 1px 1px 3px 2px #336742;
box-shadow:1px 1px 3px 2px #336742;">
Div content here</div>
This div box has shadow with color #336742.

Preview

Color preview on black background

This text has color #336742 on black background.


Color preview on white background

This text has color #336742 on white background.



Black color preview on #336742 background

This text has black color on #336742 background.


White color preview on #336742 background

This text has white color on #336742 background.