COLOR #387A4D

HEX: #387A4D
RGB: (56,122,77)

Color info

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

RGB color model

#387A4D color RGB value is (56,122,77).

  • red value is 56;
  • green value is 122;
  • blue value is 77.
RGB:
(56,122,77)
(22%,48%,30%)

RGB channels and saturation

R 56 of 255 = 22%
G 122 of 255 = 48%
B 77 of 255 = 30%

56
122
77

R + G + B ~ 33%. #387A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 122 + 77 = 255 (100%)
R 56 of 255 ~ 21.96%
G 122 of 255 ~ 47.84%
B 77 of 255 ~ 30.2%

%21.96
%47.84
%30.2

CMYK color model

#387A4D color CMYK value is (54,0,37,52).

  • cyan value is 54.10%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 52.16%
CMYK:
(54,0,37,52)
C54M0Y37K52 
(54%,0%,37%,52%)
(0.54/0.00/0.37/0.52)	

CMYK percentages

%54.1
%0
%36.89
%52.16

Codes

Color #387A4D in popluar color models

387A4D
RGB5612277
HSL139°37.08%34.90%
HSB/HSV139°54.10%47.84%
CMYK54.10%0.00%36.89%
52.16%

Color #387A4D in popluar number systems.

HEX387A4D
Decimal5612277
Binary11100011110101001101
Octal70172115

Shades and tints

Shades of #387A4D

#387A4D
(56,122,77)
#336F46
(51,111,70)
#2E643F
(46,100,63)
#295938
(41,89,56)
#244E31
(36,78,49)
#1F432A
(31,67,42)
#1A3823
(26,56,35)
#152D1C
(21,45,28)
#102215
(16,34,21)
#0B170E
(11,23,14)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #387A4D

#387A4D
(56,122,77)
#4A865D
(74,134,93)
#5C926D
(92,146,109)
#6E9E7D
(110,158,125)
#80AA8D
(128,170,141)
#92B69D
(146,182,157)
#A4C2AD
(164,194,173)
#B6CEBD
(182,206,189)
#C8DACD
(200,218,205)
#DAE6DD
(218,230,221)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387A4D color. Also use rgb(56,122,77) instead hex code.

Text Font Color

.myTextColor { color: #387A4D; }

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

This text font color is #387A4D.


Background Color

.myBgColor { background-color: #387A4D; }

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

This div background color is #387A4D.


Border color

.myBorderColor { border: 1px solid #387A4D; }

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

This div border color is #387A4D.


Opacity

.myOpacity80 { color: #387A4D; opacity: 0.8; }

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

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

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

This text has shadow with #387A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387A4D on black background.


Color preview on white background

This text has color #387A4D on white background.



Black color preview on #387A4D background

This text has black color on #387A4D background.


White color preview on #387A4D background

This text has white color on #387A4D background.