COLOR #062126

HEX: #062126
RGB: (6,33,38)

Color info

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

RGB color model

#062126 color RGB value is (6,33,38).

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

RGB channels and saturation

R 6 of 255 = 2%
G 33 of 255 = 13%
B 38 of 255 = 15%

6
33
38

R + G + B ~ 10%. #062126 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 33 + 38 = 77 (100%)
R 6 of 77 ~ 7.79%
G 33 of 77 ~ 42.86%
B 38 of 77 ~ 49.35%

%42.86
%49.35

CMYK color model

#062126 color CMYK value is (84,13,0,85).

  • cyan value is 84.21%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(84,13,0,85)
C84M13Y0K85 
(84%,13%,0%,85%)
(0.84/0.13/0.00/0.85)	

CMYK percentages

%84.21
%13.16
%0
%85.1

Codes

Color #062126 in popluar color models

062126
RGB63338
HSL189°72.73%8.63%
HSB/HSV189°84.21%14.90%
CMYK84.21%13.16%0.00%
85.10%

Color #062126 in popluar number systems.

HEX062126
Decimal63338
Binary110100001100110
Octal64146

Shades and tints

Shades of #062126

#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)
#060308
(6,3,8)
#000000
(0,0,0)

Tints of #062126

#062126
(6,33,38)
#1C3539
(28,53,57)
#32494C
(50,73,76)
#485D5F
(72,93,95)
#5E7172
(94,113,114)
#748585
(116,133,133)
#8A9998
(138,153,152)
#A0ADAB
(160,173,171)
#B6C1BE
(182,193,190)
#CCD5D1
(204,213,209)
#E2E9E4
(226,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062126; }

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

This text font color is #062126.


Background Color

.myBgColor { background-color: #062126; }

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

This div background color is #062126.


Border color

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

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

This div border color is #062126.


Opacity

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

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

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

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

This text has shadow with #062126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062126 on black background.


Color preview on white background

This text has color #062126 on white background.



Black color preview on #062126 background

This text has black color on #062126 background.


White color preview on #062126 background

This text has white color on #062126 background.