COLOR #337431

HEX: #337431
RGB: (51,116,49)

Color info

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

RGB color model

#337431 color RGB value is (51,116,49).

  • red value is 51;
  • green value is 116;
  • blue value is 49.
RGB:
(51,116,49)
(20%,45%,19%)

RGB channels and saturation

R 51 of 255 = 20%
G 116 of 255 = 45%
B 49 of 255 = 19%

51
116
49

R + G + B ~ 28%. #337431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 116 + 49 = 216 (100%)
R 51 of 216 ~ 23.61%
G 116 of 216 ~ 53.7%
B 49 of 216 ~ 22.69%

%23.61
%53.7
%22.69

CMYK color model

#337431 color CMYK value is (56,0,58,55).

  • cyan value is 56.03%
  • magenta value is 0.00%
  • yellow value is 57.76%
  • key color value is 54.51%
CMYK:
(56,0,58,55)
C56M0Y58K55 
(56%,0%,58%,55%)
(0.56/0.00/0.58/0.55)	

CMYK percentages

%56.03
%0
%57.76
%54.51

Codes

Color #337431 in popluar color models

337431
RGB5111649
HSL118°40.61%32.35%
HSB/HSV118°57.76%45.49%
CMYK56.03%0.00%57.76%
54.51%

Color #337431 in popluar number systems.

HEX337431
Decimal5111649
Binary1100111110100110001
Octal6316461

Shades and tints

Shades of #337431

#337431
(51,116,49)
#2F6A2D
(47,106,45)
#2B6029
(43,96,41)
#275625
(39,86,37)
#234C21
(35,76,33)
#1F421D
(31,66,29)
#1B3819
(27,56,25)
#172E15
(23,46,21)
#132411
(19,36,17)
#0F1A0D
(15,26,13)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #337431

#337431
(51,116,49)
#458043
(69,128,67)
#578C55
(87,140,85)
#699867
(105,152,103)
#7BA479
(123,164,121)
#8DB08B
(141,176,139)
#9FBC9D
(159,188,157)
#B1C8AF
(177,200,175)
#C3D4C1
(195,212,193)
#D5E0D3
(213,224,211)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337431 color. Also use rgb(51,116,49) instead hex code.

Text Font Color

.myTextColor { color: #337431; }

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

This text font color is #337431.


Background Color

.myBgColor { background-color: #337431; }

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

This div background color is #337431.


Border color

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

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

This div border color is #337431.


Opacity

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

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

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

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

This text has shadow with #337431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337431 on black background.


Color preview on white background

This text has color #337431 on white background.



Black color preview on #337431 background

This text has black color on #337431 background.


White color preview on #337431 background

This text has white color on #337431 background.