COLOR #387033

HEX: #387033
RGB: (56,112,51)

Color info

#387033 contains mainly red and green colors. Web safe color of #387033 is #336633 (or #363).

RGB color model

#387033 color RGB value is (56,112,51).

  • red value is 56;
  • green value is 112;
  • blue value is 51.
RGB:
(56,112,51)
(22%,44%,20%)

RGB channels and saturation

R 56 of 255 = 22%
G 112 of 255 = 44%
B 51 of 255 = 20%

56
112
51

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

Portions of RGB colors in percentages

R + G + B =
56 + 112 + 51 = 219 (100%)
R 56 of 219 ~ 25.57%
G 112 of 219 ~ 51.14%
B 51 of 219 ~ 23.29%

%25.57
%51.14
%23.29

CMYK color model

#387033 color CMYK value is (50,0,54,56).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 54.46%
  • key color value is 56.08%
CMYK:
(50,0,54,56)
C50M0Y54K56 
(50%,0%,54%,56%)
(0.50/0.00/0.54/0.56)	

CMYK percentages

%50
%0
%54.46
%56.08

Codes

Color #387033 in popluar color models

387033
RGB5611251
HSL115°37.42%31.96%
HSB/HSV115°54.46%43.92%
CMYK50.00%0.00%54.46%
56.08%

Color #387033 in popluar number systems.

HEX387033
Decimal5611251
Binary1110001110000110011
Octal7016063

Shades and tints

Shades of #387033

#387033
(56,112,51)
#33662F
(51,102,47)
#2E5C2B
(46,92,43)
#295227
(41,82,39)
#244823
(36,72,35)
#1F3E1F
(31,62,31)
#1A341B
(26,52,27)
#152A17
(21,42,23)
#102013
(16,32,19)
#0B160F
(11,22,15)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #387033

#387033
(56,112,51)
#4A7D45
(74,125,69)
#5C8A57
(92,138,87)
#6E9769
(110,151,105)
#80A47B
(128,164,123)
#92B18D
(146,177,141)
#A4BE9F
(164,190,159)
#B6CBB1
(182,203,177)
#C8D8C3
(200,216,195)
#DAE5D5
(218,229,213)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387033 color. Also use rgb(56,112,51) instead hex code.

Text Font Color

.myTextColor { color: #387033; }

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

This text font color is #387033.


Background Color

.myBgColor { background-color: #387033; }

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

This div background color is #387033.


Border color

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

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

This div border color is #387033.


Opacity

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

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

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

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

This text has shadow with #387033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387033 on black background.


Color preview on white background

This text has color #387033 on white background.



Black color preview on #387033 background

This text has black color on #387033 background.


White color preview on #387033 background

This text has white color on #387033 background.