COLOR #393051

HEX: #393051
RGB: (57,48,81)

Color info

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

RGB color model

#393051 color RGB value is (57,48,81).

  • red value is 57;
  • green value is 48;
  • blue value is 81.
RGB:
(57,48,81)
(22%,19%,32%)

RGB channels and saturation

R 57 of 255 = 22%
G 48 of 255 = 19%
B 81 of 255 = 32%

57
48
81

R + G + B ~ 24%. #393051 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 48 + 81 = 186 (100%)
R 57 of 186 ~ 30.65%
G 48 of 186 ~ 25.81%
B 81 of 186 ~ 43.55%

%30.65
%25.81
%43.55

CMYK color model

#393051 color CMYK value is (30,41,0,68).

  • cyan value is 29.63%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(30,41,0,68)
C30M41Y0K68 
(30%,41%,0%,68%)
(0.30/0.41/0.00/0.68)	

CMYK percentages

%29.63
%40.74
%0
%68.24

Codes

Color #393051 in popluar color models

393051
RGB574881
HSL256°25.58%25.29%
HSB/HSV256°40.74%31.76%
CMYK29.63%40.74%0.00%
68.24%

Color #393051 in popluar number systems.

HEX393051
Decimal574881
Binary1110011100001010001
Octal7160121

Shades and tints

Shades of #393051

#393051
(57,48,81)
#342C4A
(52,44,74)
#2F2843
(47,40,67)
#2A243C
(42,36,60)
#252035
(37,32,53)
#201C2E
(32,28,46)
#1B1827
(27,24,39)
#161420
(22,20,32)
#111019
(17,16,25)
#0C0C12
(12,12,18)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #393051

#393051
(57,48,81)
#4B4260
(75,66,96)
#5D546F
(93,84,111)
#6F667E
(111,102,126)
#81788D
(129,120,141)
#938A9C
(147,138,156)
#A59CAB
(165,156,171)
#B7AEBA
(183,174,186)
#C9C0C9
(201,192,201)
#DBD2D8
(219,210,216)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393051 color. Also use rgb(57,48,81) instead hex code.

Text Font Color

.myTextColor { color: #393051; }

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

This text font color is #393051.


Background Color

.myBgColor { background-color: #393051; }

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

This div background color is #393051.


Border color

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

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

This div border color is #393051.


Opacity

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

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

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

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

This text has shadow with #393051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393051 on black background.


Color preview on white background

This text has color #393051 on white background.



Black color preview on #393051 background

This text has black color on #393051 background.


White color preview on #393051 background

This text has white color on #393051 background.