COLOR #052B30

HEX: #052B30
RGB: (5,43,48)

Color info

#052B30 contains red, green and blue colors in about the same proportion. Web safe color of #052B30 is #003333 (or #033).

RGB color model

#052B30 color RGB value is (5,43,48).

  • red value is 5;
  • green value is 43;
  • blue value is 48.
RGB:
(5,43,48)
(2%,17%,19%)

RGB channels and saturation

R 5 of 255 = 2%
G 43 of 255 = 17%
B 48 of 255 = 19%

5
43
48

R + G + B ~ 13%. #052B30 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 43 + 48 = 96 (100%)
R 5 of 96 ~ 5.21%
G 43 of 96 ~ 44.79%
B 48 of 96 ~ 50%

%44.79
%50

CMYK color model

#052B30 color CMYK value is (90,10,0,81).

  • cyan value is 89.58%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(90,10,0,81)
C90M10Y0K81 
(90%,10%,0%,81%)
(0.90/0.10/0.00/0.81)	

CMYK percentages

%89.58
%10.42
%0
%81.18

Codes

Color #052B30 in popluar color models

052B30
RGB54348
HSL187°81.13%10.39%
HSB/HSV187°89.58%18.82%
CMYK89.58%10.42%0.00%
81.18%

Color #052B30 in popluar number systems.

HEX052B30
Decimal54348
Binary101101011110000
Octal55360

Shades and tints

Shades of #052B30

#052B30
(5,43,48)
#05282C
(5,40,44)
#052528
(5,37,40)
#052224
(5,34,36)
#051F20
(5,31,32)
#051C1C
(5,28,28)
#051918
(5,25,24)
#051614
(5,22,20)
#051310
(5,19,16)
#05100C
(5,16,12)
#050D08
(5,13,8)
#000000
(0,0,0)

Tints of #052B30

#052B30
(5,43,48)
#1B3E42
(27,62,66)
#315154
(49,81,84)
#476466
(71,100,102)
#5D7778
(93,119,120)
#738A8A
(115,138,138)
#899D9C
(137,157,156)
#9FB0AE
(159,176,174)
#B5C3C0
(181,195,192)
#CBD6D2
(203,214,210)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052B30 color. Also use rgb(5,43,48) instead hex code.

Text Font Color

.myTextColor { color: #052B30; }

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

This text font color is #052B30.


Background Color

.myBgColor { background-color: #052B30; }

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

This div background color is #052B30.


Border color

.myBorderColor { border: 1px solid #052B30; }

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

This div border color is #052B30.


Opacity

.myOpacity80 { color: #052B30; opacity: 0.8; }

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

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

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

This text has shadow with #052B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052B30 on black background.


Color preview on white background

This text has color #052B30 on white background.



Black color preview on #052B30 background

This text has black color on #052B30 background.


White color preview on #052B30 background

This text has white color on #052B30 background.