COLOR #387646

HEX: #387646
RGB: (56,118,70)

Color info

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

RGB color model

#387646 color RGB value is (56,118,70).

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

RGB channels and saturation

R 56 of 255 = 22%
G 118 of 255 = 46%
B 70 of 255 = 27%

56
118
70

R + G + B ~ 32%. #387646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 118 + 70 = 244 (100%)
R 56 of 244 ~ 22.95%
G 118 of 244 ~ 48.36%
B 70 of 244 ~ 28.69%

%22.95
%48.36
%28.69

CMYK color model

#387646 color CMYK value is (53,0,41,54).

  • cyan value is 52.54%
  • magenta value is 0.00%
  • yellow value is 40.68%
  • key color value is 53.73%
CMYK:
(53,0,41,54)
C53M0Y41K54 
(53%,0%,41%,54%)
(0.53/0.00/0.41/0.54)	

CMYK percentages

%52.54
%0
%40.68
%53.73

Codes

Color #387646 in popluar color models

387646
RGB5611870
HSL134°35.63%34.12%
HSB/HSV134°52.54%46.27%
CMYK52.54%0.00%40.68%
53.73%

Color #387646 in popluar number systems.

HEX387646
Decimal5611870
Binary11100011101101000110
Octal70166106

Shades and tints

Shades of #387646

#387646
(56,118,70)
#336C40
(51,108,64)
#2E623A
(46,98,58)
#295834
(41,88,52)
#244E2E
(36,78,46)
#1F4428
(31,68,40)
#1A3A22
(26,58,34)
#15301C
(21,48,28)
#102616
(16,38,22)
#0B1C10
(11,28,16)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #387646

#387646
(56,118,70)
#4A8256
(74,130,86)
#5C8E66
(92,142,102)
#6E9A76
(110,154,118)
#80A686
(128,166,134)
#92B296
(146,178,150)
#A4BEA6
(164,190,166)
#B6CAB6
(182,202,182)
#C8D6C6
(200,214,198)
#DAE2D6
(218,226,214)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387646; }

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

This text font color is #387646.


Background Color

.myBgColor { background-color: #387646; }

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

This div background color is #387646.


Border color

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

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

This div border color is #387646.


Opacity

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

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

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

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

This text has shadow with #387646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387646 on black background.


Color preview on white background

This text has color #387646 on white background.



Black color preview on #387646 background

This text has black color on #387646 background.


White color preview on #387646 background

This text has white color on #387646 background.