COLOR #385935

HEX: #385935
RGB: (56,89,53)

Color info

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

RGB color model

#385935 color RGB value is (56,89,53).

  • red value is 56;
  • green value is 89;
  • blue value is 53.
RGB:
(56,89,53)
(22%,35%,21%)

RGB channels and saturation

R 56 of 255 = 22%
G 89 of 255 = 35%
B 53 of 255 = 21%

56
89
53

R + G + B ~ 26%. #385935 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 89 + 53 = 198 (100%)
R 56 of 198 ~ 28.28%
G 89 of 198 ~ 44.95%
B 53 of 198 ~ 26.77%

%28.28
%44.95
%26.77

CMYK color model

#385935 color CMYK value is (37,0,40,65).

  • cyan value is 37.08%
  • magenta value is 0.00%
  • yellow value is 40.45%
  • key color value is 65.10%
CMYK:
(37,0,40,65)
C37M0Y40K65 
(37%,0%,40%,65%)
(0.37/0.00/0.40/0.65)	

CMYK percentages

%37.08
%0
%40.45
%65.1

Codes

Color #385935 in popluar color models

385935
RGB568953
HSL115°25.35%27.84%
HSB/HSV115°40.45%34.90%
CMYK37.08%0.00%40.45%
65.10%

Color #385935 in popluar number systems.

HEX385935
Decimal568953
Binary1110001011001110101
Octal7013165

Shades and tints

Shades of #385935

#385935
(56,89,53)
#335131
(51,81,49)
#2E492D
(46,73,45)
#294129
(41,65,41)
#243925
(36,57,37)
#1F3121
(31,49,33)
#1A291D
(26,41,29)
#152119
(21,33,25)
#101915
(16,25,21)
#0B1111
(11,17,17)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #385935

#385935
(56,89,53)
#4A6847
(74,104,71)
#5C7759
(92,119,89)
#6E866B
(110,134,107)
#80957D
(128,149,125)
#92A48F
(146,164,143)
#A4B3A1
(164,179,161)
#B6C2B3
(182,194,179)
#C8D1C5
(200,209,197)
#DAE0D7
(218,224,215)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385935 color. Also use rgb(56,89,53) instead hex code.

Text Font Color

.myTextColor { color: #385935; }

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

This text font color is #385935.


Background Color

.myBgColor { background-color: #385935; }

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

This div background color is #385935.


Border color

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

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

This div border color is #385935.


Opacity

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

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

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

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

This text has shadow with #385935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385935 on black background.


Color preview on white background

This text has color #385935 on white background.



Black color preview on #385935 background

This text has black color on #385935 background.


White color preview on #385935 background

This text has white color on #385935 background.