COLOR #07426B

HEX: #07426B
RGB: (7,66,107)

Color info

#07426B contains mainly green and blue colors. Web safe color of #07426B is #003366 (or #036).

RGB color model

#07426B color RGB value is (7,66,107).

  • red value is 7;
  • green value is 66;
  • blue value is 107.
RGB:
(7,66,107)
(3%,26%,42%)

RGB channels and saturation

R 7 of 255 = 3%
G 66 of 255 = 26%
B 107 of 255 = 42%

7
66
107

R + G + B ~ 24%. #07426B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 66 + 107 = 180 (100%)
R 7 of 180 ~ 3.89%
G 66 of 180 ~ 36.67%
B 107 of 180 ~ 59.44%

%36.67
%59.44

CMYK color model

#07426B color CMYK value is (93,38,0,58).

  • cyan value is 93.46%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(93,38,0,58)
C93M38Y0K58 
(93%,38%,0%,58%)
(0.93/0.38/0.00/0.58)	

CMYK percentages

%93.46
%38.32
%0
%58.04

Codes

Color #07426B in popluar color models

07426B
RGB766107
HSL205°87.72%22.35%
HSB/HSV205°93.46%41.96%
CMYK93.46%38.32%0.00%
58.04%

Color #07426B in popluar number systems.

HEX07426B
Decimal766107
Binary11110000101101011
Octal7102153

Shades and tints

Shades of #07426B

#07426B
(7,66,107)
#073C62
(7,60,98)
#073659
(7,54,89)
#073050
(7,48,80)
#072A47
(7,42,71)
#07243E
(7,36,62)
#071E35
(7,30,53)
#07182C
(7,24,44)
#071223
(7,18,35)
#070C1A
(7,12,26)
#070611
(7,6,17)
#000000
(0,0,0)

Tints of #07426B

#07426B
(7,66,107)
#1D5378
(29,83,120)
#336485
(51,100,133)
#497592
(73,117,146)
#5F869F
(95,134,159)
#7597AC
(117,151,172)
#8BA8B9
(139,168,185)
#A1B9C6
(161,185,198)
#B7CAD3
(183,202,211)
#CDDBE0
(205,219,224)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07426B color. Also use rgb(7,66,107) instead hex code.

Text Font Color

.myTextColor { color: #07426B; }

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

This text font color is #07426B.


Background Color

.myBgColor { background-color: #07426B; }

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

This div background color is #07426B.


Border color

.myBorderColor { border: 1px solid #07426B; }

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

This div border color is #07426B.


Opacity

.myOpacity80 { color: #07426B; opacity: 0.8; }

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

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

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

This text has shadow with #07426B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07426B on black background.


Color preview on white background

This text has color #07426B on white background.



Black color preview on #07426B background

This text has black color on #07426B background.


White color preview on #07426B background

This text has white color on #07426B background.