COLOR #337042

HEX: #337042 RGB: (51,112,66)

Color info

#337042 contains mainly green and blue colors. Web safe color of #337042 is #336633 (or #363).

RGB color model

#337042 color RGB value is (51,112,66).

RGB: (51,112,66) (20%, 44%, 26%)

RGB channels and saturation

R 51 of 255 = 20%
G 112 of 255 = 44%
B 66 of 255 = 26%

51
112
66

R + G + B ~ 30%. #337042 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 112 + 66 = 229 (100%)
R 51 of 229 ~ 22.27%
G 112 of 229 ~ 48.91%
B 66 of 229 ~ 28.82'%

%22.27
%48.91
%28.82

CMYK color model

#337042 color CMYK value is (54,0,41,56).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 56.08%
CMYK: (54,0,41,56) C54M0Y41K56 (54%,0%,41%,56%) (0.54/0.00/0.41/0.56) 

CMYK percentages

%54.46
%0
%41.07
%56.08

Codes

Color #337042 in popluar color models

33 70 42
RGB 51 112 66
HSL 135° 37.42% 31.96%
HSB/HSV 135° 54.46% 43.92%
CMYK 54.46% 0.00% 41.07%
56.08%

Color #337042 in popluar number systems.

HEX 33 70 42
Decimal 51 112 66
Binary 110011 1110000 1000010
Octal 63 160 102

Shades and tints

Shades of #337042

#337042
(51,112,66)
#2F663C
(47,102,60)
#2B5C36
(43,92,54)
#275230
(39,82,48)
#23482A
(35,72,42)
#1F3E24
(31,62,36)
#1B341E
(27,52,30)
#172A18
(23,42,24)
#132012
(19,32,18)
#0F160C
(15,22,12)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #337042

#337042
(51,112,66)
#457D53
(69,125,83)
#578A64
(87,138,100)
#699775
(105,151,117)
#7BA486
(123,164,134)
#8DB197
(141,177,151)
#9FBEA8
(159,190,168)
#B1CBB9
(177,203,185)
#C3D8CA
(195,216,202)
#D5E5DB
(213,229,219)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337042; }

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

This text font color is #337042.

Background Color

.myBgColor { background-color: #337042; }

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

This div background color is #337042.

Border color

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

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

This div border color is #337042.

Opacity

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

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

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

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

This text has shadow with #337042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #337042.

Preview

Color preview on black background

This text has color #337042 on black background.


Color preview on white background

This text has color #337042 on white background.


Black color preview on #337042 background

This text has black color on #337042 background.


White color preview on #337042 background

This text has white color on #337042 background.


Related colors

Complementary color

Complementary color for #hex is #CC8FBD.


I love getcolorcode.com

Triadic colors

1 #423370 and #704233 with #337042 are triadic colors.

2 #427033 and #703342 with #337042 are triadic colors.