COLOR #399B4B

HEX: #399B4B
RGB: (57,155,75)

Color info

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

RGB color model

#399B4B color RGB value is (57,155,75).

  • red value is 57;
  • green value is 155;
  • blue value is 75.
RGB:
(57,155,75)
(22%,61%,29%)

RGB channels and saturation

R 57 of 255 = 22%
G 155 of 255 = 61%
B 75 of 255 = 29%

57
155
75

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

Portions of RGB colors in percentages

R + G + B =
57 + 155 + 75 = 287 (100%)
R 57 of 287 ~ 19.86%
G 155 of 287 ~ 54.01%
B 75 of 287 ~ 26.13%

%19.86
%54.01
%26.13

CMYK color model

#399B4B color CMYK value is (63,0,52,39).

  • cyan value is 63.23%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 39.22%
CMYK:
(63,0,52,39)
C63M0Y52K39 
(63%,0%,52%,39%)
(0.63/0.00/0.52/0.39)	

CMYK percentages

%63.23
%0
%51.61
%39.22

Codes

Color #399B4B in popluar color models

399B4B
RGB5715575
HSL131°46.23%41.57%
HSB/HSV131°63.23%60.78%
CMYK63.23%0.00%51.61%
39.22%

Color #399B4B in popluar number systems.

HEX399B4B
Decimal5715575
Binary111001100110111001011
Octal71233113

Shades and tints

Shades of #399B4B

#399B4B
(57,155,75)
#348D45
(52,141,69)
#2F7F3F
(47,127,63)
#2A7139
(42,113,57)
#256333
(37,99,51)
#20552D
(32,85,45)
#1B4727
(27,71,39)
#163921
(22,57,33)
#112B1B
(17,43,27)
#0C1D15
(12,29,21)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #399B4B

#399B4B
(57,155,75)
#4BA45B
(75,164,91)
#5DAD6B
(93,173,107)
#6FB67B
(111,182,123)
#81BF8B
(129,191,139)
#93C89B
(147,200,155)
#A5D1AB
(165,209,171)
#B7DABB
(183,218,187)
#C9E3CB
(201,227,203)
#DBECDB
(219,236,219)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399B4B color. Also use rgb(57,155,75) instead hex code.

Text Font Color

.myTextColor { color: #399B4B; }

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

This text font color is #399B4B.


Background Color

.myBgColor { background-color: #399B4B; }

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

This div background color is #399B4B.


Border color

.myBorderColor { border: 1px solid #399B4B; }

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

This div border color is #399B4B.


Opacity

.myOpacity80 { color: #399B4B; opacity: 0.8; }

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

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

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

This text has shadow with #399B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399B4B on black background.


Color preview on white background

This text has color #399B4B on white background.



Black color preview on #399B4B background

This text has black color on #399B4B background.


White color preview on #399B4B background

This text has white color on #399B4B background.