COLOR #072953

HEX: #072953
RGB: (7,41,83)

Color info

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

RGB color model

#072953 color RGB value is (7,41,83).

  • red value is 7;
  • green value is 41;
  • blue value is 83.
RGB:
(7,41,83)
(3%,16%,33%)

RGB channels and saturation

R 7 of 255 = 3%
G 41 of 255 = 16%
B 83 of 255 = 33%

7
41
83

R + G + B ~ 17%. #072953 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 41 + 83 = 131 (100%)
R 7 of 131 ~ 5.34%
G 41 of 131 ~ 31.3%
B 83 of 131 ~ 63.36%

%31.3
%63.36

CMYK color model

#072953 color CMYK value is (92,51,0,67).

  • cyan value is 91.57%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(92,51,0,67)
C92M51Y0K67 
(92%,51%,0%,67%)
(0.92/0.51/0.00/0.67)	

CMYK percentages

%91.57
%50.6
%0
%67.45

Codes

Color #072953 in popluar color models

072953
RGB74183
HSL213°84.44%17.65%
HSB/HSV213°91.57%32.55%
CMYK91.57%50.60%0.00%
67.45%

Color #072953 in popluar number systems.

HEX072953
Decimal74183
Binary1111010011010011
Octal751123

Shades and tints

Shades of #072953

#072953
(7,41,83)
#07264C
(7,38,76)
#072345
(7,35,69)
#07203E
(7,32,62)
#071D37
(7,29,55)
#071A30
(7,26,48)
#071729
(7,23,41)
#071422
(7,20,34)
#07111B
(7,17,27)
#070E14
(7,14,20)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #072953

#072953
(7,41,83)
#1D3C62
(29,60,98)
#334F71
(51,79,113)
#496280
(73,98,128)
#5F758F
(95,117,143)
#75889E
(117,136,158)
#8B9BAD
(139,155,173)
#A1AEBC
(161,174,188)
#B7C1CB
(183,193,203)
#CDD4DA
(205,212,218)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072953 color. Also use rgb(7,41,83) instead hex code.

Text Font Color

.myTextColor { color: #072953; }

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

This text font color is #072953.


Background Color

.myBgColor { background-color: #072953; }

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

This div background color is #072953.


Border color

.myBorderColor { border: 1px solid #072953; }

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

This div border color is #072953.


Opacity

.myOpacity80 { color: #072953; opacity: 0.8; }

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

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

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

This text has shadow with #072953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072953 on black background.


Color preview on white background

This text has color #072953 on white background.



Black color preview on #072953 background

This text has black color on #072953 background.


White color preview on #072953 background

This text has white color on #072953 background.