COLOR #385C25

HEX: #385C25
RGB: (56,92,37)

Color info

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

RGB color model

#385C25 color RGB value is (56,92,37).

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

RGB channels and saturation

R 56 of 255 = 22%
G 92 of 255 = 36%
B 37 of 255 = 15%

56
92
37

R + G + B ~ 24%. #385C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 92 + 37 = 185 (100%)
R 56 of 185 ~ 30.27%
G 92 of 185 ~ 49.73%
B 37 of 185 ~ 20%

%30.27
%49.73
%20

CMYK color model

#385C25 color CMYK value is (39,0,60,64).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 59.78%
  • key color value is 63.92%
CMYK:
(39,0,60,64)
C39M0Y60K64 
(39%,0%,60%,64%)
(0.39/0.00/0.60/0.64)	

CMYK percentages

%39.13
%0
%59.78
%63.92

Codes

Color #385C25 in popluar color models

385C25
RGB569237
HSL99°42.64%25.29%
HSB/HSV99°59.78%36.08%
CMYK39.13%0.00%59.78%
63.92%

Color #385C25 in popluar number systems.

HEX385C25
Decimal569237
Binary1110001011100100101
Octal7013445

Shades and tints

Shades of #385C25

#385C25
(56,92,37)
#335422
(51,84,34)
#2E4C1F
(46,76,31)
#29441C
(41,68,28)
#243C19
(36,60,25)
#1F3416
(31,52,22)
#1A2C13
(26,44,19)
#152410
(21,36,16)
#101C0D
(16,28,13)
#0B140A
(11,20,10)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #385C25

#385C25
(56,92,37)
#4A6A38
(74,106,56)
#5C784B
(92,120,75)
#6E865E
(110,134,94)
#809471
(128,148,113)
#92A284
(146,162,132)
#A4B097
(164,176,151)
#B6BEAA
(182,190,170)
#C8CCBD
(200,204,189)
#DADAD0
(218,218,208)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385C25; }

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

This text font color is #385C25.


Background Color

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

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

This div background color is #385C25.


Border color

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

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

This div border color is #385C25.


Opacity

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

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

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

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

This text has shadow with #385C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385C25 on black background.


Color preview on white background

This text has color #385C25 on white background.



Black color preview on #385C25 background

This text has black color on #385C25 background.


White color preview on #385C25 background

This text has white color on #385C25 background.