COLOR #395920

HEX: #395920 RGB: (57,89,32)

Color info

#395920 contains red, green and blue colors in about the same proportion. Web safe color of #395920 is #336633 (or #363).

RGB color model

#395920 color RGB value is (57,89,32).

RGB: (57,89,32) (22%, 35%, 13%)

RGB channels and saturation

R 57 of 255 = 22%
G 89 of 255 = 35%
B 32 of 255 = 13%

57
89
32

R + G + B ~ 23%. #395920 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 89 + 32 = 178 (100%)
R 57 of 178 ~ 32.02%
G 89 of 178 ~ 50%
B 32 of 178 ~ 17.98'%

%32.02
%50
%17.98

CMYK color model

#395920 color CMYK value is (36,0,64,65).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 64.04%
  • key color value is 65.10%

CMYK: (36,0,64,65)
C36M0Y64K65 (36%, 0%, 64%, 65%)
(0.36 / 0.00 / 0.64 / 0.65)

CMYK percentages

%35.96
%0
%64.04
%65.1

Codes

Color #395920 in popluar color models

39 59 20
RGB 57 89 32
HSL 94° 47.11% 23.73%
HSB/HSV 94° 64.04% 34.90%
CMYK 35.96% 0.00% 64.04%
65.10%

Color #395920 in popluar number systems.

HEX 39 59 20
Decimal 57 89 32
Binary 111001 1011001 100000
Octal 71 131 40

Shades and tints

Shades of #395920

#395920
(57,89,32)
#34511E
(52,81,30)
#2F491C
(47,73,28)
#2A411A
(42,65,26)
#253918
(37,57,24)
#203116
(32,49,22)
#1B2914
(27,41,20)
#162112
(22,33,18)
#111910
(17,25,16)
#0C110E
(12,17,14)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #395920

#395920
(57,89,32)
#4B6834
(75,104,52)
#5D7748
(93,119,72)
#6F865C
(111,134,92)
#819570
(129,149,112)
#93A484
(147,164,132)
#A5B398
(165,179,152)
#B7C2AC
(183,194,172)
#C9D1C0
(201,209,192)
#DBE0D4
(219,224,212)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395920 color. Also use rgb(57,89,32) instead hex code.

Text Font Color

.myTextColor { color: #395920; }

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

This text font color is #395920.

Background Color

.myBgColor { background-color: #395920; }

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

This div background color is #395920.

Border color

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

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

This div border color is #395920.

Opacity

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

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

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

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

This text has shadow with #395920 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #395920.

Preview

Color preview on black background

This text has color #395920 on black background.


Color preview on white background

This text has color #395920 on white background.


Black color preview on #395920 background

This text has black color on #395920 background.


White color preview on #395920 background

This text has white color on #395920 background.


Related colors

Complementary color

Complementary color for #hex is #C6A6DF.


I love getcolorcode.com

Triadic colors

1 #203959 and #592039 with #395920 are triadic colors.

2 #205939 and #593920 with #395920 are triadic colors.