COLOR #387436

HEX: #387436
RGB: (56,116,54)

Color info

#387436 contains mainly green color. Web safe color of #387436 is #336633 (or #363).

RGB color model

#387436 color RGB value is (56,116,54).

  • red value is 56;
  • green value is 116;
  • blue value is 54.
RGB:
(56,116,54)
(22%,45%,21%)

RGB channels and saturation

R 56 of 255 = 22%
G 116 of 255 = 45%
B 54 of 255 = 21%

56
116
54

R + G + B ~ 29%. #387436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 116 + 54 = 226 (100%)
R 56 of 226 ~ 24.78%
G 116 of 226 ~ 51.33%
B 54 of 226 ~ 23.89%

%24.78
%51.33
%23.89

CMYK color model

#387436 color CMYK value is (52,0,53,55).

  • cyan value is 51.72%
  • magenta value is 0.00%
  • yellow value is 53.45%
  • key color value is 54.51%
CMYK:
(52,0,53,55)
C52M0Y53K55 
(52%,0%,53%,55%)
(0.52/0.00/0.53/0.55)	

CMYK percentages

%51.72
%0
%53.45
%54.51

Codes

Color #387436 in popluar color models

387436
RGB5611654
HSL118°36.47%33.33%
HSB/HSV118°53.45%45.49%
CMYK51.72%0.00%53.45%
54.51%

Color #387436 in popluar number systems.

HEX387436
Decimal5611654
Binary1110001110100110110
Octal7016466

Shades and tints

Shades of #387436

#387436
(56,116,54)
#336A32
(51,106,50)
#2E602E
(46,96,46)
#29562A
(41,86,42)
#244C26
(36,76,38)
#1F4222
(31,66,34)
#1A381E
(26,56,30)
#152E1A
(21,46,26)
#102416
(16,36,22)
#0B1A12
(11,26,18)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #387436

#387436
(56,116,54)
#4A8048
(74,128,72)
#5C8C5A
(92,140,90)
#6E986C
(110,152,108)
#80A47E
(128,164,126)
#92B090
(146,176,144)
#A4BCA2
(164,188,162)
#B6C8B4
(182,200,180)
#C8D4C6
(200,212,198)
#DAE0D8
(218,224,216)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387436 color. Also use rgb(56,116,54) instead hex code.

Text Font Color

.myTextColor { color: #387436; }

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

This text font color is #387436.


Background Color

.myBgColor { background-color: #387436; }

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

This div background color is #387436.


Border color

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

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

This div border color is #387436.


Opacity

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

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

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

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

This text has shadow with #387436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387436 on black background.


Color preview on white background

This text has color #387436 on white background.



Black color preview on #387436 background

This text has black color on #387436 background.


White color preview on #387436 background

This text has white color on #387436 background.