COLOR #051833

HEX: #051833
RGB: (5,24,51)

Color info

#051833 contains red, green and blue colors in about the same proportion. Web safe color of #051833 is #000033 (or #003).

RGB color model

#051833 color RGB value is (5,24,51).

  • red value is 5;
  • green value is 24;
  • blue value is 51.
RGB:
(5,24,51)
(2%,9%,20%)

RGB channels and saturation

R 5 of 255 = 2%
G 24 of 255 = 9%
B 51 of 255 = 20%

5
24
51

R + G + B ~ 10%. #051833 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 24 + 51 = 80 (100%)
R 5 of 80 ~ 6.25%
G 24 of 80 ~ 30%
B 51 of 80 ~ 63.75%

%30
%63.75

CMYK color model

#051833 color CMYK value is (90,53,0,80).

  • cyan value is 90.20%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(90,53,0,80)
C90M53Y0K80 
(90%,53%,0%,80%)
(0.90/0.53/0.00/0.80)	

CMYK percentages

%90.2
%52.94
%0
%80

Codes

Color #051833 in popluar color models

051833
RGB52451
HSL215°82.14%10.98%
HSB/HSV215°90.20%20.00%
CMYK90.20%52.94%0.00%
80.00%

Color #051833 in popluar number systems.

HEX051833
Decimal52451
Binary10111000110011
Octal53063

Shades and tints

Shades of #051833

#051833
(5,24,51)
#05162F
(5,22,47)
#05142B
(5,20,43)
#051227
(5,18,39)
#051023
(5,16,35)
#050E1F
(5,14,31)
#050C1B
(5,12,27)
#050A17
(5,10,23)
#050813
(5,8,19)
#05060F
(5,6,15)
#05040B
(5,4,11)
#000000
(0,0,0)

Tints of #051833

#051833
(5,24,51)
#1B2D45
(27,45,69)
#314257
(49,66,87)
#475769
(71,87,105)
#5D6C7B
(93,108,123)
#73818D
(115,129,141)
#89969F
(137,150,159)
#9FABB1
(159,171,177)
#B5C0C3
(181,192,195)
#CBD5D5
(203,213,213)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051833 color. Also use rgb(5,24,51) instead hex code.

Text Font Color

.myTextColor { color: #051833; }

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

This text font color is #051833.


Background Color

.myBgColor { background-color: #051833; }

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

This div background color is #051833.


Border color

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

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

This div border color is #051833.


Opacity

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

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

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

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

This text has shadow with #051833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051833 on black background.


Color preview on white background

This text has color #051833 on white background.



Black color preview on #051833 background

This text has black color on #051833 background.


White color preview on #051833 background

This text has white color on #051833 background.