COLOR #336B50

HEX: #336B50
RGB: (51,107,80)

Renk bilgisi

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

RGB renk modeli

#336B50 color RGB value is (51,107,80).

  • kırmız ton 51;
  • yeşil ton 107;
  • mavi ton 80.
RGB:
(51,107,80)
(20%,42%,31%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 107 of 255 = 42%
B 80 of 255 = 31%

51
107
80

R + G + B ~ 31%. #336B50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 107 + 80 = 238 (100%)
R 51 of 238 ~ 21.43%
G 107 of 238 ~ 44.96%
B 80 of 238 ~ 33.61%

%21.43
%44.96
%33.61

CMYK RENK MODELİ

#336B50 rengi CMYK tonu (52,0,25,58).

  • camgöbeği tonu 52.34%
  • eflatun tonu 0.00%
  • sarı tonu 25.23%
  • ana renk tonu 58.04%
CMYK:
(52,0,25,58)
C52M0Y25K58 
(52%,0%,25%,58%)
(0.52/0.00/0.25/0.58)	

CMYK yüzdeleri

%52.34
%0
%25.23
%58.04

Codes

Color #336B50 in popluar color models

336B50
RGB5110780
HSL151°35.44%30.98%
HSB/HSV151°52.34%41.96%
CMYK52.34%0.00%25.23%
58.04%

Color #336B50 in popluar number systems.

HEX336B50
Decimal5110780
Binary11001111010111010000
Octal63153120

Shades and tints

Shades of #336B50

#336B50
(51,107,80)
#2F6249
(47,98,73)
#2B5942
(43,89,66)
#27503B
(39,80,59)
#234734
(35,71,52)
#1F3E2D
(31,62,45)
#1B3526
(27,53,38)
#172C1F
(23,44,31)
#132318
(19,35,24)
#0F1A11
(15,26,17)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #336B50

#336B50
(51,107,80)
#45785F
(69,120,95)
#57856E
(87,133,110)
#69927D
(105,146,125)
#7B9F8C
(123,159,140)
#8DAC9B
(141,172,155)
#9FB9AA
(159,185,170)
#B1C6B9
(177,198,185)
#C3D3C8
(195,211,200)
#D5E0D7
(213,224,215)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336B50 color. Also use rgb(51,107,80) instead hex code.

Text Font Color

.myTextColor { color: #336B50; }

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

This text font color is #336B50.


Background Color

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

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

This div background color is #336B50.


Border color

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

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

This div border color is #336B50.


Opacity

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

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

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

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

This text has shadow with #336B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336B50 on black background.


Color preview on white background

This text has color #336B50 on white background.



Black color preview on #336B50 background

This text has black color on #336B50 background.


White color preview on #336B50 background

This text has white color on #336B50 background.