COLOR #385A25

HEX: #385A25
RGB: (56,90,37)

Color info

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

RGB color model

#385A25 color RGB value is (56,90,37).

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

RGB channels and saturation

R 56 of 255 = 22%
G 90 of 255 = 35%
B 37 of 255 = 15%

56
90
37

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

Portions of RGB colors in percentages

R + G + B =
56 + 90 + 37 = 183 (100%)
R 56 of 183 ~ 30.6%
G 90 of 183 ~ 49.18%
B 37 of 183 ~ 20.22%

%30.6
%49.18
%20.22

CMYK color model

#385A25 color CMYK value is (38,0,59,65).

  • cyan value is 37.78%
  • magenta value is 0.00%
  • yellow value is 58.89%
  • key color value is 64.71%
CMYK:
(38,0,59,65)
C38M0Y59K65 
(38%,0%,59%,65%)
(0.38/0.00/0.59/0.65)	

CMYK percentages

%37.78
%0
%58.89
%64.71

Codes

Color #385A25 in popluar color models

385A25
RGB569037
HSL98°41.73%24.90%
HSB/HSV98°58.89%35.29%
CMYK37.78%0.00%58.89%
64.71%

Color #385A25 in popluar number systems.

HEX385A25
Decimal569037
Binary1110001011010100101
Octal7013245

Shades and tints

Shades of #385A25

#385A25
(56,90,37)
#335222
(51,82,34)
#2E4A1F
(46,74,31)
#29421C
(41,66,28)
#243A19
(36,58,25)
#1F3216
(31,50,22)
#1A2A13
(26,42,19)
#152210
(21,34,16)
#101A0D
(16,26,13)
#0B120A
(11,18,10)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #385A25

#385A25
(56,90,37)
#4A6938
(74,105,56)
#5C784B
(92,120,75)
#6E875E
(110,135,94)
#809671
(128,150,113)
#92A584
(146,165,132)
#A4B497
(164,180,151)
#B6C3AA
(182,195,170)
#C8D2BD
(200,210,189)
#DAE1D0
(218,225,208)
#ECF0E3
(236,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385A25; }

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

This text font color is #385A25.


Background Color

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

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

This div background color is #385A25.


Border color

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

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

This div border color is #385A25.


Opacity

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

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

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

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

This text has shadow with #385A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385A25 on black background.


Color preview on white background

This text has color #385A25 on white background.



Black color preview on #385A25 background

This text has black color on #385A25 background.


White color preview on #385A25 background

This text has white color on #385A25 background.