COLOR #071C2E

HEX: #071C2E
RGB: (7,28,46)

Color info

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

RGB color model

#071C2E color RGB value is (7,28,46).

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

RGB channels and saturation

R 7 of 255 = 3%
G 28 of 255 = 11%
B 46 of 255 = 18%

7
28
46

R + G + B ~ 11%. #071C2E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 28 + 46 = 81 (100%)
R 7 of 81 ~ 8.64%
G 28 of 81 ~ 34.57%
B 46 of 81 ~ 56.79%

%34.57
%56.79

CMYK color model

#071C2E color CMYK value is (85,39,0,82).

  • cyan value is 84.78%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(85,39,0,82)
C85M39Y0K82 
(85%,39%,0%,82%)
(0.85/0.39/0.00/0.82)	

CMYK percentages

%84.78
%39.13
%0
%81.96

Codes

Color #071C2E in popluar color models

071C2E
RGB72846
HSL208°73.58%10.39%
HSB/HSV208°84.78%18.04%
CMYK84.78%39.13%0.00%
81.96%

Color #071C2E in popluar number systems.

HEX071C2E
Decimal72846
Binary11111100101110
Octal73456

Shades and tints

Shades of #071C2E

#071C2E
(7,28,46)
#071A2A
(7,26,42)
#071826
(7,24,38)
#071622
(7,22,34)
#07141E
(7,20,30)
#07121A
(7,18,26)
#071016
(7,16,22)
#070E12
(7,14,18)
#070C0E
(7,12,14)
#070A0A
(7,10,10)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #071C2E

#071C2E
(7,28,46)
#1D3041
(29,48,65)
#334454
(51,68,84)
#495867
(73,88,103)
#5F6C7A
(95,108,122)
#75808D
(117,128,141)
#8B94A0
(139,148,160)
#A1A8B3
(161,168,179)
#B7BCC6
(183,188,198)
#CDD0D9
(205,208,217)
#E3E4EC
(227,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071C2E; }

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

This text font color is #071C2E.


Background Color

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

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

This div background color is #071C2E.


Border color

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

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

This div border color is #071C2E.


Opacity

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

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

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

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

This text has shadow with #071C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071C2E on black background.


Color preview on white background

This text has color #071C2E on white background.



Black color preview on #071C2E background

This text has black color on #071C2E background.


White color preview on #071C2E background

This text has white color on #071C2E background.