COLOR #336D5A

HEX: #336D5A
RGB: (51,109,90)

Renk bilgisi

#336D5A contains red, green and blue colors in about the same proportion. #336D5A ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#336D5A color RGB value is (51,109,90).

  • kırmız ton 51;
  • yeşil ton 109;
  • mavi ton 90.
RGB:
(51,109,90)
(20%,43%,35%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 109 of 255 = 43%
B 90 of 255 = 35%

51
109
90

R + G + B ~ 33%. #336D5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 109 + 90 = 250 (100%)
R 51 of 250 ~ 20.4%
G 109 of 250 ~ 43.6%
B 90 of 250 ~ 36%

%20.4
%43.6
%36

CMYK RENK MODELİ

#336D5A rengi CMYK tonu (53,0,17,57).

  • camgöbeği tonu 53.21%
  • eflatun tonu 0.00%
  • sarı tonu 17.43%
  • ana renk tonu 57.25%
CMYK:
(53,0,17,57)
C53M0Y17K57 
(53%,0%,17%,57%)
(0.53/0.00/0.17/0.57)	

CMYK yüzdeleri

%53.21
%0
%17.43
%57.25

Codes

Color #336D5A in popluar color models

336D5A
RGB5110990
HSL160°36.25%31.37%
HSB/HSV160°53.21%42.75%
CMYK53.21%0.00%17.43%
57.25%

Color #336D5A in popluar number systems.

HEX336D5A
Decimal5110990
Binary11001111011011011010
Octal63155132

Shades and tints

Shades of #336D5A

#336D5A
(51,109,90)
#2F6452
(47,100,82)
#2B5B4A
(43,91,74)
#275242
(39,82,66)
#23493A
(35,73,58)
#1F4032
(31,64,50)
#1B372A
(27,55,42)
#172E22
(23,46,34)
#13251A
(19,37,26)
#0F1C12
(15,28,18)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #336D5A

#336D5A
(51,109,90)
#457A69
(69,122,105)
#578778
(87,135,120)
#699487
(105,148,135)
#7BA196
(123,161,150)
#8DAEA5
(141,174,165)
#9FBBB4
(159,187,180)
#B1C8C3
(177,200,195)
#C3D5D2
(195,213,210)
#D5E2E1
(213,226,225)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336D5A color. Also use rgb(51,109,90) instead hex code.

Text Font Color

.myTextColor { color: #336D5A; }

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

This text font color is #336D5A.


Background Color

.myBgColor { background-color: #336D5A; }

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

This div background color is #336D5A.


Border color

.myBorderColor { border: 1px solid #336D5A; }

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

This div border color is #336D5A.


Opacity

.myOpacity80 { color: #336D5A; opacity: 0.8; }

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

Text with #336D5A 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 #336D5A;}

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

This text has shadow with #336D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336D5A on black background.


Color preview on white background

This text has color #336D5A on white background.



Black color preview on #336D5A background

This text has black color on #336D5A background.


White color preview on #336D5A background

This text has white color on #336D5A background.