COLOR #071910

HEX: #071910 RGB: (7,25,16)

Color info

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

RGB color model

#071910 color RGB value is (7,25,16).

RGB: (7,25,16) (3%, 10%, 6%)

RGB channels and saturation

R 7 of 255 = 3%
G 25 of 255 = 10%
B 16 of 255 = 6%

7
25
16

R + G + B ~ 6%. #071910 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 25 + 16 = 48 (100%)
R 7 of 48 ~ 14.58%
G 25 of 48 ~ 52.08%
B 16 of 48 ~ 33.33'%

%14.58
%52.08
%33.33

CMYK color model

#071910 color CMYK value is (72,0,36,90).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 90.20%
CMYK: (72,0,36,90) C72M0Y36K90 (72%,0%,36%,90%) (0.72/0.00/0.36/0.90) 

CMYK percentages

%72
%0
%36
%90.2

Codes

Color #071910 in popluar color models

07 19 10
RGB 7 25 16
HSL 150° 56.25% 6.27%
HSB/HSV 150° 72.00% 9.80%
CMYK 72.00% 0.00% 36.00%
90.20%

Color #071910 in popluar number systems.

HEX 07 19 10
Decimal 7 25 16
Binary 111 11001 10000
Octal 7 31 20

Shades and tints

Shades of #071910

#071910
(7,25,16)
#07170F
(7,23,15)
#07150E
(7,21,14)
#07130D
(7,19,13)
#07110C
(7,17,12)
#070F0B
(7,15,11)
#070D0A
(7,13,10)
#070B09
(7,11,9)
#070908
(7,9,8)
#070707
(7,7,7)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #071910

#071910
(7,25,16)
#1D2D25
(29,45,37)
#33413A
(51,65,58)
#49554F
(73,85,79)
#5F6964
(95,105,100)
#757D79
(117,125,121)
#8B918E
(139,145,142)
#A1A5A3
(161,165,163)
#B7B9B8
(183,185,184)
#CDCDCD
(205,205,205)
#E3E1E2
(227,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071910 color. Also use rgb(7,25,16) instead hex code.

Text Font Color

.myTextColor { color: #071910; }

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

This text font color is #071910.

Background Color

.myBgColor { background-color: #071910; }

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

This div background color is #071910.

Border color

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

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

This div border color is #071910.

Opacity

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

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

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

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

This text has shadow with #071910 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #071910.

Preview

Color preview on black background

This text has color #071910 on black background.


Color preview on white background

This text has color #071910 on white background.


Black color preview on #071910 background

This text has black color on #071910 background.


White color preview on #071910 background

This text has white color on #071910 background.


Related colors

Complementary color

Complementary color for #hex is #F8E6EF.


I love getcolorcode.com

Triadic colors

1 #100719 and #191007 with #071910 are triadic colors.

2 #101907 and #190710 with #071910 are triadic colors.