COLOR #387961

HEX: #387961 RGB: (56,121,97)

Color info

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

RGB color model

#387961 color RGB value is (56,121,97).

RGB: (56,121,97) (22%, 47%, 38%)

RGB channels and saturation

R 56 of 255 = 22%
G 121 of 255 = 47%
B 97 of 255 = 38%

56
121
97

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

Portions of RGB colors in percentages

R + G + B = 56 + 121 + 97 = 274 (100%)
R 56 of 274 ~ 20.44%
G 121 of 274 ~ 44.16%
B 97 of 274 ~ 35.4'%

%20.44
%44.16
%35.4

CMYK color model

#387961 color CMYK value is (54,0,20,53).

  • cyan value is 53.72%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 52.55%
CMYK: (54,0,20,53) C54M0Y20K53 (54%,0%,20%,53%) (0.54/0.00/0.20/0.53) 

CMYK percentages

%53.72
%0
%19.83
%52.55

Codes

Color #387961 in popluar color models

38 79 61
RGB 56 121 97
HSL 158° 36.72% 34.71%
HSB/HSV 158° 53.72% 47.45%
CMYK 53.72% 0.00% 19.83%
52.55%

Color #387961 in popluar number systems.

HEX 38 79 61
Decimal 56 121 97
Binary 111000 1111001 1100001
Octal 70 171 141

Shades and tints

Shades of #387961

#387961
(56,121,97)
#336E59
(51,110,89)
#2E6351
(46,99,81)
#295849
(41,88,73)
#244D41
(36,77,65)
#1F4239
(31,66,57)
#1A3731
(26,55,49)
#152C29
(21,44,41)
#102121
(16,33,33)
#0B1619
(11,22,25)
#060B11
(6,11,17)
#000000
(0,0,0)

Tints of #387961

#387961
(56,121,97)
#4A856F
(74,133,111)
#5C917D
(92,145,125)
#6E9D8B
(110,157,139)
#80A999
(128,169,153)
#92B5A7
(146,181,167)
#A4C1B5
(164,193,181)
#B6CDC3
(182,205,195)
#C8D9D1
(200,217,209)
#DAE5DF
(218,229,223)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387961; }

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

This text font color is #387961.

Background Color

.myBgColor { background-color: #387961; }

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

This div background color is #387961.

Border color

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

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

This div border color is #387961.

Opacity

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

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

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

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

This text has shadow with #387961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #387961.

Preview

Color preview on black background

This text has color #387961 on black background.


Color preview on white background

This text has color #387961 on white background.


Black color preview on #387961 background

This text has black color on #387961 background.


White color preview on #387961 background

This text has white color on #387961 background.


Related colors

Complementary color

Complementary color for #hex is #C7869E.


I love getcolorcode.com

Triadic colors

1 #613879 and #796138 with #387961 are triadic colors.

2 #617938 and #793861 with #387961 are triadic colors.