COLOR #07286D

HEX: #07286D
RGB: (7,40,109)

Color info

#07286D contains mainly blue color. Web safe color of #07286D is #003366 (or #036).

RGB color model

#07286D color RGB value is (7,40,109).

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

RGB channels and saturation

R 7 of 255 = 3%
G 40 of 255 = 16%
B 109 of 255 = 43%

7
40
109

R + G + B ~ 21%. #07286D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 40 + 109 = 156 (100%)
R 7 of 156 ~ 4.49%
G 40 of 156 ~ 25.64%
B 109 of 156 ~ 69.87%

%25.64
%69.87

CMYK color model

#07286D color CMYK value is (94,63,0,57).

  • cyan value is 93.58%
  • magenta value is 63.30%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(94,63,0,57)
C94M63Y0K57 
(94%,63%,0%,57%)
(0.94/0.63/0.00/0.57)	

CMYK percentages

%93.58
%63.3
%0
%57.25

Codes

Color #07286D in popluar color models

07286D
RGB740109
HSL221°87.93%22.75%
HSB/HSV221°93.58%42.75%
CMYK93.58%63.30%0.00%
57.25%

Color #07286D in popluar number systems.

HEX07286D
Decimal740109
Binary1111010001101101
Octal750155

Shades and tints

Shades of #07286D

#07286D
(7,40,109)
#072564
(7,37,100)
#07225B
(7,34,91)
#071F52
(7,31,82)
#071C49
(7,28,73)
#071940
(7,25,64)
#071637
(7,22,55)
#07132E
(7,19,46)
#071025
(7,16,37)
#070D1C
(7,13,28)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #07286D

#07286D
(7,40,109)
#1D3B7A
(29,59,122)
#334E87
(51,78,135)
#496194
(73,97,148)
#5F74A1
(95,116,161)
#7587AE
(117,135,174)
#8B9ABB
(139,154,187)
#A1ADC8
(161,173,200)
#B7C0D5
(183,192,213)
#CDD3E2
(205,211,226)
#E3E6EF
(227,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07286D color. Also use rgb(7,40,109) instead hex code.

Text Font Color

.myTextColor { color: #07286D; }

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

This text font color is #07286D.


Background Color

.myBgColor { background-color: #07286D; }

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

This div background color is #07286D.


Border color

.myBorderColor { border: 1px solid #07286D; }

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

This div border color is #07286D.


Opacity

.myOpacity80 { color: #07286D; opacity: 0.8; }

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

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

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

This text has shadow with #07286D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07286D on black background.


Color preview on white background

This text has color #07286D on white background.



Black color preview on #07286D background

This text has black color on #07286D background.


White color preview on #07286D background

This text has white color on #07286D background.