COLOR #387830

HEX: #387830
RGB: (56,120,48)

Color info

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

RGB color model

#387830 color RGB value is (56,120,48).

  • red value is 56;
  • green value is 120;
  • blue value is 48.
RGB:
(56,120,48)
(22%,47%,19%)

RGB channels and saturation

R 56 of 255 = 22%
G 120 of 255 = 47%
B 48 of 255 = 19%

56
120
48

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

Portions of RGB colors in percentages

R + G + B =
56 + 120 + 48 = 224 (100%)
R 56 of 224 ~ 25%
G 120 of 224 ~ 53.57%
B 48 of 224 ~ 21.43%

%25
%53.57
%21.43

CMYK color model

#387830 color CMYK value is (53,0,60,53).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 52.94%
CMYK:
(53,0,60,53)
C53M0Y60K53 
(53%,0%,60%,53%)
(0.53/0.00/0.60/0.53)	

CMYK percentages

%53.33
%0
%60
%52.94

Codes

Color #387830 in popluar color models

387830
RGB5612048
HSL113°42.86%32.94%
HSB/HSV113°60.00%47.06%
CMYK53.33%0.00%60.00%
52.94%

Color #387830 in popluar number systems.

HEX387830
Decimal5612048
Binary1110001111000110000
Octal7017060

Shades and tints

Shades of #387830

#387830
(56,120,48)
#336E2C
(51,110,44)
#2E6428
(46,100,40)
#295A24
(41,90,36)
#245020
(36,80,32)
#1F461C
(31,70,28)
#1A3C18
(26,60,24)
#153214
(21,50,20)
#102810
(16,40,16)
#0B1E0C
(11,30,12)
#061408
(6,20,8)
#000000
(0,0,0)

Tints of #387830

#387830
(56,120,48)
#4A8442
(74,132,66)
#5C9054
(92,144,84)
#6E9C66
(110,156,102)
#80A878
(128,168,120)
#92B48A
(146,180,138)
#A4C09C
(164,192,156)
#B6CCAE
(182,204,174)
#C8D8C0
(200,216,192)
#DAE4D2
(218,228,210)
#ECF0E4
(236,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387830 color. Also use rgb(56,120,48) instead hex code.

Text Font Color

.myTextColor { color: #387830; }

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

This text font color is #387830.


Background Color

.myBgColor { background-color: #387830; }

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

This div background color is #387830.


Border color

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

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

This div border color is #387830.


Opacity

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

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

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

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

This text has shadow with #387830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387830 on black background.


Color preview on white background

This text has color #387830 on white background.



Black color preview on #387830 background

This text has black color on #387830 background.


White color preview on #387830 background

This text has white color on #387830 background.