COLOR #071405

HEX: #071405 RGB: (7,20,5)

Color info

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

RGB color model

#071405 color RGB value is (7,20,5).

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

RGB channels and saturation

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

7
20
5

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

Portions of RGB colors in percentages

R + G + B = 7 + 20 + 5 = 32 (100%)
R 7 of 32 ~ 21.88%
G 20 of 32 ~ 62.5%
B 5 of 32 ~ 15.63'%

%21.88
%62.5
%15.63

CMYK color model

#071405 color CMYK value is (65,0,75,92).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 92.16%

CMYK: (65,0,75,92)
C65M0Y75K92 (65%, 0%, 75%, 92%)
(0.65 / 0.00 / 0.75 / 0.92)

CMYK percentages

%65
%0
%75
%92.16

Codes

Color #071405 in popluar color models

07 14 05
RGB 7 20 5
HSL 112° 60.00% 4.90%
HSB/HSV 112° 75.00% 7.84%
CMYK 65.00% 0.00% 75.00%
92.16%

Color #071405 in popluar number systems.

HEX 07 14 05
Decimal 7 20 5
Binary 111 10100 101
Octal 7 24 5

Shades and tints

Shades of #071405

#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)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #071405

#071405
(7,20,5)
#1D291B
(29,41,27)
#333E31
(51,62,49)
#495347
(73,83,71)
#5F685D
(95,104,93)
#757D73
(117,125,115)
#8B9289
(139,146,137)
#A1A79F
(161,167,159)
#B7BCB5
(183,188,181)
#CDD1CB
(205,209,203)
#E3E6E1
(227,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071405; }

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

This text font color is #071405.

Background Color

.myBgColor { background-color: #071405; }

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

This div background color is #071405.

Border color

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

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

This div border color is #071405.

Opacity

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

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

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

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

This text has shadow with #071405 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #071405.

Preview

Color preview on black background

This text has color #071405 on black background.


Color preview on white background

This text has color #071405 on white background.


Black color preview on #071405 background

This text has black color on #071405 background.


White color preview on #071405 background

This text has white color on #071405 background.


Related colors

Complementary color

Complementary color for #hex is #F8EBFA.


I love getcolorcode.com

Triadic colors

1 #050714 and #140507 with #071405 are triadic colors.

2 #051407 and #140705 with #071405 are triadic colors.