COLOR #072850

HEX: #072850 RGB: (7,40,80)

Color info

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

RGB color model

#072850 color RGB value is (7,40,80).

RGB: (7,40,80) (3%, 16%, 31%)

RGB channels and saturation

R 7 of 255 = 3%
G 40 of 255 = 16%
B 80 of 255 = 31%

7
40
80

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

Portions of RGB colors in percentages

R + G + B = 7 + 40 + 80 = 127 (100%)
R 7 of 127 ~ 5.51%
G 40 of 127 ~ 31.5%
B 80 of 127 ~ 62.99'%

%31.5
%62.99

CMYK color model

#072850 color CMYK value is (91,50,0,69).

  • cyan value is 91.25%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (91,50,0,69)
C91M50Y0K69 (91%, 50%, 0%, 69%)
(0.91 / 0.50 / 0.00 / 0.69)

CMYK percentages

%91.25
%50
%0
%68.63

Codes

Color #072850 in popluar color models

07 28 50
RGB 7 40 80
HSL 213° 83.91% 17.06%
HSB/HSV 213° 91.25% 31.37%
CMYK 91.25% 50.00% 0.00%
68.63%

Color #072850 in popluar number systems.

HEX 07 28 50
Decimal 7 40 80
Binary 111 101000 1010000
Octal 7 50 120

Shades and tints

Shades of #072850

#072850
(7,40,80)
#072549
(7,37,73)
#072242
(7,34,66)
#071F3B
(7,31,59)
#071C34
(7,28,52)
#07192D
(7,25,45)
#071626
(7,22,38)
#07131F
(7,19,31)
#071018
(7,16,24)
#070D11
(7,13,17)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #072850

#072850
(7,40,80)
#1D3B5F
(29,59,95)
#334E6E
(51,78,110)
#49617D
(73,97,125)
#5F748C
(95,116,140)
#75879B
(117,135,155)
#8B9AAA
(139,154,170)
#A1ADB9
(161,173,185)
#B7C0C8
(183,192,200)
#CDD3D7
(205,211,215)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072850 color. Also use rgb(7,40,80) instead hex code.

Text Font Color

.myTextColor { color: #072850; }

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

This text font color is #072850.

Background Color

.myBgColor { background-color: #072850; }

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

This div background color is #072850.

Border color

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

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

This div border color is #072850.

Opacity

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

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

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

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

This text has shadow with #072850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072850.

Preview

Color preview on black background

This text has color #072850 on black background.


Color preview on white background

This text has color #072850 on white background.


Black color preview on #072850 background

This text has black color on #072850 background.


White color preview on #072850 background

This text has white color on #072850 background.


Related colors

Complementary color

Complementary color for #hex is #F8D7AF.


I love getcolorcode.com

Triadic colors

1 #500728 and #285007 with #072850 are triadic colors.

2 #502807 and #280750 with #072850 are triadic colors.