COLOR #337E2B

HEX: #337E2B RGB: (51,126,43)

Color info

#337E2B contains mainly green color. Web safe color of #337E2B is #336633 (or #363).

RGB color model

#337E2B color RGB value is (51,126,43).

RGB: (51,126,43) (20%, 49%, 17%)

RGB channels and saturation

R 51 of 255 = 20%
G 126 of 255 = 49%
B 43 of 255 = 17%

51
126
43

R + G + B ~ 29%. #337E2B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 126 + 43 = 220 (100%)
R 51 of 220 ~ 23.18%
G 126 of 220 ~ 57.27%
B 43 of 220 ~ 19.55'%

%23.18
%57.27
%19.55

CMYK color model

#337E2B color CMYK value is (60,0,66,51).

  • cyan value is 59.52%
  • magenta value is 0.00%
  • yellow value is 65.87%
  • key color value is 50.59%
CMYK: (60,0,66,51) C60M0Y66K51 (60%,0%,66%,51%) (0.60/0.00/0.66/0.51) 

CMYK percentages

%59.52
%0
%65.87
%50.59

Codes

Color #337E2B in popluar color models

33 7E 2B
RGB 51 126 43
HSL 114° 49.11% 33.14%
HSB/HSV 114° 65.87% 49.41%
CMYK 59.52% 0.00% 65.87%
50.59%

Color #337E2B in popluar number systems.

HEX 33 7E 2B
Decimal 51 126 43
Binary 110011 1111110 101011
Octal 63 176 53

Shades and tints

Shades of #337E2B

#337E2B
(51,126,43)
#2F7328
(47,115,40)
#2B6825
(43,104,37)
#275D22
(39,93,34)
#23521F
(35,82,31)
#1F471C
(31,71,28)
#1B3C19
(27,60,25)
#173116
(23,49,22)
#132613
(19,38,19)
#0F1B10
(15,27,16)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #337E2B

#337E2B
(51,126,43)
#45893E
(69,137,62)
#579451
(87,148,81)
#699F64
(105,159,100)
#7BAA77
(123,170,119)
#8DB58A
(141,181,138)
#9FC09D
(159,192,157)
#B1CBB0
(177,203,176)
#C3D6C3
(195,214,195)
#D5E1D6
(213,225,214)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337E2B color. Also use rgb(51,126,43) instead hex code.

Text Font Color

.myTextColor { color: #337E2B; }

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

This text font color is #337E2B.

Background Color

.myBgColor { background-color: #337E2B; }

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

This div background color is #337E2B.

Border color

.myBorderColor { border: 1px solid #337E2B; }

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

This div border color is #337E2B.

Opacity

.myOpacity80 { color: #337E2B; opacity: 0.8; }

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

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

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

This text has shadow with #337E2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #337E2B.

Preview

Color preview on black background

This text has color #337E2B on black background.


Color preview on white background

This text has color #337E2B on white background.


Black color preview on #337E2B background

This text has black color on #337E2B background.


White color preview on #337E2B background

This text has white color on #337E2B background.


Related colors

Complementary color

Complementary color for #hex is #CC81D4.


I love getcolorcode.com

Triadic colors

1 #2B337E and #7E2B33 with #337E2B are triadic colors.

2 #2B7E33 and #7E332B with #337E2B are triadic colors.