COLOR #07214C

HEX: #07214C
RGB: (7,33,76)

Color info

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

RGB color model

#07214C color RGB value is (7,33,76).

  • red value is 7;
  • green value is 33;
  • blue value is 76.
RGB:
(7,33,76)
(3%,13%,30%)

RGB channels and saturation

R 7 of 255 = 3%
G 33 of 255 = 13%
B 76 of 255 = 30%

7
33
76

R + G + B ~ 15%. #07214C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 33 + 76 = 116 (100%)
R 7 of 116 ~ 6.03%
G 33 of 116 ~ 28.45%
B 76 of 116 ~ 65.52%

%28.45
%65.52

CMYK color model

#07214C color CMYK value is (91,57,0,70).

  • cyan value is 90.79%
  • magenta value is 56.58%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(91,57,0,70)
C91M57Y0K70 
(91%,57%,0%,70%)
(0.91/0.57/0.00/0.70)	

CMYK percentages

%90.79
%56.58
%0
%70.2

Codes

Color #07214C in popluar color models

07214C
RGB73376
HSL217°83.13%16.27%
HSB/HSV217°90.79%29.80%
CMYK90.79%56.58%0.00%
70.20%

Color #07214C in popluar number systems.

HEX07214C
Decimal73376
Binary1111000011001100
Octal741114

Shades and tints

Shades of #07214C

#07214C
(7,33,76)
#071E46
(7,30,70)
#071B40
(7,27,64)
#07183A
(7,24,58)
#071534
(7,21,52)
#07122E
(7,18,46)
#070F28
(7,15,40)
#070C22
(7,12,34)
#07091C
(7,9,28)
#070616
(7,6,22)
#070310
(7,3,16)
#000000
(0,0,0)

Tints of #07214C

#07214C
(7,33,76)
#1D355C
(29,53,92)
#33496C
(51,73,108)
#495D7C
(73,93,124)
#5F718C
(95,113,140)
#75859C
(117,133,156)
#8B99AC
(139,153,172)
#A1ADBC
(161,173,188)
#B7C1CC
(183,193,204)
#CDD5DC
(205,213,220)
#E3E9EC
(227,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07214C color. Also use rgb(7,33,76) instead hex code.

Text Font Color

.myTextColor { color: #07214C; }

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

This text font color is #07214C.


Background Color

.myBgColor { background-color: #07214C; }

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

This div background color is #07214C.


Border color

.myBorderColor { border: 1px solid #07214C; }

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

This div border color is #07214C.


Opacity

.myOpacity80 { color: #07214C; opacity: 0.8; }

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

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

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

This text has shadow with #07214C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07214C on black background.


Color preview on white background

This text has color #07214C on white background.



Black color preview on #07214C background

This text has black color on #07214C background.


White color preview on #07214C background

This text has white color on #07214C background.