COLOR #07204A

HEX: #07204A
RGB: (7,32,74)

Color info

#07204A contains mainly green and blue colors. Web safe color of #07204A is #003333 (or #033).

RGB color model

#07204A color RGB value is (7,32,74).

  • red value is 7;
  • green value is 32;
  • blue value is 74.
RGB:
(7,32,74)
(3%,13%,29%)

RGB channels and saturation

R 7 of 255 = 3%
G 32 of 255 = 13%
B 74 of 255 = 29%

7
32
74

R + G + B ~ 15%. #07204A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 32 + 74 = 113 (100%)
R 7 of 113 ~ 6.19%
G 32 of 113 ~ 28.32%
B 74 of 113 ~ 65.49%

%28.32
%65.49

CMYK color model

#07204A color CMYK value is (91,57,0,71).

  • cyan value is 90.54%
  • magenta value is 56.76%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(91,57,0,71)
C91M57Y0K71 
(91%,57%,0%,71%)
(0.91/0.57/0.00/0.71)	

CMYK percentages

%90.54
%56.76
%0
%70.98

Codes

Color #07204A in popluar color models

07204A
RGB73274
HSL218°82.72%15.88%
HSB/HSV218°90.54%29.02%
CMYK90.54%56.76%0.00%
70.98%

Color #07204A in popluar number systems.

HEX07204A
Decimal73274
Binary1111000001001010
Octal740112

Shades and tints

Shades of #07204A

#07204A
(7,32,74)
#071E44
(7,30,68)
#071C3E
(7,28,62)
#071A38
(7,26,56)
#071832
(7,24,50)
#07162C
(7,22,44)
#071426
(7,20,38)
#071220
(7,18,32)
#07101A
(7,16,26)
#070E14
(7,14,20)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #07204A

#07204A
(7,32,74)
#1D345A
(29,52,90)
#33486A
(51,72,106)
#495C7A
(73,92,122)
#5F708A
(95,112,138)
#75849A
(117,132,154)
#8B98AA
(139,152,170)
#A1ACBA
(161,172,186)
#B7C0CA
(183,192,202)
#CDD4DA
(205,212,218)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07204A color. Also use rgb(7,32,74) instead hex code.

Text Font Color

.myTextColor { color: #07204A; }

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

This text font color is #07204A.


Background Color

.myBgColor { background-color: #07204A; }

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

This div background color is #07204A.


Border color

.myBorderColor { border: 1px solid #07204A; }

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

This div border color is #07204A.


Opacity

.myOpacity80 { color: #07204A; opacity: 0.8; }

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

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

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

This text has shadow with #07204A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07204A on black background.


Color preview on white background

This text has color #07204A on white background.



Black color preview on #07204A background

This text has black color on #07204A background.


White color preview on #07204A background

This text has white color on #07204A background.