COLOR #052243

HEX: #052243
RGB: (5,34,67)

Color info

#052243 contains mainly green and blue colors. Web safe color of #052243 is #003333 (or #033).

RGB color model

#052243 color RGB value is (5,34,67).

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

RGB channels and saturation

R 5 of 255 = 2%
G 34 of 255 = 13%
B 67 of 255 = 26%

5
34
67

R + G + B ~ 14%. #052243 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 34 + 67 = 106 (100%)
R 5 of 106 ~ 4.72%
G 34 of 106 ~ 32.08%
B 67 of 106 ~ 63.21%

%32.08
%63.21

CMYK color model

#052243 color CMYK value is (93,49,0,74).

  • cyan value is 92.54%
  • magenta value is 49.25%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(93,49,0,74)
C93M49Y0K74 
(93%,49%,0%,74%)
(0.93/0.49/0.00/0.74)	

CMYK percentages

%92.54
%49.25
%0
%73.73

Codes

Color #052243 in popluar color models

052243
RGB53467
HSL212°86.11%14.12%
HSB/HSV212°92.54%26.27%
CMYK92.54%49.25%0.00%
73.73%

Color #052243 in popluar number systems.

HEX052243
Decimal53467
Binary1011000101000011
Octal542103

Shades and tints

Shades of #052243

#052243
(5,34,67)
#051F3D
(5,31,61)
#051C37
(5,28,55)
#051931
(5,25,49)
#05162B
(5,22,43)
#051325
(5,19,37)
#05101F
(5,16,31)
#050D19
(5,13,25)
#050A13
(5,10,19)
#05070D
(5,7,13)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #052243

#052243
(5,34,67)
#1B3654
(27,54,84)
#314A65
(49,74,101)
#475E76
(71,94,118)
#5D7287
(93,114,135)
#738698
(115,134,152)
#899AA9
(137,154,169)
#9FAEBA
(159,174,186)
#B5C2CB
(181,194,203)
#CBD6DC
(203,214,220)
#E1EAED
(225,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052243; }

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

This text font color is #052243.


Background Color

.myBgColor { background-color: #052243; }

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

This div background color is #052243.


Border color

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

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

This div border color is #052243.


Opacity

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

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

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

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

This text has shadow with #052243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052243 on black background.


Color preview on white background

This text has color #052243 on white background.



Black color preview on #052243 background

This text has black color on #052243 background.


White color preview on #052243 background

This text has white color on #052243 background.