COLOR #052629

HEX: #052629
RGB: (5,38,41)

Color info

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

RGB color model

#052629 color RGB value is (5,38,41).

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

RGB channels and saturation

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

5
38
41

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

Portions of RGB colors in percentages

R + G + B =
5 + 38 + 41 = 84 (100%)
R 5 of 84 ~ 5.95%
G 38 of 84 ~ 45.24%
B 41 of 84 ~ 48.81%

%45.24
%48.81

CMYK color model

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

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

CMYK percentages

%87.8
%7.32
%0
%83.92

Codes

Color #052629 in popluar color models

052629
RGB53841
HSL185°78.26%9.02%
HSB/HSV185°87.80%16.08%
CMYK87.80%7.32%0.00%
83.92%

Color #052629 in popluar number systems.

HEX052629
Decimal53841
Binary101100110101001
Octal54651

Shades and tints

Shades of #052629

#052629
(5,38,41)
#052326
(5,35,38)
#052023
(5,32,35)
#051D20
(5,29,32)
#051A1D
(5,26,29)
#05171A
(5,23,26)
#051417
(5,20,23)
#051114
(5,17,20)
#050E11
(5,14,17)
#050B0E
(5,11,14)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #052629

#052629
(5,38,41)
#1B393C
(27,57,60)
#314C4F
(49,76,79)
#475F62
(71,95,98)
#5D7275
(93,114,117)
#738588
(115,133,136)
#89989B
(137,152,155)
#9FABAE
(159,171,174)
#B5BEC1
(181,190,193)
#CBD1D4
(203,209,212)
#E1E4E7
(225,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052629; }

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

This text font color is #052629.


Background Color

.myBgColor { background-color: #052629; }

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

This div background color is #052629.


Border color

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

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

This div border color is #052629.


Opacity

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

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

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

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

This text has shadow with #052629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052629 on black background.


Color preview on white background

This text has color #052629 on white background.



Black color preview on #052629 background

This text has black color on #052629 background.


White color preview on #052629 background

This text has white color on #052629 background.