COLOR #071521

HEX: #071521
RGB: (7,21,33)

Color info

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

RGB color model

#071521 color RGB value is (7,21,33).

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

RGB channels and saturation

R 7 of 255 = 3%
G 21 of 255 = 8%
B 33 of 255 = 13%

7
21
33

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

Portions of RGB colors in percentages

R + G + B =
7 + 21 + 33 = 61 (100%)
R 7 of 61 ~ 11.48%
G 21 of 61 ~ 34.43%
B 33 of 61 ~ 54.1%

%11.48
%34.43
%54.1

CMYK color model

#071521 color CMYK value is (79,36,0,87).

  • cyan value is 78.79%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(79,36,0,87)
C79M36Y0K87 
(79%,36%,0%,87%)
(0.79/0.36/0.00/0.87)	

CMYK percentages

%78.79
%36.36
%0
%87.06

Codes

Color #071521 in popluar color models

071521
RGB72133
HSL208°65.00%7.84%
HSB/HSV208°78.79%12.94%
CMYK78.79%36.36%0.00%
87.06%

Color #071521 in popluar number systems.

HEX071521
Decimal72133
Binary11110101100001
Octal72541

Shades and tints

Shades of #071521

#071521
(7,21,33)
#07141E
(7,20,30)
#07131B
(7,19,27)
#071218
(7,18,24)
#071115
(7,17,21)
#071012
(7,16,18)
#070F0F
(7,15,15)
#070E0C
(7,14,12)
#070D09
(7,13,9)
#070C06
(7,12,6)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #071521

#071521
(7,21,33)
#1D2A35
(29,42,53)
#333F49
(51,63,73)
#49545D
(73,84,93)
#5F6971
(95,105,113)
#757E85
(117,126,133)
#8B9399
(139,147,153)
#A1A8AD
(161,168,173)
#B7BDC1
(183,189,193)
#CDD2D5
(205,210,213)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071521; }

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

This text font color is #071521.


Background Color

.myBgColor { background-color: #071521; }

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

This div background color is #071521.


Border color

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

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

This div border color is #071521.


Opacity

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

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

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

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

This text has shadow with #071521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071521 on black background.


Color preview on white background

This text has color #071521 on white background.



Black color preview on #071521 background

This text has black color on #071521 background.


White color preview on #071521 background

This text has white color on #071521 background.