COLOR #384471

HEX: #384471
RGB: (56,68,113)

Color info

#384471 contains red, green and blue colors in about the same proportion. Web safe color of #384471 is #333366 (or #336).

RGB color model

#384471 color RGB value is (56,68,113).

  • red value is 56;
  • green value is 68;
  • blue value is 113.
RGB:
(56,68,113)
(22%,27%,44%)

RGB channels and saturation

R 56 of 255 = 22%
G 68 of 255 = 27%
B 113 of 255 = 44%

56
68
113

R + G + B ~ 31%. #384471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 68 + 113 = 237 (100%)
R 56 of 237 ~ 23.63%
G 68 of 237 ~ 28.69%
B 113 of 237 ~ 47.68%

%23.63
%28.69
%47.68

CMYK color model

#384471 color CMYK value is (50,40,0,56).

  • cyan value is 50.44%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(50,40,0,56)
C50M40Y0K56 
(50%,40%,0%,56%)
(0.50/0.40/0.00/0.56)	

CMYK percentages

%50.44
%39.82
%0
%55.69

Codes

Color #384471 in popluar color models

384471
RGB5668113
HSL227°33.73%33.14%
HSB/HSV227°50.44%44.31%
CMYK50.44%39.82%0.00%
55.69%

Color #384471 in popluar number systems.

HEX384471
Decimal5668113
Binary11100010001001110001
Octal70104161

Shades and tints

Shades of #384471

#384471
(56,68,113)
#333E67
(51,62,103)
#2E385D
(46,56,93)
#293253
(41,50,83)
#242C49
(36,44,73)
#1F263F
(31,38,63)
#1A2035
(26,32,53)
#151A2B
(21,26,43)
#101421
(16,20,33)
#0B0E17
(11,14,23)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #384471

#384471
(56,68,113)
#4A557D
(74,85,125)
#5C6689
(92,102,137)
#6E7795
(110,119,149)
#8088A1
(128,136,161)
#9299AD
(146,153,173)
#A4AAB9
(164,170,185)
#B6BBC5
(182,187,197)
#C8CCD1
(200,204,209)
#DADDDD
(218,221,221)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384471 color. Also use rgb(56,68,113) instead hex code.

Text Font Color

.myTextColor { color: #384471; }

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

This text font color is #384471.


Background Color

.myBgColor { background-color: #384471; }

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

This div background color is #384471.


Border color

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

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

This div border color is #384471.


Opacity

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

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

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

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

This text has shadow with #384471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384471 on black background.


Color preview on white background

This text has color #384471 on white background.



Black color preview on #384471 background

This text has black color on #384471 background.


White color preview on #384471 background

This text has white color on #384471 background.