COLOR #385523

HEX: #385523
RGB: (56,85,35)

Color info

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

RGB color model

#385523 color RGB value is (56,85,35).

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

RGB channels and saturation

R 56 of 255 = 22%
G 85 of 255 = 33%
B 35 of 255 = 14%

56
85
35

R + G + B ~ 23%. #385523 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 85 + 35 = 176 (100%)
R 56 of 176 ~ 31.82%
G 85 of 176 ~ 48.3%
B 35 of 176 ~ 19.89%

%31.82
%48.3
%19.89

CMYK color model

#385523 color CMYK value is (34,0,59,67).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 66.67%
CMYK:
(34,0,59,67)
C34M0Y59K67 
(34%,0%,59%,67%)
(0.34/0.00/0.59/0.67)	

CMYK percentages

%34.12
%0
%58.82
%66.67

Codes

Color #385523 in popluar color models

385523
RGB568535
HSL95°41.67%23.53%
HSB/HSV95°58.82%33.33%
CMYK34.12%0.00%58.82%
66.67%

Color #385523 in popluar number systems.

HEX385523
Decimal568535
Binary1110001010101100011
Octal7012543

Shades and tints

Shades of #385523

#385523
(56,85,35)
#334E20
(51,78,32)
#2E471D
(46,71,29)
#29401A
(41,64,26)
#243917
(36,57,23)
#1F3214
(31,50,20)
#1A2B11
(26,43,17)
#15240E
(21,36,14)
#101D0B
(16,29,11)
#0B1608
(11,22,8)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #385523

#385523
(56,85,35)
#4A6437
(74,100,55)
#5C734B
(92,115,75)
#6E825F
(110,130,95)
#809173
(128,145,115)
#92A087
(146,160,135)
#A4AF9B
(164,175,155)
#B6BEAF
(182,190,175)
#C8CDC3
(200,205,195)
#DADCD7
(218,220,215)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385523; }

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

This text font color is #385523.


Background Color

.myBgColor { background-color: #385523; }

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

This div background color is #385523.


Border color

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

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

This div border color is #385523.


Opacity

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

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

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

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

This text has shadow with #385523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385523 on black background.


Color preview on white background

This text has color #385523 on white background.



Black color preview on #385523 background

This text has black color on #385523 background.


White color preview on #385523 background

This text has white color on #385523 background.