COLOR #07153F

HEX: #07153F
RGB: (7,21,63)

Color info

#07153F contains red, green and blue colors in about the same proportion. Web safe color of #07153F is #000033 (or #003).

RGB color model

#07153F color RGB value is (7,21,63).

  • red value is 7;
  • green value is 21;
  • blue value is 63.
RGB:
(7,21,63)
(3%,8%,25%)

RGB channels and saturation

R 7 of 255 = 3%
G 21 of 255 = 8%
B 63 of 255 = 25%

7
21
63

R + G + B ~ 12%. #07153F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 21 + 63 = 91 (100%)
R 7 of 91 ~ 7.69%
G 21 of 91 ~ 23.08%
B 63 of 91 ~ 69.23%

%23.08
%69.23

CMYK color model

#07153F color CMYK value is (89,67,0,75).

  • cyan value is 88.89%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(89,67,0,75)
C89M67Y0K75 
(89%,67%,0%,75%)
(0.89/0.67/0.00/0.75)	

CMYK percentages

%88.89
%66.67
%0
%75.29

Codes

Color #07153F in popluar color models

07153F
RGB72163
HSL225°80.00%13.73%
HSB/HSV225°88.89%24.71%
CMYK88.89%66.67%0.00%
75.29%

Color #07153F in popluar number systems.

HEX07153F
Decimal72163
Binary11110101111111
Octal72577

Shades and tints

Shades of #07153F

#07153F
(7,21,63)
#07143A
(7,20,58)
#071335
(7,19,53)
#071230
(7,18,48)
#07112B
(7,17,43)
#071026
(7,16,38)
#070F21
(7,15,33)
#070E1C
(7,14,28)
#070D17
(7,13,23)
#070C12
(7,12,18)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #07153F

#07153F
(7,21,63)
#1D2A50
(29,42,80)
#333F61
(51,63,97)
#495472
(73,84,114)
#5F6983
(95,105,131)
#757E94
(117,126,148)
#8B93A5
(139,147,165)
#A1A8B6
(161,168,182)
#B7BDC7
(183,189,199)
#CDD2D8
(205,210,216)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07153F color. Also use rgb(7,21,63) instead hex code.

Text Font Color

.myTextColor { color: #07153F; }

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

This text font color is #07153F.


Background Color

.myBgColor { background-color: #07153F; }

<div style="background-color:#07153F">Inner text</div>

This div background color is #07153F.


Border color

.myBorderColor { border: 1px solid #07153F; }

<div style="border:3px solid #07153F">Div</div>

This div border color is #07153F.


Opacity

.myOpacity80 { color: #07153F; opacity: 0.8; }

<p style="color:#07153F;opacity:0.8;">80%</p>

Text with #07153F 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 #07153F;}

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

This text has shadow with #07153F color.

.textShadow {text-shadow: 3px 3px 1px #07153F, 3px 3px 1px red;}

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

This text has shadow with #07153F primary color and red secondary color.


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

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

This text has shadow with #07153F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07153F on black background.


Color preview on white background

This text has color #07153F on white background.



Black color preview on #07153F background

This text has black color on #07153F background.


White color preview on #07153F background

This text has white color on #07153F background.