COLOR #387726

HEX: #387726
RGB: (56,119,38)

Color info

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

RGB color model

#387726 color RGB value is (56,119,38).

  • red value is 56;
  • green value is 119;
  • blue value is 38.
RGB:
(56,119,38)
(22%,47%,15%)

RGB channels and saturation

R 56 of 255 = 22%
G 119 of 255 = 47%
B 38 of 255 = 15%

56
119
38

R + G + B ~ 28%. #387726 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 119 + 38 = 213 (100%)
R 56 of 213 ~ 26.29%
G 119 of 213 ~ 55.87%
B 38 of 213 ~ 17.84%

%26.29
%55.87
%17.84

CMYK color model

#387726 color CMYK value is (53,0,68,53).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 68.07%
  • key color value is 53.33%
CMYK:
(53,0,68,53)
C53M0Y68K53 
(53%,0%,68%,53%)
(0.53/0.00/0.68/0.53)	

CMYK percentages

%52.94
%0
%68.07
%53.33

Codes

Color #387726 in popluar color models

387726
RGB5611938
HSL107°51.59%30.78%
HSB/HSV107°68.07%46.67%
CMYK52.94%0.00%68.07%
53.33%

Color #387726 in popluar number systems.

HEX387726
Decimal5611938
Binary1110001110111100110
Octal7016746

Shades and tints

Shades of #387726

#387726
(56,119,38)
#336D23
(51,109,35)
#2E6320
(46,99,32)
#29591D
(41,89,29)
#244F1A
(36,79,26)
#1F4517
(31,69,23)
#1A3B14
(26,59,20)
#153111
(21,49,17)
#10270E
(16,39,14)
#0B1D0B
(11,29,11)
#061308
(6,19,8)
#000000
(0,0,0)

Tints of #387726

#387726
(56,119,38)
#4A8339
(74,131,57)
#5C8F4C
(92,143,76)
#6E9B5F
(110,155,95)
#80A772
(128,167,114)
#92B385
(146,179,133)
#A4BF98
(164,191,152)
#B6CBAB
(182,203,171)
#C8D7BE
(200,215,190)
#DAE3D1
(218,227,209)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387726 color. Also use rgb(56,119,38) instead hex code.

Text Font Color

.myTextColor { color: #387726; }

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

This text font color is #387726.


Background Color

.myBgColor { background-color: #387726; }

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

This div background color is #387726.


Border color

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

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

This div border color is #387726.


Opacity

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

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

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

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

This text has shadow with #387726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387726 on black background.


Color preview on white background

This text has color #387726 on white background.



Black color preview on #387726 background

This text has black color on #387726 background.


White color preview on #387726 background

This text has white color on #387726 background.