COLOR #387650

HEX: #387650
RGB: (56,118,80)

Color info

#387650 contains mainly green and blue colors. Web safe color of #387650 is #336666 (or #366).

RGB color model

#387650 color RGB value is (56,118,80).

  • red value is 56;
  • green value is 118;
  • blue value is 80.
RGB:
(56,118,80)
(22%,46%,31%)

RGB channels and saturation

R 56 of 255 = 22%
G 118 of 255 = 46%
B 80 of 255 = 31%

56
118
80

R + G + B ~ 33%. #387650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 118 + 80 = 254 (100%)
R 56 of 254 ~ 22.05%
G 118 of 254 ~ 46.46%
B 80 of 254 ~ 31.5%

%22.05
%46.46
%31.5

CMYK color model

#387650 color CMYK value is (53,0,32,54).

  • cyan value is 52.54%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 53.73%
CMYK:
(53,0,32,54)
C53M0Y32K54 
(53%,0%,32%,54%)
(0.53/0.00/0.32/0.54)	

CMYK percentages

%52.54
%0
%32.2
%53.73

Codes

Color #387650 in popluar color models

387650
RGB5611880
HSL143°35.63%34.12%
HSB/HSV143°52.54%46.27%
CMYK52.54%0.00%32.20%
53.73%

Color #387650 in popluar number systems.

HEX387650
Decimal5611880
Binary11100011101101010000
Octal70166120

Shades and tints

Shades of #387650

#387650
(56,118,80)
#336C49
(51,108,73)
#2E6242
(46,98,66)
#29583B
(41,88,59)
#244E34
(36,78,52)
#1F442D
(31,68,45)
#1A3A26
(26,58,38)
#15301F
(21,48,31)
#102618
(16,38,24)
#0B1C11
(11,28,17)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #387650

#387650
(56,118,80)
#4A825F
(74,130,95)
#5C8E6E
(92,142,110)
#6E9A7D
(110,154,125)
#80A68C
(128,166,140)
#92B29B
(146,178,155)
#A4BEAA
(164,190,170)
#B6CAB9
(182,202,185)
#C8D6C8
(200,214,200)
#DAE2D7
(218,226,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387650 color. Also use rgb(56,118,80) instead hex code.

Text Font Color

.myTextColor { color: #387650; }

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

This text font color is #387650.


Background Color

.myBgColor { background-color: #387650; }

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

This div background color is #387650.


Border color

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

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

This div border color is #387650.


Opacity

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

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

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

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

This text has shadow with #387650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387650 on black background.


Color preview on white background

This text has color #387650 on white background.



Black color preview on #387650 background

This text has black color on #387650 background.


White color preview on #387650 background

This text has white color on #387650 background.