COLOR #385737

HEX: #385737
RGB: (56,87,55)

Color info

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

RGB color model

#385737 color RGB value is (56,87,55).

  • red value is 56;
  • green value is 87;
  • blue value is 55.
RGB:
(56,87,55)
(22%,34%,22%)

RGB channels and saturation

R 56 of 255 = 22%
G 87 of 255 = 34%
B 55 of 255 = 22%

56
87
55

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

Portions of RGB colors in percentages

R + G + B =
56 + 87 + 55 = 198 (100%)
R 56 of 198 ~ 28.28%
G 87 of 198 ~ 43.94%
B 55 of 198 ~ 27.78%

%28.28
%43.94
%27.78

CMYK color model

#385737 color CMYK value is (36,0,37,66).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 36.78%
  • key color value is 65.88%
CMYK:
(36,0,37,66)
C36M0Y37K66 
(36%,0%,37%,66%)
(0.36/0.00/0.37/0.66)	

CMYK percentages

%35.63
%0
%36.78
%65.88

Codes

Color #385737 in popluar color models

385737
RGB568755
HSL118°22.54%27.84%
HSB/HSV118°36.78%34.12%
CMYK35.63%0.00%36.78%
65.88%

Color #385737 in popluar number systems.

HEX385737
Decimal568755
Binary1110001010111110111
Octal7012767

Shades and tints

Shades of #385737

#385737
(56,87,55)
#335032
(51,80,50)
#2E492D
(46,73,45)
#294228
(41,66,40)
#243B23
(36,59,35)
#1F341E
(31,52,30)
#1A2D19
(26,45,25)
#152614
(21,38,20)
#101F0F
(16,31,15)
#0B180A
(11,24,10)
#061105
(6,17,5)
#000000
(0,0,0)

Tints of #385737

#385737
(56,87,55)
#4A6649
(74,102,73)
#5C755B
(92,117,91)
#6E846D
(110,132,109)
#80937F
(128,147,127)
#92A291
(146,162,145)
#A4B1A3
(164,177,163)
#B6C0B5
(182,192,181)
#C8CFC7
(200,207,199)
#DADED9
(218,222,217)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385737 color. Also use rgb(56,87,55) instead hex code.

Text Font Color

.myTextColor { color: #385737; }

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

This text font color is #385737.


Background Color

.myBgColor { background-color: #385737; }

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

This div background color is #385737.


Border color

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

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

This div border color is #385737.


Opacity

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

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

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

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

This text has shadow with #385737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385737 on black background.


Color preview on white background

This text has color #385737 on white background.



Black color preview on #385737 background

This text has black color on #385737 background.


White color preview on #385737 background

This text has white color on #385737 background.