COLOR #052929

HEX: #052929
RGB: (5,41,41)

Color info

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

RGB color model

#052929 color RGB value is (5,41,41).

  • red value is 5;
  • green value is 41;
  • blue value is 41.
RGB:
(5,41,41)
(2%,16%,16%)

RGB channels and saturation

R 5 of 255 = 2%
G 41 of 255 = 16%
B 41 of 255 = 16%

5
41
41

R + G + B ~ 11%. #052929 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 41 + 41 = 87 (100%)
R 5 of 87 ~ 5.75%
G 41 of 87 ~ 47.13%
B 41 of 87 ~ 47.13%

%47.13
%47.13

CMYK color model

#052929 color CMYK value is (88,0,0,84).

  • cyan value is 87.80%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(88,0,0,84)
C88M0Y0K84 
(88%,0%,0%,84%)
(0.88/0.00/0.00/0.84)	

CMYK percentages

%87.8
%0
%0
%83.92

Codes

Color #052929 in popluar color models

052929
RGB54141
HSL180°78.26%9.02%
HSB/HSV180°87.80%16.08%
CMYK87.80%0.00%0.00%
83.92%

Color #052929 in popluar number systems.

HEX052929
Decimal54141
Binary101101001101001
Octal55151

Shades and tints

Shades of #052929

#052929
(5,41,41)
#052626
(5,38,38)
#052323
(5,35,35)
#052020
(5,32,32)
#051D1D
(5,29,29)
#051A1A
(5,26,26)
#051717
(5,23,23)
#051414
(5,20,20)
#051111
(5,17,17)
#050E0E
(5,14,14)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #052929

#052929
(5,41,41)
#1B3C3C
(27,60,60)
#314F4F
(49,79,79)
#476262
(71,98,98)
#5D7575
(93,117,117)
#738888
(115,136,136)
#899B9B
(137,155,155)
#9FAEAE
(159,174,174)
#B5C1C1
(181,193,193)
#CBD4D4
(203,212,212)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052929; }

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

This text font color is #052929.


Background Color

.myBgColor { background-color: #052929; }

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

This div background color is #052929.


Border color

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

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

This div border color is #052929.


Opacity

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

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

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

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

This text has shadow with #052929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052929 on black background.


Color preview on white background

This text has color #052929 on white background.



Black color preview on #052929 background

This text has black color on #052929 background.


White color preview on #052929 background

This text has white color on #052929 background.