COLOR #385041

HEX: #385041
RGB: (56,80,65)

Color info

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

RGB color model

#385041 color RGB value is (56,80,65).

  • red value is 56;
  • green value is 80;
  • blue value is 65.
RGB:
(56,80,65)
(22%,31%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 80 of 255 = 31%
B 65 of 255 = 25%

56
80
65

R + G + B ~ 26%. #385041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 80 + 65 = 201 (100%)
R 56 of 201 ~ 27.86%
G 80 of 201 ~ 39.8%
B 65 of 201 ~ 32.34%

%27.86
%39.8
%32.34

CMYK color model

#385041 color CMYK value is (30,0,19,69).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(30,0,19,69)
C30M0Y19K69 
(30%,0%,19%,69%)
(0.30/0.00/0.19/0.69)	

CMYK percentages

%30
%0
%18.75
%68.63

Codes

Color #385041 in popluar color models

385041
RGB568065
HSL143°17.65%26.67%
HSB/HSV143°30.00%31.37%
CMYK30.00%0.00%18.75%
68.63%

Color #385041 in popluar number systems.

HEX385041
Decimal568065
Binary11100010100001000001
Octal70120101

Shades and tints

Shades of #385041

#385041
(56,80,65)
#33493C
(51,73,60)
#2E4237
(46,66,55)
#293B32
(41,59,50)
#24342D
(36,52,45)
#1F2D28
(31,45,40)
#1A2623
(26,38,35)
#151F1E
(21,31,30)
#101819
(16,24,25)
#0B1114
(11,17,20)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #385041

#385041
(56,80,65)
#4A5F52
(74,95,82)
#5C6E63
(92,110,99)
#6E7D74
(110,125,116)
#808C85
(128,140,133)
#929B96
(146,155,150)
#A4AAA7
(164,170,167)
#B6B9B8
(182,185,184)
#C8C8C9
(200,200,201)
#DAD7DA
(218,215,218)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385041 color. Also use rgb(56,80,65) instead hex code.

Text Font Color

.myTextColor { color: #385041; }

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

This text font color is #385041.


Background Color

.myBgColor { background-color: #385041; }

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

This div background color is #385041.


Border color

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

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

This div border color is #385041.


Opacity

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

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

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

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

This text has shadow with #385041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385041 on black background.


Color preview on white background

This text has color #385041 on white background.



Black color preview on #385041 background

This text has black color on #385041 background.


White color preview on #385041 background

This text has white color on #385041 background.