COLOR #071541

HEX: #071541
RGB: (7,21,65)

Color info

#071541 contains red, green and blue colors in about the same proportion. Web safe color of #071541 is #000033 (or #003).

RGB color model

#071541 color RGB value is (7,21,65).

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

RGB channels and saturation

R 7 of 255 = 3%
G 21 of 255 = 8%
B 65 of 255 = 25%

7
21
65

R + G + B ~ 12%. #071541 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 21 + 65 = 93 (100%)
R 7 of 93 ~ 7.53%
G 21 of 93 ~ 22.58%
B 65 of 93 ~ 69.89%

%22.58
%69.89

CMYK color model

#071541 color CMYK value is (89,68,0,75).

  • cyan value is 89.23%
  • magenta value is 67.69%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(89,68,0,75)
C89M68Y0K75 
(89%,68%,0%,75%)
(0.89/0.68/0.00/0.75)	

CMYK percentages

%89.23
%67.69
%0
%74.51

Codes

Color #071541 in popluar color models

071541
RGB72165
HSL226°80.56%14.12%
HSB/HSV226°89.23%25.49%
CMYK89.23%67.69%0.00%
74.51%

Color #071541 in popluar number systems.

HEX071541
Decimal72165
Binary111101011000001
Octal725101

Shades and tints

Shades of #071541

#071541
(7,21,65)
#07143C
(7,20,60)
#071337
(7,19,55)
#071232
(7,18,50)
#07112D
(7,17,45)
#071028
(7,16,40)
#070F23
(7,15,35)
#070E1E
(7,14,30)
#070D19
(7,13,25)
#070C14
(7,12,20)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #071541

#071541
(7,21,65)
#1D2A52
(29,42,82)
#333F63
(51,63,99)
#495474
(73,84,116)
#5F6985
(95,105,133)
#757E96
(117,126,150)
#8B93A7
(139,147,167)
#A1A8B8
(161,168,184)
#B7BDC9
(183,189,201)
#CDD2DA
(205,210,218)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071541; }

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

This text font color is #071541.


Background Color

.myBgColor { background-color: #071541; }

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

This div background color is #071541.


Border color

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

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

This div border color is #071541.


Opacity

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

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

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

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

This text has shadow with #071541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071541 on black background.


Color preview on white background

This text has color #071541 on white background.



Black color preview on #071541 background

This text has black color on #071541 background.


White color preview on #071541 background

This text has white color on #071541 background.