COLOR #39813B

HEX: #39813B
RGB: (57,129,59)

Color info

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

RGB color model

#39813B color RGB value is (57,129,59).

  • red value is 57;
  • green value is 129;
  • blue value is 59.
RGB:
(57,129,59)
(22%,51%,23%)

RGB channels and saturation

R 57 of 255 = 22%
G 129 of 255 = 51%
B 59 of 255 = 23%

57
129
59

R + G + B ~ 32%. #39813B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 129 + 59 = 245 (100%)
R 57 of 245 ~ 23.27%
G 129 of 245 ~ 52.65%
B 59 of 245 ~ 24.08%

%23.27
%52.65
%24.08

CMYK color model

#39813B color CMYK value is (56,0,54,49).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 49.41%
CMYK:
(56,0,54,49)
C56M0Y54K49 
(56%,0%,54%,49%)
(0.56/0.00/0.54/0.49)	

CMYK percentages

%55.81
%0
%54.26
%49.41

Codes

Color #39813B in popluar color models

39813B
RGB5712959
HSL122°38.71%36.47%
HSB/HSV122°55.81%50.59%
CMYK55.81%0.00%54.26%
49.41%

Color #39813B in popluar number systems.

HEX39813B
Decimal5712959
Binary11100110000001111011
Octal7120173

Shades and tints

Shades of #39813B

#39813B
(57,129,59)
#347636
(52,118,54)
#2F6B31
(47,107,49)
#2A602C
(42,96,44)
#255527
(37,85,39)
#204A22
(32,74,34)
#1B3F1D
(27,63,29)
#163418
(22,52,24)
#112913
(17,41,19)
#0C1E0E
(12,30,14)
#071309
(7,19,9)
#000000
(0,0,0)

Tints of #39813B

#39813B
(57,129,59)
#4B8C4C
(75,140,76)
#5D975D
(93,151,93)
#6FA26E
(111,162,110)
#81AD7F
(129,173,127)
#93B890
(147,184,144)
#A5C3A1
(165,195,161)
#B7CEB2
(183,206,178)
#C9D9C3
(201,217,195)
#DBE4D4
(219,228,212)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39813B color. Also use rgb(57,129,59) instead hex code.

Text Font Color

.myTextColor { color: #39813B; }

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

This text font color is #39813B.


Background Color

.myBgColor { background-color: #39813B; }

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

This div background color is #39813B.


Border color

.myBorderColor { border: 1px solid #39813B; }

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

This div border color is #39813B.


Opacity

.myOpacity80 { color: #39813B; opacity: 0.8; }

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

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

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

This text has shadow with #39813B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39813B on black background.


Color preview on white background

This text has color #39813B on white background.



Black color preview on #39813B background

This text has black color on #39813B background.


White color preview on #39813B background

This text has white color on #39813B background.