COLOR #384377

HEX: #384377 RGB: (56,67,119)

Color info

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

RGB color model

#384377 color RGB value is (56,67,119).

RGB: (56,67,119) (22%, 26%, 47%)

RGB channels and saturation

R 56 of 255 = 22%
G 67 of 255 = 26%
B 119 of 255 = 47%

56
67
119

R + G + B ~ 32%. #384377 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 67 + 119 = 242 (100%)
R 56 of 242 ~ 23.14%
G 67 of 242 ~ 27.69%
B 119 of 242 ~ 49.17'%

%23.14
%27.69
%49.17

CMYK color model

#384377 color CMYK value is (53,44,0,53).

  • cyan value is 52.94%
  • magenta value is 43.70%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (53,44,0,53) C53M44Y0K53 (53%,44%,0%,53%) (0.53/0.44/0.00/0.53) 

CMYK percentages

%52.94
%43.7
%0
%53.33

Codes

Color #384377 in popluar color models

38 43 77
RGB 56 67 119
HSL 230° 36.00% 34.31%
HSB/HSV 230° 52.94% 46.67%
CMYK 52.94% 43.70% 0.00%
53.33%

Color #384377 in popluar number systems.

HEX 38 43 77
Decimal 56 67 119
Binary 111000 1000011 1110111
Octal 70 103 167

Shades and tints

Shades of #384377

#384377
(56,67,119)
#333D6D
(51,61,109)
#2E3763
(46,55,99)
#293159
(41,49,89)
#242B4F
(36,43,79)
#1F2545
(31,37,69)
#1A1F3B
(26,31,59)
#151931
(21,25,49)
#101327
(16,19,39)
#0B0D1D
(11,13,29)
#060713
(6,7,19)
#000000
(0,0,0)

Tints of #384377

#384377
(56,67,119)
#4A5483
(74,84,131)
#5C658F
(92,101,143)
#6E769B
(110,118,155)
#8087A7
(128,135,167)
#9298B3
(146,152,179)
#A4A9BF
(164,169,191)
#B6BACB
(182,186,203)
#C8CBD7
(200,203,215)
#DADCE3
(218,220,227)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384377; }

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

This text font color is #384377.

Background Color

.myBgColor { background-color: #384377; }

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

This div background color is #384377.

Border color

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

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

This div border color is #384377.

Opacity

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

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

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

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

This text has shadow with #384377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384377.

Preview

Color preview on black background

This text has color #384377 on black background.


Color preview on white background

This text has color #384377 on white background.


Black color preview on #384377 background

This text has black color on #384377 background.


White color preview on #384377 background

This text has white color on #384377 background.


Related colors

Complementary color

Complementary color for #hex is #C7BC88.


I love getcolorcode.com

Triadic colors

1 #773843 and #437738 with #384377 are triadic colors.

2 #774338 and #433877 with #384377 are triadic colors.