COLOR #050334

HEX: #050334
RGB: (5,3,52)

Color info

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

RGB color model

#050334 color RGB value is (5,3,52).

  • red value is 5;
  • green value is 3;
  • blue value is 52.
RGB:
(5,3,52)
(2%,1%,20%)

RGB channels and saturation

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

5
3
52

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

Portions of RGB colors in percentages

R + G + B =
5 + 3 + 52 = 60 (100%)
R 5 of 60 ~ 8.33%
G 3 of 60 ~ 5%
B 52 of 60 ~ 86.67%

%86.67

CMYK color model

#050334 color CMYK value is (90,94,0,80).

  • cyan value is 90.38%
  • magenta value is 94.23%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(90,94,0,80)
C90M94Y0K80 
(90%,94%,0%,80%)
(0.90/0.94/0.00/0.80)	

CMYK percentages

%90.38
%94.23
%0
%79.61

Codes

Color #050334 in popluar color models

050334
RGB5352
HSL242°89.09%10.78%
HSB/HSV242°94.23%20.39%
CMYK90.38%94.23%0.00%
79.61%

Color #050334 in popluar number systems.

HEX050334
Decimal5352
Binary10111110100
Octal5364

Shades and tints

Shades of #050334

#050334
(5,3,52)
#050330
(5,3,48)
#05032C
(5,3,44)
#050328
(5,3,40)
#050324
(5,3,36)
#050320
(5,3,32)
#05031C
(5,3,28)
#050318
(5,3,24)
#050314
(5,3,20)
#050310
(5,3,16)
#05030C
(5,3,12)
#000000
(0,0,0)

Tints of #050334

#050334
(5,3,52)
#1B1946
(27,25,70)
#312F58
(49,47,88)
#47456A
(71,69,106)
#5D5B7C
(93,91,124)
#73718E
(115,113,142)
#8987A0
(137,135,160)
#9F9DB2
(159,157,178)
#B5B3C4
(181,179,196)
#CBC9D6
(203,201,214)
#E1DFE8
(225,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050334; }

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

This text font color is #050334.


Background Color

.myBgColor { background-color: #050334; }

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

This div background color is #050334.


Border color

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

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

This div border color is #050334.


Opacity

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

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

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

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

This text has shadow with #050334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050334 on black background.


Color preview on white background

This text has color #050334 on white background.



Black color preview on #050334 background

This text has black color on #050334 background.


White color preview on #050334 background

This text has white color on #050334 background.