COLOR #399749

HEX: #399749
RGB: (57,151,73)

Color info

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

RGB color model

#399749 color RGB value is (57,151,73).

  • red value is 57;
  • green value is 151;
  • blue value is 73.
RGB:
(57,151,73)
(22%,59%,29%)

RGB channels and saturation

R 57 of 255 = 22%
G 151 of 255 = 59%
B 73 of 255 = 29%

57
151
73

R + G + B ~ 37%. #399749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 151 + 73 = 281 (100%)
R 57 of 281 ~ 20.28%
G 151 of 281 ~ 53.74%
B 73 of 281 ~ 25.98%

%20.28
%53.74
%25.98

CMYK color model

#399749 color CMYK value is (62,0,52,41).

  • cyan value is 62.25%
  • magenta value is 0.00%
  • yellow value is 51.66%
  • key color value is 40.78%
CMYK:
(62,0,52,41)
C62M0Y52K41 
(62%,0%,52%,41%)
(0.62/0.00/0.52/0.41)	

CMYK percentages

%62.25
%0
%51.66
%40.78

Codes

Color #399749 in popluar color models

399749
RGB5715173
HSL130°45.19%40.78%
HSB/HSV130°62.25%59.22%
CMYK62.25%0.00%51.66%
40.78%

Color #399749 in popluar number systems.

HEX399749
Decimal5715173
Binary111001100101111001001
Octal71227111

Shades and tints

Shades of #399749

#399749
(57,151,73)
#348A43
(52,138,67)
#2F7D3D
(47,125,61)
#2A7037
(42,112,55)
#256331
(37,99,49)
#20562B
(32,86,43)
#1B4925
(27,73,37)
#163C1F
(22,60,31)
#112F19
(17,47,25)
#0C2213
(12,34,19)
#07150D
(7,21,13)
#000000
(0,0,0)

Tints of #399749

#399749
(57,151,73)
#4BA059
(75,160,89)
#5DA969
(93,169,105)
#6FB279
(111,178,121)
#81BB89
(129,187,137)
#93C499
(147,196,153)
#A5CDA9
(165,205,169)
#B7D6B9
(183,214,185)
#C9DFC9
(201,223,201)
#DBE8D9
(219,232,217)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399749 color. Also use rgb(57,151,73) instead hex code.

Text Font Color

.myTextColor { color: #399749; }

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

This text font color is #399749.


Background Color

.myBgColor { background-color: #399749; }

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

This div background color is #399749.


Border color

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

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

This div border color is #399749.


Opacity

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

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

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

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

This text has shadow with #399749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399749 on black background.


Color preview on white background

This text has color #399749 on white background.



Black color preview on #399749 background

This text has black color on #399749 background.


White color preview on #399749 background

This text has white color on #399749 background.