COLOR #387342

HEX: #387342
RGB: (56,115,66)

Color info

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

RGB color model

#387342 color RGB value is (56,115,66).

  • red value is 56;
  • green value is 115;
  • blue value is 66.
RGB:
(56,115,66)
(22%,45%,26%)

RGB channels and saturation

R 56 of 255 = 22%
G 115 of 255 = 45%
B 66 of 255 = 26%

56
115
66

R + G + B ~ 31%. #387342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 115 + 66 = 237 (100%)
R 56 of 237 ~ 23.63%
G 115 of 237 ~ 48.52%
B 66 of 237 ~ 27.85%

%23.63
%48.52
%27.85

CMYK color model

#387342 color CMYK value is (51,0,43,55).

  • cyan value is 51.30%
  • magenta value is 0.00%
  • yellow value is 42.61%
  • key color value is 54.90%
CMYK:
(51,0,43,55)
C51M0Y43K55 
(51%,0%,43%,55%)
(0.51/0.00/0.43/0.55)	

CMYK percentages

%51.3
%0
%42.61
%54.9

Codes

Color #387342 in popluar color models

387342
RGB5611566
HSL130°34.50%33.53%
HSB/HSV130°51.30%45.10%
CMYK51.30%0.00%42.61%
54.90%

Color #387342 in popluar number systems.

HEX387342
Decimal5611566
Binary11100011100111000010
Octal70163102

Shades and tints

Shades of #387342

#387342
(56,115,66)
#33693C
(51,105,60)
#2E5F36
(46,95,54)
#295530
(41,85,48)
#244B2A
(36,75,42)
#1F4124
(31,65,36)
#1A371E
(26,55,30)
#152D18
(21,45,24)
#102312
(16,35,18)
#0B190C
(11,25,12)
#060F06
(6,15,6)
#000000
(0,0,0)

Tints of #387342

#387342
(56,115,66)
#4A7F53
(74,127,83)
#5C8B64
(92,139,100)
#6E9775
(110,151,117)
#80A386
(128,163,134)
#92AF97
(146,175,151)
#A4BBA8
(164,187,168)
#B6C7B9
(182,199,185)
#C8D3CA
(200,211,202)
#DADFDB
(218,223,219)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387342 color. Also use rgb(56,115,66) instead hex code.

Text Font Color

.myTextColor { color: #387342; }

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

This text font color is #387342.


Background Color

.myBgColor { background-color: #387342; }

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

This div background color is #387342.


Border color

.myBorderColor { border: 1px solid #387342; }

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

This div border color is #387342.


Opacity

.myOpacity80 { color: #387342; opacity: 0.8; }

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

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

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

This text has shadow with #387342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387342 on black background.


Color preview on white background

This text has color #387342 on white background.



Black color preview on #387342 background

This text has black color on #387342 background.


White color preview on #387342 background

This text has white color on #387342 background.