COLOR #071505

HEX: #071505 RGB: (7,21,5)

Color info

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

RGB color model

#071505 color RGB value is (7,21,5).

RGB: (7,21,5) (3%, 8%, 2%)

RGB channels and saturation

R 7 of 255 = 3%
G 21 of 255 = 8%
B 5 of 255 = 2%

7
21
5

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

Portions of RGB colors in percentages

R + G + B = 7 + 21 + 5 = 33 (100%)
R 7 of 33 ~ 21.21%
G 21 of 33 ~ 63.64%
B 5 of 33 ~ 15.15'%

%21.21
%63.64
%15.15

CMYK color model

#071505 color CMYK value is (67,0,76,92).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 91.76%

CMYK: (67,0,76,92)
C67M0Y76K92 (67%, 0%, 76%, 92%)
(0.67 / 0.00 / 0.76 / 0.92)

CMYK percentages

%66.67
%0
%76.19
%91.76

Codes

Color #071505 in popluar color models

07 15 05
RGB 7 21 5
HSL 113° 61.54% 5.10%
HSB/HSV 113° 76.19% 8.24%
CMYK 66.67% 0.00% 76.19%
91.76%

Color #071505 in popluar number systems.

HEX 07 15 05
Decimal 7 21 5
Binary 111 10101 101
Octal 7 25 5

Shades and tints

Shades of #071505

#071505
(7,21,5)
#071405
(7,20,5)
#071305
(7,19,5)
#071205
(7,18,5)
#071105
(7,17,5)
#071005
(7,16,5)
#070F05
(7,15,5)
#070E05
(7,14,5)
#070D05
(7,13,5)
#070C05
(7,12,5)
#070B05
(7,11,5)
#000000
(0,0,0)

Tints of #071505

#071505
(7,21,5)
#1D2A1B
(29,42,27)
#333F31
(51,63,49)
#495447
(73,84,71)
#5F695D
(95,105,93)
#757E73
(117,126,115)
#8B9389
(139,147,137)
#A1A89F
(161,168,159)
#B7BDB5
(183,189,181)
#CDD2CB
(205,210,203)
#E3E7E1
(227,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071505; }

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

This text font color is #071505.

Background Color

.myBgColor { background-color: #071505; }

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

This div background color is #071505.

Border color

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

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

This div border color is #071505.

Opacity

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

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

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

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

This text has shadow with #071505 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #071505.

Preview

Color preview on black background

This text has color #071505 on black background.


Color preview on white background

This text has color #071505 on white background.


Black color preview on #071505 background

This text has black color on #071505 background.


White color preview on #071505 background

This text has white color on #071505 background.


Related colors

Complementary color

Complementary color for #hex is #F8EAFA.


I love getcolorcode.com

Triadic colors

1 #050715 and #150507 with #071505 are triadic colors.

2 #051507 and #150705 with #071505 are triadic colors.