COLOR #071503

HEX: #071503
RGB: (7,21,3)

Color info

#071503 contains red, green and blue colors in about the same proportion. Web safe color of #071503 is #000000 (or #000).

RGB color model

#071503 color RGB value is (7,21,3).

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

RGB channels and saturation

R 7 of 255 = 3%
G 21 of 255 = 8%
B 3 of 255 = 1%

7
21
3

R + G + B ~ 4%. #071503 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 21 + 3 = 31 (100%)
R 7 of 31 ~ 22.58%
G 21 of 31 ~ 67.74%
B 3 of 31 ~ 9.68%

%22.58
%67.74
%9.68

CMYK color model

#071503 color CMYK value is (67,0,86,92).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 91.76%
CMYK:
(67,0,86,92)
C67M0Y86K92 
(67%,0%,86%,92%)
(0.67/0.00/0.86/0.92)	

CMYK percentages

%66.67
%0
%85.71
%91.76

Codes

Color #071503 in popluar color models

071503
RGB7213
HSL107°75.00%4.71%
HSB/HSV107°85.71%8.24%
CMYK66.67%0.00%85.71%
91.76%

Color #071503 in popluar number systems.

HEX071503
Decimal7213
Binary1111010111
Octal7253

Shades and tints

Shades of #071503

#071503
(7,21,3)
#071403
(7,20,3)
#071303
(7,19,3)
#071203
(7,18,3)
#071103
(7,17,3)
#071003
(7,16,3)
#070F03
(7,15,3)
#070E03
(7,14,3)
#070D03
(7,13,3)
#070C03
(7,12,3)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #071503

#071503
(7,21,3)
#1D2A19
(29,42,25)
#333F2F
(51,63,47)
#495445
(73,84,69)
#5F695B
(95,105,91)
#757E71
(117,126,113)
#8B9387
(139,147,135)
#A1A89D
(161,168,157)
#B7BDB3
(183,189,179)
#CDD2C9
(205,210,201)
#E3E7DF
(227,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071503; }

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

This text font color is #071503.


Background Color

.myBgColor { background-color: #071503; }

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

This div background color is #071503.


Border color

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

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

This div border color is #071503.


Opacity

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

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

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

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

This text has shadow with #071503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071503 on black background.


Color preview on white background

This text has color #071503 on white background.



Black color preview on #071503 background

This text has black color on #071503 background.


White color preview on #071503 background

This text has white color on #071503 background.