COLOR #385C15

HEX: #385C15
RGB: (56,92,21)

Color info

#385C15 contains mainly red and green colors. Web safe color of #385C15 is #336600 (or #360).

RGB color model

#385C15 color RGB value is (56,92,21).

  • red value is 56;
  • green value is 92;
  • blue value is 21.
RGB:
(56,92,21)
(22%,36%,8%)

RGB channels and saturation

R 56 of 255 = 22%
G 92 of 255 = 36%
B 21 of 255 = 8%

56
92
21

R + G + B ~ 22%. #385C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 92 + 21 = 169 (100%)
R 56 of 169 ~ 33.14%
G 92 of 169 ~ 54.44%
B 21 of 169 ~ 12.43%

%33.14
%54.44
%12.43

CMYK color model

#385C15 color CMYK value is (39,0,77,64).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 77.17%
  • key color value is 63.92%
CMYK:
(39,0,77,64)
C39M0Y77K64 
(39%,0%,77%,64%)
(0.39/0.00/0.77/0.64)	

CMYK percentages

%39.13
%0
%77.17
%63.92

Codes

Color #385C15 in popluar color models

385C15
RGB569221
HSL90°62.83%22.16%
HSB/HSV90°77.17%36.08%
CMYK39.13%0.00%77.17%
63.92%

Color #385C15 in popluar number systems.

HEX385C15
Decimal569221
Binary111000101110010101
Octal7013425

Shades and tints

Shades of #385C15

#385C15
(56,92,21)
#335414
(51,84,20)
#2E4C13
(46,76,19)
#294412
(41,68,18)
#243C11
(36,60,17)
#1F3410
(31,52,16)
#1A2C0F
(26,44,15)
#15240E
(21,36,14)
#101C0D
(16,28,13)
#0B140C
(11,20,12)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #385C15

#385C15
(56,92,21)
#4A6A2A
(74,106,42)
#5C783F
(92,120,63)
#6E8654
(110,134,84)
#809469
(128,148,105)
#92A27E
(146,162,126)
#A4B093
(164,176,147)
#B6BEA8
(182,190,168)
#C8CCBD
(200,204,189)
#DADAD2
(218,218,210)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385C15 color. Also use rgb(56,92,21) instead hex code.

Text Font Color

.myTextColor { color: #385C15; }

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

This text font color is #385C15.


Background Color

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

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

This div background color is #385C15.


Border color

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

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

This div border color is #385C15.


Opacity

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

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

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

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

This text has shadow with #385C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385C15 on black background.


Color preview on white background

This text has color #385C15 on white background.



Black color preview on #385C15 background

This text has black color on #385C15 background.


White color preview on #385C15 background

This text has white color on #385C15 background.