COLOR #399227

HEX: #399227
RGB: (57,146,39)

Color info

#399227 contains mainly green color. Web safe color of #399227 is #339933 (or #393).

RGB color model

#399227 color RGB value is (57,146,39).

  • red value is 57;
  • green value is 146;
  • blue value is 39.
RGB:
(57,146,39)
(22%,57%,15%)

RGB channels and saturation

R 57 of 255 = 22%
G 146 of 255 = 57%
B 39 of 255 = 15%

57
146
39

R + G + B ~ 31%. #399227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 146 + 39 = 242 (100%)
R 57 of 242 ~ 23.55%
G 146 of 242 ~ 60.33%
B 39 of 242 ~ 16.12%

%23.55
%60.33
%16.12

CMYK color model

#399227 color CMYK value is (61,0,73,43).

  • cyan value is 60.96%
  • magenta value is 0.00%
  • yellow value is 73.29%
  • key color value is 42.75%
CMYK:
(61,0,73,43)
C61M0Y73K43 
(61%,0%,73%,43%)
(0.61/0.00/0.73/0.43)	

CMYK percentages

%60.96
%0
%73.29
%42.75

Codes

Color #399227 in popluar color models

399227
RGB5714639
HSL110°57.84%36.27%
HSB/HSV110°73.29%57.25%
CMYK60.96%0.00%73.29%
42.75%

Color #399227 in popluar number systems.

HEX399227
Decimal5714639
Binary11100110010010100111
Octal7122247

Shades and tints

Shades of #399227

#399227
(57,146,39)
#348524
(52,133,36)
#2F7821
(47,120,33)
#2A6B1E
(42,107,30)
#255E1B
(37,94,27)
#205118
(32,81,24)
#1B4415
(27,68,21)
#163712
(22,55,18)
#112A0F
(17,42,15)
#0C1D0C
(12,29,12)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #399227

#399227
(57,146,39)
#4B9B3A
(75,155,58)
#5DA44D
(93,164,77)
#6FAD60
(111,173,96)
#81B673
(129,182,115)
#93BF86
(147,191,134)
#A5C899
(165,200,153)
#B7D1AC
(183,209,172)
#C9DABF
(201,218,191)
#DBE3D2
(219,227,210)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399227 color. Also use rgb(57,146,39) instead hex code.

Text Font Color

.myTextColor { color: #399227; }

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

This text font color is #399227.


Background Color

.myBgColor { background-color: #399227; }

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

This div background color is #399227.


Border color

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

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

This div border color is #399227.


Opacity

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

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

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

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

This text has shadow with #399227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399227 on black background.


Color preview on white background

This text has color #399227 on white background.



Black color preview on #399227 background

This text has black color on #399227 background.


White color preview on #399227 background

This text has white color on #399227 background.