COLOR #050834

HEX: #050834 RGB: (5,8,52)

Color info

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

RGB color model

#050834 color RGB value is (5,8,52).

RGB: (5,8,52) (2%, 3%, 20%)

RGB channels and saturation

R 5 of 255 = 2%
G 8 of 255 = 3%
B 52 of 255 = 20%

5
8
52

R + G + B ~ 8%. #050834 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 8 + 52 = 65 (100%)
R 5 of 65 ~ 7.69%
G 8 of 65 ~ 12.31%
B 52 of 65 ~ 80'%

%12.31
%80

CMYK color model

#050834 color CMYK value is (90,85,0,80).

  • cyan value is 90.38%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 79.61%

CMYK: (90,85,0,80)
C90M85Y0K80 (90%, 85%, 0%, 80%)
(0.90 / 0.85 / 0.00 / 0.80)

CMYK percentages

%90.38
%84.62
%0
%79.61

Codes

Color #050834 in popluar color models

05 08 34
RGB 5 8 52
HSL 236° 82.46% 11.18%
HSB/HSV 236° 90.38% 20.39%
CMYK 90.38% 84.62% 0.00%
79.61%

Color #050834 in popluar number systems.

HEX 05 08 34
Decimal 5 8 52
Binary 101 1000 110100
Octal 5 10 64

Shades and tints

Shades of #050834

#050834
(5,8,52)
#050830
(5,8,48)
#05082C
(5,8,44)
#050828
(5,8,40)
#050824
(5,8,36)
#050820
(5,8,32)
#05081C
(5,8,28)
#050818
(5,8,24)
#050814
(5,8,20)
#050810
(5,8,16)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #050834

#050834
(5,8,52)
#1B1E46
(27,30,70)
#313458
(49,52,88)
#474A6A
(71,74,106)
#5D607C
(93,96,124)
#73768E
(115,118,142)
#898CA0
(137,140,160)
#9FA2B2
(159,162,178)
#B5B8C4
(181,184,196)
#CBCED6
(203,206,214)
#E1E4E8
(225,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050834; }

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

This text font color is #050834.

Background Color

.myBgColor { background-color: #050834; }

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

This div background color is #050834.

Border color

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

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

This div border color is #050834.

Opacity

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

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

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

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

This text has shadow with #050834 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050834.

Preview

Color preview on black background

This text has color #050834 on black background.


Color preview on white background

This text has color #050834 on white background.


Black color preview on #050834 background

This text has black color on #050834 background.


White color preview on #050834 background

This text has white color on #050834 background.


Related colors

Complementary color

Complementary color for #hex is #FAF7CB.


I love getcolorcode.com

Triadic colors

1 #340508 and #083405 with #050834 are triadic colors.

2 #340805 and #080534 with #050834 are triadic colors.