COLOR #071226

HEX: #071226
RGB: (7,18,38)

Color info

#071226 contains red, green and blue colors in about the same proportion. Web safe color of #071226 is #000033 (or #003).

RGB color model

#071226 color RGB value is (7,18,38).

  • red value is 7;
  • green value is 18;
  • blue value is 38.
RGB:
(7,18,38)
(3%,7%,15%)

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 38 of 255 = 15%

7
18
38

R + G + B ~ 8%. #071226 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 18 + 38 = 63 (100%)
R 7 of 63 ~ 11.11%
G 18 of 63 ~ 28.57%
B 38 of 63 ~ 60.32%

%11.11
%28.57
%60.32

CMYK color model

#071226 color CMYK value is (82,53,0,85).

  • cyan value is 81.58%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(82,53,0,85)
C82M53Y0K85 
(82%,53%,0%,85%)
(0.82/0.53/0.00/0.85)	

CMYK percentages

%81.58
%52.63
%0
%85.1

Codes

Color #071226 in popluar color models

071226
RGB71838
HSL219°68.89%8.82%
HSB/HSV219°81.58%14.90%
CMYK81.58%52.63%0.00%
85.10%

Color #071226 in popluar number systems.

HEX071226
Decimal71838
Binary11110010100110
Octal72246

Shades and tints

Shades of #071226

#071226
(7,18,38)
#071123
(7,17,35)
#071020
(7,16,32)
#070F1D
(7,15,29)
#070E1A
(7,14,26)
#070D17
(7,13,23)
#070C14
(7,12,20)
#070B11
(7,11,17)
#070A0E
(7,10,14)
#07090B
(7,9,11)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #071226

#071226
(7,18,38)
#1D2739
(29,39,57)
#333C4C
(51,60,76)
#49515F
(73,81,95)
#5F6672
(95,102,114)
#757B85
(117,123,133)
#8B9098
(139,144,152)
#A1A5AB
(161,165,171)
#B7BABE
(183,186,190)
#CDCFD1
(205,207,209)
#E3E4E4
(227,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071226 color. Also use rgb(7,18,38) instead hex code.

Text Font Color

.myTextColor { color: #071226; }

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

This text font color is #071226.


Background Color

.myBgColor { background-color: #071226; }

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

This div background color is #071226.


Border color

.myBorderColor { border: 1px solid #071226; }

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

This div border color is #071226.


Opacity

.myOpacity80 { color: #071226; opacity: 0.8; }

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

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

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

This text has shadow with #071226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071226 on black background.


Color preview on white background

This text has color #071226 on white background.



Black color preview on #071226 background

This text has black color on #071226 background.


White color preview on #071226 background

This text has white color on #071226 background.