COLOR #07326D

HEX: #07326D
RGB: (7,50,109)

Color info

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

RGB color model

#07326D color RGB value is (7,50,109).

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

RGB channels and saturation

R 7 of 255 = 3%
G 50 of 255 = 20%
B 109 of 255 = 43%

7
50
109

R + G + B ~ 22%. #07326D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 50 + 109 = 166 (100%)
R 7 of 166 ~ 4.22%
G 50 of 166 ~ 30.12%
B 109 of 166 ~ 65.66%

%30.12
%65.66

CMYK color model

#07326D color CMYK value is (94,54,0,57).

  • cyan value is 93.58%
  • magenta value is 54.13%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(94,54,0,57)
C94M54Y0K57 
(94%,54%,0%,57%)
(0.94/0.54/0.00/0.57)	

CMYK percentages

%93.58
%54.13
%0
%57.25

Codes

Color #07326D in popluar color models

07326D
RGB750109
HSL215°87.93%22.75%
HSB/HSV215°93.58%42.75%
CMYK93.58%54.13%0.00%
57.25%

Color #07326D in popluar number systems.

HEX07326D
Decimal750109
Binary1111100101101101
Octal762155

Shades and tints

Shades of #07326D

#07326D
(7,50,109)
#072E64
(7,46,100)
#072A5B
(7,42,91)
#072652
(7,38,82)
#072249
(7,34,73)
#071E40
(7,30,64)
#071A37
(7,26,55)
#07162E
(7,22,46)
#071225
(7,18,37)
#070E1C
(7,14,28)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #07326D

#07326D
(7,50,109)
#1D447A
(29,68,122)
#335687
(51,86,135)
#496894
(73,104,148)
#5F7AA1
(95,122,161)
#758CAE
(117,140,174)
#8B9EBB
(139,158,187)
#A1B0C8
(161,176,200)
#B7C2D5
(183,194,213)
#CDD4E2
(205,212,226)
#E3E6EF
(227,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07326D; }

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

This text font color is #07326D.


Background Color

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

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

This div background color is #07326D.


Border color

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

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

This div border color is #07326D.


Opacity

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

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

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

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

This text has shadow with #07326D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07326D on black background.


Color preview on white background

This text has color #07326D on white background.



Black color preview on #07326D background

This text has black color on #07326D background.


White color preview on #07326D background

This text has white color on #07326D background.