COLOR #387645

HEX: #387645
RGB: (56,118,69)

Color info

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

RGB color model

#387645 color RGB value is (56,118,69).

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

RGB channels and saturation

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

56
118
69

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

Portions of RGB colors in percentages

R + G + B =
56 + 118 + 69 = 243 (100%)
R 56 of 243 ~ 23.05%
G 118 of 243 ~ 48.56%
B 69 of 243 ~ 28.4%

%23.05
%48.56
%28.4

CMYK color model

#387645 color CMYK value is (53,0,42,54).

  • cyan value is 52.54%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 53.73%
CMYK:
(53,0,42,54)
C53M0Y42K54 
(53%,0%,42%,54%)
(0.53/0.00/0.42/0.54)	

CMYK percentages

%52.54
%0
%41.53
%53.73

Codes

Color #387645 in popluar color models

387645
RGB5611869
HSL133°35.63%34.12%
HSB/HSV133°52.54%46.27%
CMYK52.54%0.00%41.53%
53.73%

Color #387645 in popluar number systems.

HEX387645
Decimal5611869
Binary11100011101101000101
Octal70166105

Shades and tints

Shades of #387645

#387645
(56,118,69)
#336C3F
(51,108,63)
#2E6239
(46,98,57)
#295833
(41,88,51)
#244E2D
(36,78,45)
#1F4427
(31,68,39)
#1A3A21
(26,58,33)
#15301B
(21,48,27)
#102615
(16,38,21)
#0B1C0F
(11,28,15)
#061209
(6,18,9)
#000000
(0,0,0)

Tints of #387645

#387645
(56,118,69)
#4A8255
(74,130,85)
#5C8E65
(92,142,101)
#6E9A75
(110,154,117)
#80A685
(128,166,133)
#92B295
(146,178,149)
#A4BEA5
(164,190,165)
#B6CAB5
(182,202,181)
#C8D6C5
(200,214,197)
#DAE2D5
(218,226,213)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387645; }

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

This text font color is #387645.


Background Color

.myBgColor { background-color: #387645; }

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

This div background color is #387645.


Border color

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

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

This div border color is #387645.


Opacity

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

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

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

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

This text has shadow with #387645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387645 on black background.


Color preview on white background

This text has color #387645 on white background.



Black color preview on #387645 background

This text has black color on #387645 background.


White color preview on #387645 background

This text has white color on #387645 background.