COLOR #385245

HEX: #385245
RGB: (56,82,69)

Color info

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

RGB color model

#385245 color RGB value is (56,82,69).

  • red value is 56;
  • green value is 82;
  • blue value is 69.
RGB:
(56,82,69)
(22%,32%,27%)

RGB channels and saturation

R 56 of 255 = 22%
G 82 of 255 = 32%
B 69 of 255 = 27%

56
82
69

R + G + B ~ 27%. #385245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 82 + 69 = 207 (100%)
R 56 of 207 ~ 27.05%
G 82 of 207 ~ 39.61%
B 69 of 207 ~ 33.33%

%27.05
%39.61
%33.33

CMYK color model

#385245 color CMYK value is (32,0,16,68).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 67.84%
CMYK:
(32,0,16,68)
C32M0Y16K68 
(32%,0%,16%,68%)
(0.32/0.00/0.16/0.68)	

CMYK percentages

%31.71
%0
%15.85
%67.84

Codes

Color #385245 in popluar color models

385245
RGB568269
HSL150°18.84%27.06%
HSB/HSV150°31.71%32.16%
CMYK31.71%0.00%15.85%
67.84%

Color #385245 in popluar number systems.

HEX385245
Decimal568269
Binary11100010100101000101
Octal70122105

Shades and tints

Shades of #385245

#385245
(56,82,69)
#334B3F
(51,75,63)
#2E4439
(46,68,57)
#293D33
(41,61,51)
#24362D
(36,54,45)
#1F2F27
(31,47,39)
#1A2821
(26,40,33)
#15211B
(21,33,27)
#101A15
(16,26,21)
#0B130F
(11,19,15)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #385245

#385245
(56,82,69)
#4A6155
(74,97,85)
#5C7065
(92,112,101)
#6E7F75
(110,127,117)
#808E85
(128,142,133)
#929D95
(146,157,149)
#A4ACA5
(164,172,165)
#B6BBB5
(182,187,181)
#C8CAC5
(200,202,197)
#DAD9D5
(218,217,213)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385245 color. Also use rgb(56,82,69) instead hex code.

Text Font Color

.myTextColor { color: #385245; }

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

This text font color is #385245.


Background Color

.myBgColor { background-color: #385245; }

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

This div background color is #385245.


Border color

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

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

This div border color is #385245.


Opacity

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

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

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

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

This text has shadow with #385245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385245 on black background.


Color preview on white background

This text has color #385245 on white background.



Black color preview on #385245 background

This text has black color on #385245 background.


White color preview on #385245 background

This text has white color on #385245 background.