COLOR #385C2F

HEX: #385C2F
RGB: (56,92,47)

Color info

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

RGB color model

#385C2F color RGB value is (56,92,47).

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

RGB channels and saturation

R 56 of 255 = 22%
G 92 of 255 = 36%
B 47 of 255 = 18%

56
92
47

R + G + B ~ 25%. #385C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 92 + 47 = 195 (100%)
R 56 of 195 ~ 28.72%
G 92 of 195 ~ 47.18%
B 47 of 195 ~ 24.1%

%28.72
%47.18
%24.1

CMYK color model

#385C2F color CMYK value is (39,0,49,64).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 48.91%
  • key color value is 63.92%
CMYK:
(39,0,49,64)
C39M0Y49K64 
(39%,0%,49%,64%)
(0.39/0.00/0.49/0.64)	

CMYK percentages

%39.13
%0
%48.91
%63.92

Codes

Color #385C2F in popluar color models

385C2F
RGB569247
HSL108°32.37%27.25%
HSB/HSV108°48.91%36.08%
CMYK39.13%0.00%48.91%
63.92%

Color #385C2F in popluar number systems.

HEX385C2F
Decimal569247
Binary1110001011100101111
Octal7013457

Shades and tints

Shades of #385C2F

#385C2F
(56,92,47)
#33542B
(51,84,43)
#2E4C27
(46,76,39)
#294423
(41,68,35)
#243C1F
(36,60,31)
#1F341B
(31,52,27)
#1A2C17
(26,44,23)
#152413
(21,36,19)
#101C0F
(16,28,15)
#0B140B
(11,20,11)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #385C2F

#385C2F
(56,92,47)
#4A6A41
(74,106,65)
#5C7853
(92,120,83)
#6E8665
(110,134,101)
#809477
(128,148,119)
#92A289
(146,162,137)
#A4B09B
(164,176,155)
#B6BEAD
(182,190,173)
#C8CCBF
(200,204,191)
#DADAD1
(218,218,209)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385C2F; }

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

This text font color is #385C2F.


Background Color

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

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

This div background color is #385C2F.


Border color

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

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

This div border color is #385C2F.


Opacity

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

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

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

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

This text has shadow with #385C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385C2F on black background.


Color preview on white background

This text has color #385C2F on white background.



Black color preview on #385C2F background

This text has black color on #385C2F background.


White color preview on #385C2F background

This text has white color on #385C2F background.