COLOR #387461

HEX: #387461
RGB: (56,116,97)

Color info

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

RGB color model

#387461 color RGB value is (56,116,97).

  • red value is 56;
  • green value is 116;
  • blue value is 97.
RGB:
(56,116,97)
(22%,45%,38%)

RGB channels and saturation

R 56 of 255 = 22%
G 116 of 255 = 45%
B 97 of 255 = 38%

56
116
97

R + G + B ~ 35%. #387461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 116 + 97 = 269 (100%)
R 56 of 269 ~ 20.82%
G 116 of 269 ~ 43.12%
B 97 of 269 ~ 36.06%

%20.82
%43.12
%36.06

CMYK color model

#387461 color CMYK value is (52,0,16,55).

  • cyan value is 51.72%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 54.51%
CMYK:
(52,0,16,55)
C52M0Y16K55 
(52%,0%,16%,55%)
(0.52/0.00/0.16/0.55)	

CMYK percentages

%51.72
%0
%16.38
%54.51

Codes

Color #387461 in popluar color models

387461
RGB5611697
HSL161°34.88%33.73%
HSB/HSV161°51.72%45.49%
CMYK51.72%0.00%16.38%
54.51%

Color #387461 in popluar number systems.

HEX387461
Decimal5611697
Binary11100011101001100001
Octal70164141

Shades and tints

Shades of #387461

#387461
(56,116,97)
#336A59
(51,106,89)
#2E6051
(46,96,81)
#295649
(41,86,73)
#244C41
(36,76,65)
#1F4239
(31,66,57)
#1A3831
(26,56,49)
#152E29
(21,46,41)
#102421
(16,36,33)
#0B1A19
(11,26,25)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #387461

#387461
(56,116,97)
#4A806F
(74,128,111)
#5C8C7D
(92,140,125)
#6E988B
(110,152,139)
#80A499
(128,164,153)
#92B0A7
(146,176,167)
#A4BCB5
(164,188,181)
#B6C8C3
(182,200,195)
#C8D4D1
(200,212,209)
#DAE0DF
(218,224,223)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387461 color. Also use rgb(56,116,97) instead hex code.

Text Font Color

.myTextColor { color: #387461; }

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

This text font color is #387461.


Background Color

.myBgColor { background-color: #387461; }

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

This div background color is #387461.


Border color

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

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

This div border color is #387461.


Opacity

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

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

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

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

This text has shadow with #387461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387461 on black background.


Color preview on white background

This text has color #387461 on white background.



Black color preview on #387461 background

This text has black color on #387461 background.


White color preview on #387461 background

This text has white color on #387461 background.