COLOR #336B5D

HEX: #336B5D
RGB: (51,107,93)

Renk bilgisi

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

RGB renk modeli

#336B5D color RGB value is (51,107,93).

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

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 107 of 255 = 42%
B 93 of 255 = 36%

51
107
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 107 + 93 = 251 (100%)
R 51 of 251 ~ 20.32%
G 107 of 251 ~ 42.63%
B 93 of 251 ~ 37.05%

%20.32
%42.63
%37.05

CMYK RENK MODELİ

#336B5D rengi CMYK tonu (52,0,13,58).

  • camgöbeği tonu 52.34%
  • eflatun tonu 0.00%
  • sarı tonu 13.08%
  • ana renk tonu 58.04%
CMYK:
(52,0,13,58)
C52M0Y13K58 
(52%,0%,13%,58%)
(0.52/0.00/0.13/0.58)	

CMYK yüzdeleri

%52.34
%0
%13.08
%58.04

Codes

Color #336B5D in popluar color models

336B5D
RGB5110793
HSL165°35.44%30.98%
HSB/HSV165°52.34%41.96%
CMYK52.34%0.00%13.08%
58.04%

Color #336B5D in popluar number systems.

HEX336B5D
Decimal5110793
Binary11001111010111011101
Octal63153135

Shades and tints

Shades of #336B5D

#336B5D
(51,107,93)
#2F6255
(47,98,85)
#2B594D
(43,89,77)
#275045
(39,80,69)
#23473D
(35,71,61)
#1F3E35
(31,62,53)
#1B352D
(27,53,45)
#172C25
(23,44,37)
#13231D
(19,35,29)
#0F1A15
(15,26,21)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #336B5D

#336B5D
(51,107,93)
#45786B
(69,120,107)
#578579
(87,133,121)
#699287
(105,146,135)
#7B9F95
(123,159,149)
#8DACA3
(141,172,163)
#9FB9B1
(159,185,177)
#B1C6BF
(177,198,191)
#C3D3CD
(195,211,205)
#D5E0DB
(213,224,219)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336B5D; }

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

This text font color is #336B5D.


Background Color

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

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

This div background color is #336B5D.


Border color

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

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

This div border color is #336B5D.


Opacity

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

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

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

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

This text has shadow with #336B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336B5D on black background.


Color preview on white background

This text has color #336B5D on white background.



Black color preview on #336B5D background

This text has black color on #336B5D background.


White color preview on #336B5D background

This text has white color on #336B5D background.