COLOR #387A84

HEX: #387A84 RGB: (56,122,132)

Color info

#387A84 contains mainly green and blue colors. Web safe color of #387A84 is #336699 (or #369).

RGB color model

#387A84 color RGB value is (56,122,132).

RGB: (56,122,132) (22%, 48%, 52%)

RGB channels and saturation

R 56 of 255 = 22%
G 122 of 255 = 48%
B 132 of 255 = 52%

56
122
132

R + G + B ~ 41%. #387A84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 56 + 122 + 132 = 310 (100%)
R 56 of 310 ~ 18.06%
G 122 of 310 ~ 39.35%
B 132 of 310 ~ 42.58'%

%18.06
%39.35
%42.58

CMYK color model

#387A84 color CMYK value is (58,8,0,48).

  • cyan value is 57.58%
  • magenta value is 7.58%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (58,8,0,48)
C58M8Y0K48 (58%, 8%, 0%, 48%)
(0.58 / 0.08 / 0.00 / 0.48)

CMYK percentages

%57.58
%7.58
%0
%48.24

Codes

Color #387A84 in popluar color models

38 7A 84
RGB 56 122 132
HSL 188° 40.43% 36.86%
HSB/HSV 188° 57.58% 51.76%
CMYK 57.58% 7.58% 0.00%
48.24%

Color #387A84 in popluar number systems.

HEX 38 7A 84
Decimal 56 122 132
Binary 111000 1111010 10000100
Octal 70 172 204

Shades and tints

Shades of #387A84

#387A84
(56,122,132)
#336F78
(51,111,120)
#2E646C
(46,100,108)
#295960
(41,89,96)
#244E54
(36,78,84)
#1F4348
(31,67,72)
#1A383C
(26,56,60)
#152D30
(21,45,48)
#102224
(16,34,36)
#0B1718
(11,23,24)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #387A84

#387A84
(56,122,132)
#4A868F
(74,134,143)
#5C929A
(92,146,154)
#6E9EA5
(110,158,165)
#80AAB0
(128,170,176)
#92B6BB
(146,182,187)
#A4C2C6
(164,194,198)
#B6CED1
(182,206,209)
#C8DADC
(200,218,220)
#DAE6E7
(218,230,231)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387A84; }

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

This text font color is #387A84.

Background Color

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

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

This div background color is #387A84.

Border color

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

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

This div border color is #387A84.

Opacity

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

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

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

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

This text has shadow with #387A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #387A84.

Preview

Color preview on black background

This text has color #387A84 on black background.


Color preview on white background

This text has color #387A84 on white background.


Black color preview on #387A84 background

This text has black color on #387A84 background.


White color preview on #387A84 background

This text has white color on #387A84 background.


Related colors

Complementary color

Complementary color for #hex is #C7857B.


I love getcolorcode.com

Triadic colors

1 #84387A and #7A8438 with #387A84 are triadic colors.

2 #847A38 and #7A3884 with #387A84 are triadic colors.