COLOR #336F5D

HEX: #336F5D RGB: (51,111,93)

Color info

#336F5D contains mainly green and blue colors. Web safe color of #336F5D is #336666 (or #366).

RGB color model

#336F5D color RGB value is (51,111,93).

RGB: (51,111,93) (20%, 44%, 36%)

RGB channels and saturation

R 51 of 255 = 20%
G 111 of 255 = 44%
B 93 of 255 = 36%

51
111
93

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

Portions of RGB colors in percentages

R + G + B = 51 + 111 + 93 = 255 (100%)
R 51 of 255 ~ 20%
G 111 of 255 ~ 43.53%
B 93 of 255 ~ 36.47'%

%20
%43.53
%36.47

CMYK color model

#336F5D color CMYK value is (54,0,16,56).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 56.47%

CMYK: (54,0,16,56)
C54M0Y16K56 (54%, 0%, 16%, 56%)
(0.54 / 0.00 / 0.16 / 0.56)

CMYK percentages

%54.05
%0
%16.22
%56.47

Codes

Color #336F5D in popluar color models

33 6F 5D
RGB 51 111 93
HSL 162° 37.04% 31.76%
HSB/HSV 162° 54.05% 43.53%
CMYK 54.05% 0.00% 16.22%
56.47%

Color #336F5D in popluar number systems.

HEX 33 6F 5D
Decimal 51 111 93
Binary 110011 1101111 1011101
Octal 63 157 135

Shades and tints

Shades of #336F5D

#336F5D
(51,111,93)
#2F6555
(47,101,85)
#2B5B4D
(43,91,77)
#275145
(39,81,69)
#23473D
(35,71,61)
#1F3D35
(31,61,53)
#1B332D
(27,51,45)
#172925
(23,41,37)
#131F1D
(19,31,29)
#0F1515
(15,21,21)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #336F5D

#336F5D
(51,111,93)
#457C6B
(69,124,107)
#578979
(87,137,121)
#699687
(105,150,135)
#7BA395
(123,163,149)
#8DB0A3
(141,176,163)
#9FBDB1
(159,189,177)
#B1CABF
(177,202,191)
#C3D7CD
(195,215,205)
#D5E4DB
(213,228,219)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336F5D; }

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

This text font color is #336F5D.

Background Color

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

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

This div background color is #336F5D.

Border color

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

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

This div border color is #336F5D.

Opacity

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

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

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

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

This text has shadow with #336F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336F5D.

Preview

Color preview on black background

This text has color #336F5D on black background.


Color preview on white background

This text has color #336F5D on white background.


Black color preview on #336F5D background

This text has black color on #336F5D background.


White color preview on #336F5D background

This text has white color on #336F5D background.


Related colors

Complementary color

Complementary color for #hex is #CC90A2.


I love getcolorcode.com

Triadic colors

1 #5D336F and #6F5D33 with #336F5D are triadic colors.

2 #5D6F33 and #6F335D with #336F5D are triadic colors.