COLOR #384561

HEX: #384561
RGB: (56,69,97)

Color info

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

RGB color model

#384561 color RGB value is (56,69,97).

  • red value is 56;
  • green value is 69;
  • blue value is 97.
RGB:
(56,69,97)
(22%,27%,38%)

RGB channels and saturation

R 56 of 255 = 22%
G 69 of 255 = 27%
B 97 of 255 = 38%

56
69
97

R + G + B ~ 29%. #384561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 69 + 97 = 222 (100%)
R 56 of 222 ~ 25.23%
G 69 of 222 ~ 31.08%
B 97 of 222 ~ 43.69%

%25.23
%31.08
%43.69

CMYK color model

#384561 color CMYK value is (42,29,0,62).

  • cyan value is 42.27%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(42,29,0,62)
C42M29Y0K62 
(42%,29%,0%,62%)
(0.42/0.29/0.00/0.62)	

CMYK percentages

%42.27
%28.87
%0
%61.96

Codes

Color #384561 in popluar color models

384561
RGB566997
HSL221°26.80%30.00%
HSB/HSV221°42.27%38.04%
CMYK42.27%28.87%0.00%
61.96%

Color #384561 in popluar number systems.

HEX384561
Decimal566997
Binary11100010001011100001
Octal70105141

Shades and tints

Shades of #384561

#384561
(56,69,97)
#333F59
(51,63,89)
#2E3951
(46,57,81)
#293349
(41,51,73)
#242D41
(36,45,65)
#1F2739
(31,39,57)
#1A2131
(26,33,49)
#151B29
(21,27,41)
#101521
(16,21,33)
#0B0F19
(11,15,25)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #384561

#384561
(56,69,97)
#4A556F
(74,85,111)
#5C657D
(92,101,125)
#6E758B
(110,117,139)
#808599
(128,133,153)
#9295A7
(146,149,167)
#A4A5B5
(164,165,181)
#B6B5C3
(182,181,195)
#C8C5D1
(200,197,209)
#DAD5DF
(218,213,223)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384561 color. Also use rgb(56,69,97) instead hex code.

Text Font Color

.myTextColor { color: #384561; }

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

This text font color is #384561.


Background Color

.myBgColor { background-color: #384561; }

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

This div background color is #384561.


Border color

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

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

This div border color is #384561.


Opacity

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

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

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

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

This text has shadow with #384561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384561 on black background.


Color preview on white background

This text has color #384561 on white background.



Black color preview on #384561 background

This text has black color on #384561 background.


White color preview on #384561 background

This text has white color on #384561 background.