COLOR #071D36

HEX: #071D36
RGB: (7,29,54)

Color info

#071D36 contains red, green and blue colors in about the same proportion. Web safe color of #071D36 is #003333 (or #033).

RGB color model

#071D36 color RGB value is (7,29,54).

  • red value is 7;
  • green value is 29;
  • blue value is 54.
RGB:
(7,29,54)
(3%,11%,21%)

RGB channels and saturation

R 7 of 255 = 3%
G 29 of 255 = 11%
B 54 of 255 = 21%

7
29
54

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

Portions of RGB colors in percentages

R + G + B =
7 + 29 + 54 = 90 (100%)
R 7 of 90 ~ 7.78%
G 29 of 90 ~ 32.22%
B 54 of 90 ~ 60%

%32.22
%60

CMYK color model

#071D36 color CMYK value is (87,46,0,79).

  • cyan value is 87.04%
  • magenta value is 46.30%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(87,46,0,79)
C87M46Y0K79 
(87%,46%,0%,79%)
(0.87/0.46/0.00/0.79)	

CMYK percentages

%87.04
%46.3
%0
%78.82

Codes

Color #071D36 in popluar color models

071D36
RGB72954
HSL212°77.05%11.96%
HSB/HSV212°87.04%21.18%
CMYK87.04%46.30%0.00%
78.82%

Color #071D36 in popluar number systems.

HEX071D36
Decimal72954
Binary11111101110110
Octal73566

Shades and tints

Shades of #071D36

#071D36
(7,29,54)
#071B32
(7,27,50)
#07192E
(7,25,46)
#07172A
(7,23,42)
#071526
(7,21,38)
#071322
(7,19,34)
#07111E
(7,17,30)
#070F1A
(7,15,26)
#070D16
(7,13,22)
#070B12
(7,11,18)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #071D36

#071D36
(7,29,54)
#1D3148
(29,49,72)
#33455A
(51,69,90)
#49596C
(73,89,108)
#5F6D7E
(95,109,126)
#758190
(117,129,144)
#8B95A2
(139,149,162)
#A1A9B4
(161,169,180)
#B7BDC6
(183,189,198)
#CDD1D8
(205,209,216)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071D36 color. Also use rgb(7,29,54) instead hex code.

Text Font Color

.myTextColor { color: #071D36; }

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

This text font color is #071D36.


Background Color

.myBgColor { background-color: #071D36; }

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

This div background color is #071D36.


Border color

.myBorderColor { border: 1px solid #071D36; }

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

This div border color is #071D36.


Opacity

.myOpacity80 { color: #071D36; opacity: 0.8; }

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

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

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

This text has shadow with #071D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071D36 on black background.


Color preview on white background

This text has color #071D36 on white background.



Black color preview on #071D36 background

This text has black color on #071D36 background.


White color preview on #071D36 background

This text has white color on #071D36 background.