COLOR #050843

HEX: #050843
RGB: (5,8,67)

Color info

#050843 contains mainly green and blue colors. Web safe color of #050843 is #000033 (or #003).

RGB color model

#050843 color RGB value is (5,8,67).

  • red value is 5;
  • green value is 8;
  • blue value is 67.
RGB:
(5,8,67)
(2%,3%,26%)

RGB channels and saturation

R 5 of 255 = 2%
G 8 of 255 = 3%
B 67 of 255 = 26%

5
8
67

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

Portions of RGB colors in percentages

R + G + B =
5 + 8 + 67 = 80 (100%)
R 5 of 80 ~ 6.25%
G 8 of 80 ~ 10%
B 67 of 80 ~ 83.75%

%10
%83.75

CMYK color model

#050843 color CMYK value is (93,88,0,74).

  • cyan value is 92.54%
  • magenta value is 88.06%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(93,88,0,74)
C93M88Y0K74 
(93%,88%,0%,74%)
(0.93/0.88/0.00/0.74)	

CMYK percentages

%92.54
%88.06
%0
%73.73

Codes

Color #050843 in popluar color models

050843
RGB5867
HSL237°86.11%14.12%
HSB/HSV237°92.54%26.27%
CMYK92.54%88.06%0.00%
73.73%

Color #050843 in popluar number systems.

HEX050843
Decimal5867
Binary10110001000011
Octal510103

Shades and tints

Shades of #050843

#050843
(5,8,67)
#05083D
(5,8,61)
#050837
(5,8,55)
#050831
(5,8,49)
#05082B
(5,8,43)
#050825
(5,8,37)
#05081F
(5,8,31)
#050819
(5,8,25)
#050813
(5,8,19)
#05080D
(5,8,13)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #050843

#050843
(5,8,67)
#1B1E54
(27,30,84)
#313465
(49,52,101)
#474A76
(71,74,118)
#5D6087
(93,96,135)
#737698
(115,118,152)
#898CA9
(137,140,169)
#9FA2BA
(159,162,186)
#B5B8CB
(181,184,203)
#CBCEDC
(203,206,220)
#E1E4ED
(225,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050843 color. Also use rgb(5,8,67) instead hex code.

Text Font Color

.myTextColor { color: #050843; }

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

This text font color is #050843.


Background Color

.myBgColor { background-color: #050843; }

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

This div background color is #050843.


Border color

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

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

This div border color is #050843.


Opacity

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

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

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

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

This text has shadow with #050843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050843 on black background.


Color preview on white background

This text has color #050843 on white background.



Black color preview on #050843 background

This text has black color on #050843 background.


White color preview on #050843 background

This text has white color on #050843 background.