COLOR #385535

HEX: #385535
RGB: (56,85,53)

Color info

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

RGB color model

#385535 color RGB value is (56,85,53).

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

RGB channels and saturation

R 56 of 255 = 22%
G 85 of 255 = 33%
B 53 of 255 = 21%

56
85
53

R + G + B ~ 25%. #385535 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 85 + 53 = 194 (100%)
R 56 of 194 ~ 28.87%
G 85 of 194 ~ 43.81%
B 53 of 194 ~ 27.32%

%28.87
%43.81
%27.32

CMYK color model

#385535 color CMYK value is (34,0,38,67).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 66.67%
CMYK:
(34,0,38,67)
C34M0Y38K67 
(34%,0%,38%,67%)
(0.34/0.00/0.38/0.67)	

CMYK percentages

%34.12
%0
%37.65
%66.67

Codes

Color #385535 in popluar color models

385535
RGB568553
HSL114°23.19%27.06%
HSB/HSV114°37.65%33.33%
CMYK34.12%0.00%37.65%
66.67%

Color #385535 in popluar number systems.

HEX385535
Decimal568553
Binary1110001010101110101
Octal7012565

Shades and tints

Shades of #385535

#385535
(56,85,53)
#334E31
(51,78,49)
#2E472D
(46,71,45)
#294029
(41,64,41)
#243925
(36,57,37)
#1F3221
(31,50,33)
#1A2B1D
(26,43,29)
#152419
(21,36,25)
#101D15
(16,29,21)
#0B1611
(11,22,17)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #385535

#385535
(56,85,53)
#4A6447
(74,100,71)
#5C7359
(92,115,89)
#6E826B
(110,130,107)
#80917D
(128,145,125)
#92A08F
(146,160,143)
#A4AFA1
(164,175,161)
#B6BEB3
(182,190,179)
#C8CDC5
(200,205,197)
#DADCD7
(218,220,215)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385535; }

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

This text font color is #385535.


Background Color

.myBgColor { background-color: #385535; }

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

This div background color is #385535.


Border color

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

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

This div border color is #385535.


Opacity

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

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

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

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

This text has shadow with #385535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385535 on black background.


Color preview on white background

This text has color #385535 on white background.



Black color preview on #385535 background

This text has black color on #385535 background.


White color preview on #385535 background

This text has white color on #385535 background.