COLOR #385B1F

HEX: #385B1F
RGB: (56,91,31)

Color info

#385B1F contains mainly red and green colors. Web safe color of #385B1F is #336633 (or #363).

RGB color model

#385B1F color RGB value is (56,91,31).

  • red value is 56;
  • green value is 91;
  • blue value is 31.
RGB:
(56,91,31)
(22%,36%,12%)

RGB channels and saturation

R 56 of 255 = 22%
G 91 of 255 = 36%
B 31 of 255 = 12%

56
91
31

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

Portions of RGB colors in percentages

R + G + B =
56 + 91 + 31 = 178 (100%)
R 56 of 178 ~ 31.46%
G 91 of 178 ~ 51.12%
B 31 of 178 ~ 17.42%

%31.46
%51.12
%17.42

CMYK color model

#385B1F color CMYK value is (38,0,66,64).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 65.93%
  • key color value is 64.31%
CMYK:
(38,0,66,64)
C38M0Y66K64 
(38%,0%,66%,64%)
(0.38/0.00/0.66/0.64)	

CMYK percentages

%38.46
%0
%65.93
%64.31

Codes

Color #385B1F in popluar color models

385B1F
RGB569131
HSL95°49.18%23.92%
HSB/HSV95°65.93%35.69%
CMYK38.46%0.00%65.93%
64.31%

Color #385B1F in popluar number systems.

HEX385B1F
Decimal569131
Binary111000101101111111
Octal7013337

Shades and tints

Shades of #385B1F

#385B1F
(56,91,31)
#33531D
(51,83,29)
#2E4B1B
(46,75,27)
#294319
(41,67,25)
#243B17
(36,59,23)
#1F3315
(31,51,21)
#1A2B13
(26,43,19)
#152311
(21,35,17)
#101B0F
(16,27,15)
#0B130D
(11,19,13)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #385B1F

#385B1F
(56,91,31)
#4A6933
(74,105,51)
#5C7747
(92,119,71)
#6E855B
(110,133,91)
#80936F
(128,147,111)
#92A183
(146,161,131)
#A4AF97
(164,175,151)
#B6BDAB
(182,189,171)
#C8CBBF
(200,203,191)
#DAD9D3
(218,217,211)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385B1F color. Also use rgb(56,91,31) instead hex code.

Text Font Color

.myTextColor { color: #385B1F; }

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

This text font color is #385B1F.


Background Color

.myBgColor { background-color: #385B1F; }

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

This div background color is #385B1F.


Border color

.myBorderColor { border: 1px solid #385B1F; }

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

This div border color is #385B1F.


Opacity

.myOpacity80 { color: #385B1F; opacity: 0.8; }

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

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

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

This text has shadow with #385B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385B1F on black background.


Color preview on white background

This text has color #385B1F on white background.



Black color preview on #385B1F background

This text has black color on #385B1F background.


White color preview on #385B1F background

This text has white color on #385B1F background.