COLOR #387267

HEX: #387267
RGB: (56,114,103)

Color info

#387267 contains red, green and blue colors in about the same proportion. Web safe color of #387267 is #336666 (or #366).

RGB color model

#387267 color RGB value is (56,114,103).

  • red value is 56;
  • green value is 114;
  • blue value is 103.
RGB:
(56,114,103)
(22%,45%,40%)

RGB channels and saturation

R 56 of 255 = 22%
G 114 of 255 = 45%
B 103 of 255 = 40%

56
114
103

R + G + B ~ 36%. #387267 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 114 + 103 = 273 (100%)
R 56 of 273 ~ 20.51%
G 114 of 273 ~ 41.76%
B 103 of 273 ~ 37.73%

%20.51
%41.76
%37.73

CMYK color model

#387267 color CMYK value is (51,0,10,55).

  • cyan value is 50.88%
  • magenta value is 0.00%
  • yellow value is 9.65%
  • key color value is 55.29%
CMYK:
(51,0,10,55)
C51M0Y10K55 
(51%,0%,10%,55%)
(0.51/0.00/0.10/0.55)	

CMYK percentages

%50.88
%0
%9.65
%55.29

Codes

Color #387267 in popluar color models

387267
RGB56114103
HSL169°34.12%33.33%
HSB/HSV169°50.88%44.71%
CMYK50.88%0.00%9.65%
55.29%

Color #387267 in popluar number systems.

HEX387267
Decimal56114103
Binary11100011100101100111
Octal70162147

Shades and tints

Shades of #387267

#387267
(56,114,103)
#33685E
(51,104,94)
#2E5E55
(46,94,85)
#29544C
(41,84,76)
#244A43
(36,74,67)
#1F403A
(31,64,58)
#1A3631
(26,54,49)
#152C28
(21,44,40)
#10221F
(16,34,31)
#0B1816
(11,24,22)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #387267

#387267
(56,114,103)
#4A7E74
(74,126,116)
#5C8A81
(92,138,129)
#6E968E
(110,150,142)
#80A29B
(128,162,155)
#92AEA8
(146,174,168)
#A4BAB5
(164,186,181)
#B6C6C2
(182,198,194)
#C8D2CF
(200,210,207)
#DADEDC
(218,222,220)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387267 color. Also use rgb(56,114,103) instead hex code.

Text Font Color

.myTextColor { color: #387267; }

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

This text font color is #387267.


Background Color

.myBgColor { background-color: #387267; }

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

This div background color is #387267.


Border color

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

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

This div border color is #387267.


Opacity

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

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

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

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

This text has shadow with #387267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387267 on black background.


Color preview on white background

This text has color #387267 on white background.



Black color preview on #387267 background

This text has black color on #387267 background.


White color preview on #387267 background

This text has white color on #387267 background.