COLOR #385537

HEX: #385537
RGB: (56,85,55)

Color info

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

RGB color model

#385537 color RGB value is (56,85,55).

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

RGB channels and saturation

R 56 of 255 = 22%
G 85 of 255 = 33%
B 55 of 255 = 22%

56
85
55

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

Portions of RGB colors in percentages

R + G + B =
56 + 85 + 55 = 196 (100%)
R 56 of 196 ~ 28.57%
G 85 of 196 ~ 43.37%
B 55 of 196 ~ 28.06%

%28.57
%43.37
%28.06

CMYK color model

#385537 color CMYK value is (34,0,35,67).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(34,0,35,67)
C34M0Y35K67 
(34%,0%,35%,67%)
(0.34/0.00/0.35/0.67)	

CMYK percentages

%34.12
%0
%35.29
%66.67

Codes

Color #385537 in popluar color models

385537
RGB568555
HSL118°21.43%27.45%
HSB/HSV118°35.29%33.33%
CMYK34.12%0.00%35.29%
66.67%

Color #385537 in popluar number systems.

HEX385537
Decimal568555
Binary1110001010101110111
Octal7012567

Shades and tints

Shades of #385537

#385537
(56,85,55)
#334E32
(51,78,50)
#2E472D
(46,71,45)
#294028
(41,64,40)
#243923
(36,57,35)
#1F321E
(31,50,30)
#1A2B19
(26,43,25)
#152414
(21,36,20)
#101D0F
(16,29,15)
#0B160A
(11,22,10)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #385537

#385537
(56,85,55)
#4A6449
(74,100,73)
#5C735B
(92,115,91)
#6E826D
(110,130,109)
#80917F
(128,145,127)
#92A091
(146,160,145)
#A4AFA3
(164,175,163)
#B6BEB5
(182,190,181)
#C8CDC7
(200,205,199)
#DADCD9
(218,220,217)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385537; }

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

This text font color is #385537.


Background Color

.myBgColor { background-color: #385537; }

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

This div background color is #385537.


Border color

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

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

This div border color is #385537.


Opacity

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

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

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

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

This text has shadow with #385537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385537 on black background.


Color preview on white background

This text has color #385537 on white background.



Black color preview on #385537 background

This text has black color on #385537 background.


White color preview on #385537 background

This text has white color on #385537 background.