COLOR #399653

HEX: #399653 RGB: (57,150,83)

Color info

#399653 contains mainly green color. Web safe color of #399653 is #339966 (or #396).

RGB color model

#399653 color RGB value is (57,150,83).

RGB: (57,150,83) (22%, 59%, 33%)

RGB channels and saturation

R 57 of 255 = 22%
G 150 of 255 = 59%
B 83 of 255 = 33%

57
150
83

R + G + B ~ 38%. #399653 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 150 + 83 = 290 (100%)
R 57 of 290 ~ 19.66%
G 150 of 290 ~ 51.72%
B 83 of 290 ~ 28.62'%

%19.66
%51.72
%28.62

CMYK color model

#399653 color CMYK value is (62,0,45,41).

  • cyan value is 62.00%
  • magenta value is 0.00%
  • yellow value is 44.67%
  • key color value is 41.18%

CMYK: (62,0,45,41)
C62M0Y45K41 (62%, 0%, 45%, 41%)
(0.62 / 0.00 / 0.45 / 0.41)

CMYK percentages

%62
%0
%44.67
%41.18

Codes

Color #399653 in popluar color models

39 96 53
RGB 57 150 83
HSL 137° 44.93% 40.59%
HSB/HSV 137° 62.00% 58.82%
CMYK 62.00% 0.00% 44.67%
41.18%

Color #399653 in popluar number systems.

HEX 39 96 53
Decimal 57 150 83
Binary 111001 10010110 1010011
Octal 71 226 123

Shades and tints

Shades of #399653

#399653
(57,150,83)
#34894C
(52,137,76)
#2F7C45
(47,124,69)
#2A6F3E
(42,111,62)
#256237
(37,98,55)
#205530
(32,85,48)
#1B4829
(27,72,41)
#163B22
(22,59,34)
#112E1B
(17,46,27)
#0C2114
(12,33,20)
#07140D
(7,20,13)
#000000
(0,0,0)

Tints of #399653

#399653
(57,150,83)
#4B9F62
(75,159,98)
#5DA871
(93,168,113)
#6FB180
(111,177,128)
#81BA8F
(129,186,143)
#93C39E
(147,195,158)
#A5CCAD
(165,204,173)
#B7D5BC
(183,213,188)
#C9DECB
(201,222,203)
#DBE7DA
(219,231,218)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399653 color. Also use rgb(57,150,83) instead hex code.

Text Font Color

.myTextColor { color: #399653; }

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

This text font color is #399653.

Background Color

.myBgColor { background-color: #399653; }

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

This div background color is #399653.

Border color

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

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

This div border color is #399653.

Opacity

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

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

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

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

This text has shadow with #399653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #399653.

Preview

Color preview on black background

This text has color #399653 on black background.


Color preview on white background

This text has color #399653 on white background.


Black color preview on #399653 background

This text has black color on #399653 background.


White color preview on #399653 background

This text has white color on #399653 background.


Related colors

Complementary color

Complementary color for #hex is #C669AC.


I love getcolorcode.com

Triadic colors

1 #533996 and #965339 with #399653 are triadic colors.

2 #539639 and #963953 with #399653 are triadic colors.