COLOR #387A6E

HEX: #387A6E
RGB: (56,122,110)

Color info

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

RGB color model

#387A6E color RGB value is (56,122,110).

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

RGB channels and saturation

R 56 of 255 = 22%
G 122 of 255 = 48%
B 110 of 255 = 43%

56
122
110

R + G + B ~ 38%. #387A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 122 + 110 = 288 (100%)
R 56 of 288 ~ 19.44%
G 122 of 288 ~ 42.36%
B 110 of 288 ~ 38.19%

%19.44
%42.36
%38.19

CMYK color model

#387A6E color CMYK value is (54,0,10,52).

  • cyan value is 54.10%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 52.16%
CMYK:
(54,0,10,52)
C54M0Y10K52 
(54%,0%,10%,52%)
(0.54/0.00/0.10/0.52)	

CMYK percentages

%54.1
%0
%9.84
%52.16

Codes

Color #387A6E in popluar color models

387A6E
RGB56122110
HSL169°37.08%34.90%
HSB/HSV169°54.10%47.84%
CMYK54.10%0.00%9.84%
52.16%

Color #387A6E in popluar number systems.

HEX387A6E
Decimal56122110
Binary11100011110101101110
Octal70172156

Shades and tints

Shades of #387A6E

#387A6E
(56,122,110)
#336F64
(51,111,100)
#2E645A
(46,100,90)
#295950
(41,89,80)
#244E46
(36,78,70)
#1F433C
(31,67,60)
#1A3832
(26,56,50)
#152D28
(21,45,40)
#10221E
(16,34,30)
#0B1714
(11,23,20)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #387A6E

#387A6E
(56,122,110)
#4A867B
(74,134,123)
#5C9288
(92,146,136)
#6E9E95
(110,158,149)
#80AAA2
(128,170,162)
#92B6AF
(146,182,175)
#A4C2BC
(164,194,188)
#B6CEC9
(182,206,201)
#C8DAD6
(200,218,214)
#DAE6E3
(218,230,227)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387A6E; }

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

This text font color is #387A6E.


Background Color

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

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

This div background color is #387A6E.


Border color

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

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

This div border color is #387A6E.


Opacity

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

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

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

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

This text has shadow with #387A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387A6E on black background.


Color preview on white background

This text has color #387A6E on white background.



Black color preview on #387A6E background

This text has black color on #387A6E background.


White color preview on #387A6E background

This text has white color on #387A6E background.