COLOR #062429

HEX: #062429
RGB: (6,36,41)

Color info

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

RGB color model

#062429 color RGB value is (6,36,41).

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

RGB channels and saturation

R 6 of 255 = 2%
G 36 of 255 = 14%
B 41 of 255 = 16%

6
36
41

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

Portions of RGB colors in percentages

R + G + B =
6 + 36 + 41 = 83 (100%)
R 6 of 83 ~ 7.23%
G 36 of 83 ~ 43.37%
B 41 of 83 ~ 49.4%

%43.37
%49.4

CMYK color model

#062429 color CMYK value is (85,12,0,84).

  • cyan value is 85.37%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(85,12,0,84)
C85M12Y0K84 
(85%,12%,0%,84%)
(0.85/0.12/0.00/0.84)	

CMYK percentages

%85.37
%12.2
%0
%83.92

Codes

Color #062429 in popluar color models

062429
RGB63641
HSL189°74.47%9.22%
HSB/HSV189°85.37%16.08%
CMYK85.37%12.20%0.00%
83.92%

Color #062429 in popluar number systems.

HEX062429
Decimal63641
Binary110100100101001
Octal64451

Shades and tints

Shades of #062429

#062429
(6,36,41)
#062126
(6,33,38)
#061E23
(6,30,35)
#061B20
(6,27,32)
#06181D
(6,24,29)
#06151A
(6,21,26)
#061217
(6,18,23)
#060F14
(6,15,20)
#060C11
(6,12,17)
#06090E
(6,9,14)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #062429

#062429
(6,36,41)
#1C373C
(28,55,60)
#324A4F
(50,74,79)
#485D62
(72,93,98)
#5E7075
(94,112,117)
#748388
(116,131,136)
#8A969B
(138,150,155)
#A0A9AE
(160,169,174)
#B6BCC1
(182,188,193)
#CCCFD4
(204,207,212)
#E2E2E7
(226,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062429; }

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

This text font color is #062429.


Background Color

.myBgColor { background-color: #062429; }

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

This div background color is #062429.


Border color

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

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

This div border color is #062429.


Opacity

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

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

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

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

This text has shadow with #062429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062429 on black background.


Color preview on white background

This text has color #062429 on white background.



Black color preview on #062429 background

This text has black color on #062429 background.


White color preview on #062429 background

This text has white color on #062429 background.