COLOR #399811

HEX: #399811
RGB: (57,152,17)

Color info

#399811 contains mainly green color. Web safe color of #399811 is #339900 (or #390).

RGB color model

#399811 color RGB value is (57,152,17).

  • red value is 57;
  • green value is 152;
  • blue value is 17.
RGB:
(57,152,17)
(22%,60%,7%)

RGB channels and saturation

R 57 of 255 = 22%
G 152 of 255 = 60%
B 17 of 255 = 7%

57
152
17

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

Portions of RGB colors in percentages

R + G + B =
57 + 152 + 17 = 226 (100%)
R 57 of 226 ~ 25.22%
G 152 of 226 ~ 67.26%
B 17 of 226 ~ 7.52%

%25.22
%67.26

CMYK color model

#399811 color CMYK value is (63,0,89,40).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 88.82%
  • key color value is 40.39%
CMYK:
(63,0,89,40)
C63M0Y89K40 
(63%,0%,89%,40%)
(0.63/0.00/0.89/0.40)	

CMYK percentages

%62.5
%0
%88.82
%40.39

Codes

Color #399811 in popluar color models

399811
RGB5715217
HSL102°79.88%33.14%
HSB/HSV102°88.82%59.61%
CMYK62.50%0.00%88.82%
40.39%

Color #399811 in popluar number systems.

HEX399811
Decimal5715217
Binary1110011001100010001
Octal7123021

Shades and tints

Shades of #399811

#399811
(57,152,17)
#348B10
(52,139,16)
#2F7E0F
(47,126,15)
#2A710E
(42,113,14)
#25640D
(37,100,13)
#20570C
(32,87,12)
#1B4A0B
(27,74,11)
#163D0A
(22,61,10)
#113009
(17,48,9)
#0C2308
(12,35,8)
#071607
(7,22,7)
#000000
(0,0,0)

Tints of #399811

#399811
(57,152,17)
#4BA126
(75,161,38)
#5DAA3B
(93,170,59)
#6FB350
(111,179,80)
#81BC65
(129,188,101)
#93C57A
(147,197,122)
#A5CE8F
(165,206,143)
#B7D7A4
(183,215,164)
#C9E0B9
(201,224,185)
#DBE9CE
(219,233,206)
#EDF2E3
(237,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399811 color. Also use rgb(57,152,17) instead hex code.

Text Font Color

.myTextColor { color: #399811; }

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

This text font color is #399811.


Background Color

.myBgColor { background-color: #399811; }

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

This div background color is #399811.


Border color

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

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

This div border color is #399811.


Opacity

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

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

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

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

This text has shadow with #399811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399811 on black background.


Color preview on white background

This text has color #399811 on white background.



Black color preview on #399811 background

This text has black color on #399811 background.


White color preview on #399811 background

This text has white color on #399811 background.