COLOR #387A60

HEX: #387A60
RGB: (56,122,96)

Color info

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

RGB color model

#387A60 color RGB value is (56,122,96).

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

RGB channels and saturation

R 56 of 255 = 22%
G 122 of 255 = 48%
B 96 of 255 = 38%

56
122
96

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

Portions of RGB colors in percentages

R + G + B =
56 + 122 + 96 = 274 (100%)
R 56 of 274 ~ 20.44%
G 122 of 274 ~ 44.53%
B 96 of 274 ~ 35.04%

%20.44
%44.53
%35.04

CMYK color model

#387A60 color CMYK value is (54,0,21,52).

  • cyan value is 54.10%
  • magenta value is 0.00%
  • yellow value is 21.31%
  • key color value is 52.16%
CMYK:
(54,0,21,52)
C54M0Y21K52 
(54%,0%,21%,52%)
(0.54/0.00/0.21/0.52)	

CMYK percentages

%54.1
%0
%21.31
%52.16

Codes

Color #387A60 in popluar color models

387A60
RGB5612296
HSL156°37.08%34.90%
HSB/HSV156°54.10%47.84%
CMYK54.10%0.00%21.31%
52.16%

Color #387A60 in popluar number systems.

HEX387A60
Decimal5612296
Binary11100011110101100000
Octal70172140

Shades and tints

Shades of #387A60

#387A60
(56,122,96)
#336F58
(51,111,88)
#2E6450
(46,100,80)
#295948
(41,89,72)
#244E40
(36,78,64)
#1F4338
(31,67,56)
#1A3830
(26,56,48)
#152D28
(21,45,40)
#102220
(16,34,32)
#0B1718
(11,23,24)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #387A60

#387A60
(56,122,96)
#4A866E
(74,134,110)
#5C927C
(92,146,124)
#6E9E8A
(110,158,138)
#80AA98
(128,170,152)
#92B6A6
(146,182,166)
#A4C2B4
(164,194,180)
#B6CEC2
(182,206,194)
#C8DAD0
(200,218,208)
#DAE6DE
(218,230,222)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387A60; }

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

This text font color is #387A60.


Background Color

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

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

This div background color is #387A60.


Border color

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

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

This div border color is #387A60.


Opacity

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

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

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

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

This text has shadow with #387A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387A60 on black background.


Color preview on white background

This text has color #387A60 on white background.



Black color preview on #387A60 background

This text has black color on #387A60 background.


White color preview on #387A60 background

This text has white color on #387A60 background.