COLOR #387348

HEX: #387348
RGB: (56,115,72)

Color info

#387348 contains red, green and blue colors in about the same proportion. Web safe color of #387348 is #336633 (or #363).

RGB color model

#387348 color RGB value is (56,115,72).

  • red value is 56;
  • green value is 115;
  • blue value is 72.
RGB:
(56,115,72)
(22%,45%,28%)

RGB channels and saturation

R 56 of 255 = 22%
G 115 of 255 = 45%
B 72 of 255 = 28%

56
115
72

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

Portions of RGB colors in percentages

R + G + B =
56 + 115 + 72 = 243 (100%)
R 56 of 243 ~ 23.05%
G 115 of 243 ~ 47.33%
B 72 of 243 ~ 29.63%

%23.05
%47.33
%29.63

CMYK color model

#387348 color CMYK value is (51,0,37,55).

  • cyan value is 51.30%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 54.90%
CMYK:
(51,0,37,55)
C51M0Y37K55 
(51%,0%,37%,55%)
(0.51/0.00/0.37/0.55)	

CMYK percentages

%51.3
%0
%37.39
%54.9

Codes

Color #387348 in popluar color models

387348
RGB5611572
HSL136°34.50%33.53%
HSB/HSV136°51.30%45.10%
CMYK51.30%0.00%37.39%
54.90%

Color #387348 in popluar number systems.

HEX387348
Decimal5611572
Binary11100011100111001000
Octal70163110

Shades and tints

Shades of #387348

#387348
(56,115,72)
#336942
(51,105,66)
#2E5F3C
(46,95,60)
#295536
(41,85,54)
#244B30
(36,75,48)
#1F412A
(31,65,42)
#1A3724
(26,55,36)
#152D1E
(21,45,30)
#102318
(16,35,24)
#0B1912
(11,25,18)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #387348

#387348
(56,115,72)
#4A7F58
(74,127,88)
#5C8B68
(92,139,104)
#6E9778
(110,151,120)
#80A388
(128,163,136)
#92AF98
(146,175,152)
#A4BBA8
(164,187,168)
#B6C7B8
(182,199,184)
#C8D3C8
(200,211,200)
#DADFD8
(218,223,216)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387348 color. Also use rgb(56,115,72) instead hex code.

Text Font Color

.myTextColor { color: #387348; }

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

This text font color is #387348.


Background Color

.myBgColor { background-color: #387348; }

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

This div background color is #387348.


Border color

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

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

This div border color is #387348.


Opacity

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

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

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

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

This text has shadow with #387348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387348 on black background.


Color preview on white background

This text has color #387348 on white background.



Black color preview on #387348 background

This text has black color on #387348 background.


White color preview on #387348 background

This text has white color on #387348 background.