COLOR #385337

HEX: #385337
RGB: (56,83,55)

Color info

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

RGB color model

#385337 color RGB value is (56,83,55).

  • red value is 56;
  • green value is 83;
  • blue value is 55.
RGB:
(56,83,55)
(22%,33%,22%)

RGB channels and saturation

R 56 of 255 = 22%
G 83 of 255 = 33%
B 55 of 255 = 22%

56
83
55

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

Portions of RGB colors in percentages

R + G + B =
56 + 83 + 55 = 194 (100%)
R 56 of 194 ~ 28.87%
G 83 of 194 ~ 42.78%
B 55 of 194 ~ 28.35%

%28.87
%42.78
%28.35

CMYK color model

#385337 color CMYK value is (33,0,34,67).

  • cyan value is 32.53%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 67.45%
CMYK:
(33,0,34,67)
C33M0Y34K67 
(33%,0%,34%,67%)
(0.33/0.00/0.34/0.67)	

CMYK percentages

%32.53
%0
%33.73
%67.45

Codes

Color #385337 in popluar color models

385337
RGB568355
HSL118°20.29%27.06%
HSB/HSV118°33.73%32.55%
CMYK32.53%0.00%33.73%
67.45%

Color #385337 in popluar number systems.

HEX385337
Decimal568355
Binary1110001010011110111
Octal7012367

Shades and tints

Shades of #385337

#385337
(56,83,55)
#334C32
(51,76,50)
#2E452D
(46,69,45)
#293E28
(41,62,40)
#243723
(36,55,35)
#1F301E
(31,48,30)
#1A2919
(26,41,25)
#152214
(21,34,20)
#101B0F
(16,27,15)
#0B140A
(11,20,10)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #385337

#385337
(56,83,55)
#4A6249
(74,98,73)
#5C715B
(92,113,91)
#6E806D
(110,128,109)
#808F7F
(128,143,127)
#929E91
(146,158,145)
#A4ADA3
(164,173,163)
#B6BCB5
(182,188,181)
#C8CBC7
(200,203,199)
#DADAD9
(218,218,217)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385337 color. Also use rgb(56,83,55) instead hex code.

Text Font Color

.myTextColor { color: #385337; }

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

This text font color is #385337.


Background Color

.myBgColor { background-color: #385337; }

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

This div background color is #385337.


Border color

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

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

This div border color is #385337.


Opacity

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

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

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

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

This text has shadow with #385337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385337 on black background.


Color preview on white background

This text has color #385337 on white background.



Black color preview on #385337 background

This text has black color on #385337 background.


White color preview on #385337 background

This text has white color on #385337 background.