COLOR #387A6B

HEX: #387A6B
RGB: (56,122,107)

Color info

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

RGB color model

#387A6B color RGB value is (56,122,107).

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

RGB channels and saturation

R 56 of 255 = 22%
G 122 of 255 = 48%
B 107 of 255 = 42%

56
122
107

R + G + B ~ 37%. #387A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 122 + 107 = 285 (100%)
R 56 of 285 ~ 19.65%
G 122 of 285 ~ 42.81%
B 107 of 285 ~ 37.54%

%19.65
%42.81
%37.54

CMYK color model

#387A6B color CMYK value is (54,0,12,52).

  • cyan value is 54.10%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 52.16%
CMYK:
(54,0,12,52)
C54M0Y12K52 
(54%,0%,12%,52%)
(0.54/0.00/0.12/0.52)	

CMYK percentages

%54.1
%0
%12.3
%52.16

Codes

Color #387A6B in popluar color models

387A6B
RGB56122107
HSL166°37.08%34.90%
HSB/HSV166°54.10%47.84%
CMYK54.10%0.00%12.30%
52.16%

Color #387A6B in popluar number systems.

HEX387A6B
Decimal56122107
Binary11100011110101101011
Octal70172153

Shades and tints

Shades of #387A6B

#387A6B
(56,122,107)
#336F62
(51,111,98)
#2E6459
(46,100,89)
#295950
(41,89,80)
#244E47
(36,78,71)
#1F433E
(31,67,62)
#1A3835
(26,56,53)
#152D2C
(21,45,44)
#102223
(16,34,35)
#0B171A
(11,23,26)
#060C11
(6,12,17)
#000000
(0,0,0)

Tints of #387A6B

#387A6B
(56,122,107)
#4A8678
(74,134,120)
#5C9285
(92,146,133)
#6E9E92
(110,158,146)
#80AA9F
(128,170,159)
#92B6AC
(146,182,172)
#A4C2B9
(164,194,185)
#B6CEC6
(182,206,198)
#C8DAD3
(200,218,211)
#DAE6E0
(218,230,224)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387A6B; }

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

This text font color is #387A6B.


Background Color

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

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

This div background color is #387A6B.


Border color

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

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

This div border color is #387A6B.


Opacity

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

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

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

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

This text has shadow with #387A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387A6B on black background.


Color preview on white background

This text has color #387A6B on white background.



Black color preview on #387A6B background

This text has black color on #387A6B background.


White color preview on #387A6B background

This text has white color on #387A6B background.