COLOR #071C37

HEX: #071C37
RGB: (7,28,55)

Color info

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

RGB color model

#071C37 color RGB value is (7,28,55).

  • red value is 7;
  • green value is 28;
  • blue value is 55.
RGB:
(7,28,55)
(3%,11%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 28 of 255 = 11%
B 55 of 255 = 22%

7
28
55

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

Portions of RGB colors in percentages

R + G + B =
7 + 28 + 55 = 90 (100%)
R 7 of 90 ~ 7.78%
G 28 of 90 ~ 31.11%
B 55 of 90 ~ 61.11%

%31.11
%61.11

CMYK color model

#071C37 color CMYK value is (87,49,0,78).

  • cyan value is 87.27%
  • magenta value is 49.09%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(87,49,0,78)
C87M49Y0K78 
(87%,49%,0%,78%)
(0.87/0.49/0.00/0.78)	

CMYK percentages

%87.27
%49.09
%0
%78.43

Codes

Color #071C37 in popluar color models

071C37
RGB72855
HSL214°77.42%12.16%
HSB/HSV214°87.27%21.57%
CMYK87.27%49.09%0.00%
78.43%

Color #071C37 in popluar number systems.

HEX071C37
Decimal72855
Binary11111100110111
Octal73467

Shades and tints

Shades of #071C37

#071C37
(7,28,55)
#071A32
(7,26,50)
#07182D
(7,24,45)
#071628
(7,22,40)
#071423
(7,20,35)
#07121E
(7,18,30)
#071019
(7,16,25)
#070E14
(7,14,20)
#070C0F
(7,12,15)
#070A0A
(7,10,10)
#070805
(7,8,5)
#000000
(0,0,0)

Tints of #071C37

#071C37
(7,28,55)
#1D3049
(29,48,73)
#33445B
(51,68,91)
#49586D
(73,88,109)
#5F6C7F
(95,108,127)
#758091
(117,128,145)
#8B94A3
(139,148,163)
#A1A8B5
(161,168,181)
#B7BCC7
(183,188,199)
#CDD0D9
(205,208,217)
#E3E4EB
(227,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071C37 color. Also use rgb(7,28,55) instead hex code.

Text Font Color

.myTextColor { color: #071C37; }

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

This text font color is #071C37.


Background Color

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

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

This div background color is #071C37.


Border color

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

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

This div border color is #071C37.


Opacity

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

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

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

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

This text has shadow with #071C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071C37 on black background.


Color preview on white background

This text has color #071C37 on white background.



Black color preview on #071C37 background

This text has black color on #071C37 background.


White color preview on #071C37 background

This text has white color on #071C37 background.