COLOR #385242

HEX: #385242
RGB: (56,82,66)

Color info

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

RGB color model

#385242 color RGB value is (56,82,66).

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

RGB channels and saturation

R 56 of 255 = 22%
G 82 of 255 = 32%
B 66 of 255 = 26%

56
82
66

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

Portions of RGB colors in percentages

R + G + B =
56 + 82 + 66 = 204 (100%)
R 56 of 204 ~ 27.45%
G 82 of 204 ~ 40.2%
B 66 of 204 ~ 32.35%

%27.45
%40.2
%32.35

CMYK color model

#385242 color CMYK value is (32,0,20,68).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 67.84%
CMYK:
(32,0,20,68)
C32M0Y20K68 
(32%,0%,20%,68%)
(0.32/0.00/0.20/0.68)	

CMYK percentages

%31.71
%0
%19.51
%67.84

Codes

Color #385242 in popluar color models

385242
RGB568266
HSL143°18.84%27.06%
HSB/HSV143°31.71%32.16%
CMYK31.71%0.00%19.51%
67.84%

Color #385242 in popluar number systems.

HEX385242
Decimal568266
Binary11100010100101000010
Octal70122102

Shades and tints

Shades of #385242

#385242
(56,82,66)
#334B3C
(51,75,60)
#2E4436
(46,68,54)
#293D30
(41,61,48)
#24362A
(36,54,42)
#1F2F24
(31,47,36)
#1A281E
(26,40,30)
#152118
(21,33,24)
#101A12
(16,26,18)
#0B130C
(11,19,12)
#060C06
(6,12,6)
#000000
(0,0,0)

Tints of #385242

#385242
(56,82,66)
#4A6153
(74,97,83)
#5C7064
(92,112,100)
#6E7F75
(110,127,117)
#808E86
(128,142,134)
#929D97
(146,157,151)
#A4ACA8
(164,172,168)
#B6BBB9
(182,187,185)
#C8CACA
(200,202,202)
#DAD9DB
(218,217,219)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385242; }

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

This text font color is #385242.


Background Color

.myBgColor { background-color: #385242; }

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

This div background color is #385242.


Border color

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

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

This div border color is #385242.


Opacity

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

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

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

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

This text has shadow with #385242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385242 on black background.


Color preview on white background

This text has color #385242 on white background.



Black color preview on #385242 background

This text has black color on #385242 background.


White color preview on #385242 background

This text has white color on #385242 background.