COLOR #061521

HEX: #061521
RGB: (6,21,33)

Color info

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

RGB color model

#061521 color RGB value is (6,21,33).

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

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 33 of 255 = 13%

6
21
33

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

Portions of RGB colors in percentages

R + G + B =
6 + 21 + 33 = 60 (100%)
R 6 of 60 ~ 10%
G 21 of 60 ~ 35%
B 33 of 60 ~ 55%

%10
%35
%55

CMYK color model

#061521 color CMYK value is (82,36,0,87).

  • cyan value is 81.82%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(82,36,0,87)
C82M36Y0K87 
(82%,36%,0%,87%)
(0.82/0.36/0.00/0.87)	

CMYK percentages

%81.82
%36.36
%0
%87.06

Codes

Color #061521 in popluar color models

061521
RGB62133
HSL207°69.23%7.65%
HSB/HSV207°81.82%12.94%
CMYK81.82%36.36%0.00%
87.06%

Color #061521 in popluar number systems.

HEX061521
Decimal62133
Binary11010101100001
Octal62541

Shades and tints

Shades of #061521

#061521
(6,21,33)
#06141E
(6,20,30)
#06131B
(6,19,27)
#061218
(6,18,24)
#061115
(6,17,21)
#061012
(6,16,18)
#060F0F
(6,15,15)
#060E0C
(6,14,12)
#060D09
(6,13,9)
#060C06
(6,12,6)
#060B03
(6,11,3)
#000000
(0,0,0)

Tints of #061521

#061521
(6,21,33)
#1C2A35
(28,42,53)
#323F49
(50,63,73)
#48545D
(72,84,93)
#5E6971
(94,105,113)
#747E85
(116,126,133)
#8A9399
(138,147,153)
#A0A8AD
(160,168,173)
#B6BDC1
(182,189,193)
#CCD2D5
(204,210,213)
#E2E7E9
(226,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061521; }

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

This text font color is #061521.


Background Color

.myBgColor { background-color: #061521; }

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

This div background color is #061521.


Border color

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

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

This div border color is #061521.


Opacity

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

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

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

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

This text has shadow with #061521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061521 on black background.


Color preview on white background

This text has color #061521 on white background.



Black color preview on #061521 background

This text has black color on #061521 background.


White color preview on #061521 background

This text has white color on #061521 background.