COLOR #071C28

HEX: #071C28
RGB: (7,28,40)

Color info

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

RGB color model

#071C28 color RGB value is (7,28,40).

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

RGB channels and saturation

R 7 of 255 = 3%
G 28 of 255 = 11%
B 40 of 255 = 16%

7
28
40

R + G + B ~ 10%. #071C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 28 + 40 = 75 (100%)
R 7 of 75 ~ 9.33%
G 28 of 75 ~ 37.33%
B 40 of 75 ~ 53.33%

%37.33
%53.33

CMYK color model

#071C28 color CMYK value is (83,30,0,84).

  • cyan value is 82.50%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(83,30,0,84)
C83M30Y0K84 
(83%,30%,0%,84%)
(0.83/0.30/0.00/0.84)	

CMYK percentages

%82.5
%30
%0
%84.31

Codes

Color #071C28 in popluar color models

071C28
RGB72840
HSL202°70.21%9.22%
HSB/HSV202°82.50%15.69%
CMYK82.50%30.00%0.00%
84.31%

Color #071C28 in popluar number systems.

HEX071C28
Decimal72840
Binary11111100101000
Octal73450

Shades and tints

Shades of #071C28

#071C28
(7,28,40)
#071A25
(7,26,37)
#071822
(7,24,34)
#07161F
(7,22,31)
#07141C
(7,20,28)
#071219
(7,18,25)
#071016
(7,16,22)
#070E13
(7,14,19)
#070C10
(7,12,16)
#070A0D
(7,10,13)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #071C28

#071C28
(7,28,40)
#1D303B
(29,48,59)
#33444E
(51,68,78)
#495861
(73,88,97)
#5F6C74
(95,108,116)
#758087
(117,128,135)
#8B949A
(139,148,154)
#A1A8AD
(161,168,173)
#B7BCC0
(183,188,192)
#CDD0D3
(205,208,211)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071C28; }

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

This text font color is #071C28.


Background Color

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

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

This div background color is #071C28.


Border color

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

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

This div border color is #071C28.


Opacity

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

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

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

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

This text has shadow with #071C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071C28 on black background.


Color preview on white background

This text has color #071C28 on white background.



Black color preview on #071C28 background

This text has black color on #071C28 background.


White color preview on #071C28 background

This text has white color on #071C28 background.