COLOR #072954

HEX: #072954
RGB: (7,41,84)

Color info

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

RGB color model

#072954 color RGB value is (7,41,84).

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

RGB channels and saturation

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

7
41
84

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

Portions of RGB colors in percentages

R + G + B =
7 + 41 + 84 = 132 (100%)
R 7 of 132 ~ 5.3%
G 41 of 132 ~ 31.06%
B 84 of 132 ~ 63.64%

%31.06
%63.64

CMYK color model

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

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

CMYK percentages

%91.67
%51.19
%0
%67.06

Codes

Color #072954 in popluar color models

072954
RGB74184
HSL214°84.62%17.84%
HSB/HSV214°91.67%32.94%
CMYK91.67%51.19%0.00%
67.06%

Color #072954 in popluar number systems.

HEX072954
Decimal74184
Binary1111010011010100
Octal751124

Shades and tints

Shades of #072954

#072954
(7,41,84)
#07264D
(7,38,77)
#072346
(7,35,70)
#07203F
(7,32,63)
#071D38
(7,29,56)
#071A31
(7,26,49)
#07172A
(7,23,42)
#071423
(7,20,35)
#07111C
(7,17,28)
#070E15
(7,14,21)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #072954

#072954
(7,41,84)
#1D3C63
(29,60,99)
#334F72
(51,79,114)
#496281
(73,98,129)
#5F7590
(95,117,144)
#75889F
(117,136,159)
#8B9BAE
(139,155,174)
#A1AEBD
(161,174,189)
#B7C1CC
(183,193,204)
#CDD4DB
(205,212,219)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072954; }

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

This text font color is #072954.


Background Color

.myBgColor { background-color: #072954; }

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

This div background color is #072954.


Border color

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

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

This div border color is #072954.


Opacity

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

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

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

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

This text has shadow with #072954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072954 on black background.


Color preview on white background

This text has color #072954 on white background.



Black color preview on #072954 background

This text has black color on #072954 background.


White color preview on #072954 background

This text has white color on #072954 background.