COLOR #061A21

HEX: #061A21
RGB: (6,26,33)

Color info

#061A21 contains red, green and blue colors in about the same proportion. Web safe color of #061A21 is #000033 (or #003).

RGB color model

#061A21 color RGB value is (6,26,33).

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

RGB channels and saturation

R 6 of 255 = 2%
G 26 of 255 = 10%
B 33 of 255 = 13%

6
26
33

R + G + B ~ 8%. #061A21 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 26 + 33 = 65 (100%)
R 6 of 65 ~ 9.23%
G 26 of 65 ~ 40%
B 33 of 65 ~ 50.77%

%40
%50.77

CMYK color model

#061A21 color CMYK value is (82,21,0,87).

  • cyan value is 81.82%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(82,21,0,87)
C82M21Y0K87 
(82%,21%,0%,87%)
(0.82/0.21/0.00/0.87)	

CMYK percentages

%81.82
%21.21
%0
%87.06

Codes

Color #061A21 in popluar color models

061A21
RGB62633
HSL196°69.23%7.65%
HSB/HSV196°81.82%12.94%
CMYK81.82%21.21%0.00%
87.06%

Color #061A21 in popluar number systems.

HEX061A21
Decimal62633
Binary11011010100001
Octal63241

Shades and tints

Shades of #061A21

#061A21
(6,26,33)
#06181E
(6,24,30)
#06161B
(6,22,27)
#061418
(6,20,24)
#061215
(6,18,21)
#061012
(6,16,18)
#060E0F
(6,14,15)
#060C0C
(6,12,12)
#060A09
(6,10,9)
#060806
(6,8,6)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #061A21

#061A21
(6,26,33)
#1C2E35
(28,46,53)
#324249
(50,66,73)
#48565D
(72,86,93)
#5E6A71
(94,106,113)
#747E85
(116,126,133)
#8A9299
(138,146,153)
#A0A6AD
(160,166,173)
#B6BAC1
(182,186,193)
#CCCED5
(204,206,213)
#E2E2E9
(226,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061A21; }

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

This text font color is #061A21.


Background Color

.myBgColor { background-color: #061A21; }

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

This div background color is #061A21.


Border color

.myBorderColor { border: 1px solid #061A21; }

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

This div border color is #061A21.


Opacity

.myOpacity80 { color: #061A21; opacity: 0.8; }

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

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

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

This text has shadow with #061A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061A21 on black background.


Color preview on white background

This text has color #061A21 on white background.



Black color preview on #061A21 background

This text has black color on #061A21 background.


White color preview on #061A21 background

This text has white color on #061A21 background.