COLOR #384977

HEX: #384977
RGB: (56,73,119)

Color info

#384977 contains mainly green and blue colors. Web safe color of #384977 is #333366 (or #336).

RGB color model

#384977 color RGB value is (56,73,119).

  • red value is 56;
  • green value is 73;
  • blue value is 119.
RGB:
(56,73,119)
(22%,29%,47%)

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 119 of 255 = 47%

56
73
119

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

Portions of RGB colors in percentages

R + G + B =
56 + 73 + 119 = 248 (100%)
R 56 of 248 ~ 22.58%
G 73 of 248 ~ 29.44%
B 119 of 248 ~ 47.98%

%22.58
%29.44
%47.98

CMYK color model

#384977 color CMYK value is (53,39,0,53).

  • cyan value is 52.94%
  • magenta value is 38.66%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(53,39,0,53)
C53M39Y0K53 
(53%,39%,0%,53%)
(0.53/0.39/0.00/0.53)	

CMYK percentages

%52.94
%38.66
%0
%53.33

Codes

Color #384977 in popluar color models

384977
RGB5673119
HSL224°36.00%34.31%
HSB/HSV224°52.94%46.67%
CMYK52.94%38.66%0.00%
53.33%

Color #384977 in popluar number systems.

HEX384977
Decimal5673119
Binary11100010010011110111
Octal70111167

Shades and tints

Shades of #384977

#384977
(56,73,119)
#33436D
(51,67,109)
#2E3D63
(46,61,99)
#293759
(41,55,89)
#24314F
(36,49,79)
#1F2B45
(31,43,69)
#1A253B
(26,37,59)
#151F31
(21,31,49)
#101927
(16,25,39)
#0B131D
(11,19,29)
#060D13
(6,13,19)
#000000
(0,0,0)

Tints of #384977

#384977
(56,73,119)
#4A5983
(74,89,131)
#5C698F
(92,105,143)
#6E799B
(110,121,155)
#8089A7
(128,137,167)
#9299B3
(146,153,179)
#A4A9BF
(164,169,191)
#B6B9CB
(182,185,203)
#C8C9D7
(200,201,215)
#DAD9E3
(218,217,227)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384977 color. Also use rgb(56,73,119) instead hex code.

Text Font Color

.myTextColor { color: #384977; }

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

This text font color is #384977.


Background Color

.myBgColor { background-color: #384977; }

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

This div background color is #384977.


Border color

.myBorderColor { border: 1px solid #384977; }

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

This div border color is #384977.


Opacity

.myOpacity80 { color: #384977; opacity: 0.8; }

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

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

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

This text has shadow with #384977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384977 on black background.


Color preview on white background

This text has color #384977 on white background.



Black color preview on #384977 background

This text has black color on #384977 background.


White color preview on #384977 background

This text has white color on #384977 background.