COLOR #071951

HEX: #071951 RGB: (7,25,81)

Color info

#071951 contains mainly green and blue colors. Web safe color of #071951 is #000066 (or #006).

RGB color model

#071951 color RGB value is (7,25,81).

RGB: (7,25,81) (3%, 10%, 32%)

RGB channels and saturation

R 7 of 255 = 3%
G 25 of 255 = 10%
B 81 of 255 = 32%

7
25
81

R + G + B ~ 15%. #071951 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 25 + 81 = 113 (100%)
R 7 of 113 ~ 6.19%
G 25 of 113 ~ 22.12%
B 81 of 113 ~ 71.68'%

%22.12
%71.68

CMYK color model

#071951 color CMYK value is (91,69,0,68).

  • cyan value is 91.36%
  • magenta value is 69.14%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (91,69,0,68) C91M69Y0K68 (91%,69%,0%,68%) (0.91/0.69/0.00/0.68) 

CMYK percentages

%91.36
%69.14
%0
%68.24

Codes

Color #071951 in popluar color models

07 19 51
RGB 7 25 81
HSL 225° 84.09% 17.25%
HSB/HSV 225° 91.36% 31.76%
CMYK 91.36% 69.14% 0.00%
68.24%

Color #071951 in popluar number systems.

HEX 07 19 51
Decimal 7 25 81
Binary 111 11001 1010001
Octal 7 31 121

Shades and tints

Shades of #071951

#071951
(7,25,81)
#07174A
(7,23,74)
#071543
(7,21,67)
#07133C
(7,19,60)
#071135
(7,17,53)
#070F2E
(7,15,46)
#070D27
(7,13,39)
#070B20
(7,11,32)
#070919
(7,9,25)
#070712
(7,7,18)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #071951

#071951
(7,25,81)
#1D2D60
(29,45,96)
#33416F
(51,65,111)
#49557E
(73,85,126)
#5F698D
(95,105,141)
#757D9C
(117,125,156)
#8B91AB
(139,145,171)
#A1A5BA
(161,165,186)
#B7B9C9
(183,185,201)
#CDCDD8
(205,205,216)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071951; }

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

This text font color is #071951.

Background Color

.myBgColor { background-color: #071951; }

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

This div background color is #071951.

Border color

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

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

This div border color is #071951.

Opacity

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

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

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

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

This text has shadow with #071951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #071951.

Preview

Color preview on black background

This text has color #071951 on black background.


Color preview on white background

This text has color #071951 on white background.


Black color preview on #071951 background

This text has black color on #071951 background.


White color preview on #071951 background

This text has white color on #071951 background.


Related colors

Complementary color

Complementary color for #hex is #F8E6AE.


I love getcolorcode.com

Triadic colors

1 #510719 and #195107 with #071951 are triadic colors.

2 #511907 and #190751 with #071951 are triadic colors.