COLOR #062629

HEX: #062629
RGB: (6,38,41)

Color info

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

RGB color model

#062629 color RGB value is (6,38,41).

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

RGB channels and saturation

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

6
38
41

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

Portions of RGB colors in percentages

R + G + B =
6 + 38 + 41 = 85 (100%)
R 6 of 85 ~ 7.06%
G 38 of 85 ~ 44.71%
B 41 of 85 ~ 48.24%

%44.71
%48.24

CMYK color model

#062629 color CMYK value is (85,7,0,84).

  • cyan value is 85.37%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(85,7,0,84)
C85M7Y0K84 
(85%,7%,0%,84%)
(0.85/0.07/0.00/0.84)	

CMYK percentages

%85.37
%7.32
%0
%83.92

Codes

Color #062629 in popluar color models

062629
RGB63841
HSL185°74.47%9.22%
HSB/HSV185°85.37%16.08%
CMYK85.37%7.32%0.00%
83.92%

Color #062629 in popluar number systems.

HEX062629
Decimal63841
Binary110100110101001
Octal64651

Shades and tints

Shades of #062629

#062629
(6,38,41)
#062326
(6,35,38)
#062023
(6,32,35)
#061D20
(6,29,32)
#061A1D
(6,26,29)
#06171A
(6,23,26)
#061417
(6,20,23)
#061114
(6,17,20)
#060E11
(6,14,17)
#060B0E
(6,11,14)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #062629

#062629
(6,38,41)
#1C393C
(28,57,60)
#324C4F
(50,76,79)
#485F62
(72,95,98)
#5E7275
(94,114,117)
#748588
(116,133,136)
#8A989B
(138,152,155)
#A0ABAE
(160,171,174)
#B6BEC1
(182,190,193)
#CCD1D4
(204,209,212)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062629; }

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

This text font color is #062629.


Background Color

.myBgColor { background-color: #062629; }

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

This div background color is #062629.


Border color

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

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

This div border color is #062629.


Opacity

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

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

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

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

This text has shadow with #062629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062629 on black background.


Color preview on white background

This text has color #062629 on white background.



Black color preview on #062629 background

This text has black color on #062629 background.


White color preview on #062629 background

This text has white color on #062629 background.