COLOR #385527

HEX: #385527
RGB: (56,85,39)

Color info

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

RGB color model

#385527 color RGB value is (56,85,39).

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

RGB channels and saturation

R 56 of 255 = 22%
G 85 of 255 = 33%
B 39 of 255 = 15%

56
85
39

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

Portions of RGB colors in percentages

R + G + B =
56 + 85 + 39 = 180 (100%)
R 56 of 180 ~ 31.11%
G 85 of 180 ~ 47.22%
B 39 of 180 ~ 21.67%

%31.11
%47.22
%21.67

CMYK color model

#385527 color CMYK value is (34,0,54,67).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 54.12%
  • key color value is 66.67%
CMYK: (34,0,54,67) C34M0Y54K67 (34%,0%,54%,67%) (0.34/0.00/0.54/0.67)

CMYK percentages

%34.12
%0
%54.12
%66.67

Codes

Color #385527 in popluar color models

385527
RGB568539
HSL98°37.10%24.31%
HSB/HSV98°54.12%33.33%
CMYK34.12%0.00%54.12%
66.67%

Color #385527 in popluar number systems.

HEX385527
Decimal568539
Binary1110001010101100111
Octal7012547

Shades and tints

Shades of #385527

#385527
(56,85,39)
#334E24
(51,78,36)
#2E4721
(46,71,33)
#29401E
(41,64,30)
#24391B
(36,57,27)
#1F3218
(31,50,24)
#1A2B15
(26,43,21)
#152412
(21,36,18)
#101D0F
(16,29,15)
#0B160C
(11,22,12)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #385527

#385527
(56,85,39)
#4A643A
(74,100,58)
#5C734D
(92,115,77)
#6E8260
(110,130,96)
#809173
(128,145,115)
#92A086
(146,160,134)
#A4AF99
(164,175,153)
#B6BEAC
(182,190,172)
#C8CDBF
(200,205,191)
#DADCD2
(218,220,210)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385527; }

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

This text font color is #385527.


Background Color

.myBgColor { background-color: #385527; }

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

This div background color is #385527.


Border color

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

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

This div border color is #385527.


Opacity

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

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

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

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

This text has shadow with #385527 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #385527 on black background.


Color preview on white background

This text has color #385527 on white background.



Black color preview on #385527 background

This text has black color on #385527 background.


White color preview on #385527 background

This text has white color on #385527 background.