COLOR #395D21

HEX: #395D21
RGB: (57,93,33)

Color info

#395D21 contains mainly red and green colors. Web safe color of #395D21 is #336633 (or #363).

RGB color model

#395D21 color RGB value is (57,93,33).

  • red value is 57;
  • green value is 93;
  • blue value is 33.
RGB:
(57,93,33)
(22%,36%,13%)

RGB channels and saturation

R 57 of 255 = 22%
G 93 of 255 = 36%
B 33 of 255 = 13%

57
93
33

R + G + B ~ 24%. #395D21 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 93 + 33 = 183 (100%)
R 57 of 183 ~ 31.15%
G 93 of 183 ~ 50.82%
B 33 of 183 ~ 18.03%

%31.15
%50.82
%18.03

CMYK color model

#395D21 color CMYK value is (39,0,65,64).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 64.52%
  • key color value is 63.53%
CMYK:
(39,0,65,64)
C39M0Y65K64 
(39%,0%,65%,64%)
(0.39/0.00/0.65/0.64)	

CMYK percentages

%38.71
%0
%64.52
%63.53

Codes

Color #395D21 in popluar color models

395D21
RGB579333
HSL96°47.62%24.71%
HSB/HSV96°64.52%36.47%
CMYK38.71%0.00%64.52%
63.53%

Color #395D21 in popluar number systems.

HEX395D21
Decimal579333
Binary1110011011101100001
Octal7113541

Shades and tints

Shades of #395D21

#395D21
(57,93,33)
#34551E
(52,85,30)
#2F4D1B
(47,77,27)
#2A4518
(42,69,24)
#253D15
(37,61,21)
#203512
(32,53,18)
#1B2D0F
(27,45,15)
#16250C
(22,37,12)
#111D09
(17,29,9)
#0C1506
(12,21,6)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #395D21

#395D21
(57,93,33)
#4B6B35
(75,107,53)
#5D7949
(93,121,73)
#6F875D
(111,135,93)
#819571
(129,149,113)
#93A385
(147,163,133)
#A5B199
(165,177,153)
#B7BFAD
(183,191,173)
#C9CDC1
(201,205,193)
#DBDBD5
(219,219,213)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395D21 color. Also use rgb(57,93,33) instead hex code.

Text Font Color

.myTextColor { color: #395D21; }

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

This text font color is #395D21.


Background Color

.myBgColor { background-color: #395D21; }

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

This div background color is #395D21.


Border color

.myBorderColor { border: 1px solid #395D21; }

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

This div border color is #395D21.


Opacity

.myOpacity80 { color: #395D21; opacity: 0.8; }

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

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

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

This text has shadow with #395D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395D21 on black background.


Color preview on white background

This text has color #395D21 on white background.



Black color preview on #395D21 background

This text has black color on #395D21 background.


White color preview on #395D21 background

This text has white color on #395D21 background.