COLOR #071C4C

HEX: #071C4C
RGB: (7,28,76)

Color info

#071C4C contains mainly green and blue colors. Web safe color of #071C4C is #003333 (or #033).

RGB color model

#071C4C color RGB value is (7,28,76).

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

RGB channels and saturation

R 7 of 255 = 3%
G 28 of 255 = 11%
B 76 of 255 = 30%

7
28
76

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

Portions of RGB colors in percentages

R + G + B =
7 + 28 + 76 = 111 (100%)
R 7 of 111 ~ 6.31%
G 28 of 111 ~ 25.23%
B 76 of 111 ~ 68.47%

%25.23
%68.47

CMYK color model

#071C4C color CMYK value is (91,63,0,70).

  • cyan value is 90.79%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(91,63,0,70)
C91M63Y0K70 
(91%,63%,0%,70%)
(0.91/0.63/0.00/0.70)	

CMYK percentages

%90.79
%63.16
%0
%70.2

Codes

Color #071C4C in popluar color models

071C4C
RGB72876
HSL222°83.13%16.27%
HSB/HSV222°90.79%29.80%
CMYK90.79%63.16%0.00%
70.20%

Color #071C4C in popluar number systems.

HEX071C4C
Decimal72876
Binary111111001001100
Octal734114

Shades and tints

Shades of #071C4C

#071C4C
(7,28,76)
#071A46
(7,26,70)
#071840
(7,24,64)
#07163A
(7,22,58)
#071434
(7,20,52)
#07122E
(7,18,46)
#071028
(7,16,40)
#070E22
(7,14,34)
#070C1C
(7,12,28)
#070A16
(7,10,22)
#070810
(7,8,16)
#000000
(0,0,0)

Tints of #071C4C

#071C4C
(7,28,76)
#1D305C
(29,48,92)
#33446C
(51,68,108)
#49587C
(73,88,124)
#5F6C8C
(95,108,140)
#75809C
(117,128,156)
#8B94AC
(139,148,172)
#A1A8BC
(161,168,188)
#B7BCCC
(183,188,204)
#CDD0DC
(205,208,220)
#E3E4EC
(227,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071C4C; }

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

This text font color is #071C4C.


Background Color

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

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

This div background color is #071C4C.


Border color

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

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

This div border color is #071C4C.


Opacity

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

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

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

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

This text has shadow with #071C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071C4C on black background.


Color preview on white background

This text has color #071C4C on white background.



Black color preview on #071C4C background

This text has black color on #071C4C background.


White color preview on #071C4C background

This text has white color on #071C4C background.