COLOR #072130

HEX: #072130 RGB: (7,33,48)

Color info

#072130 contains red, green and blue colors in about the same proportion. Web safe color of #072130 is #003333 (or #033).

RGB color model

#072130 color RGB value is (7,33,48).

RGB: (7,33,48) (3%, 13%, 19%)

RGB channels and saturation

R 7 of 255 = 3%
G 33 of 255 = 13%
B 48 of 255 = 19%

7
33
48

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

Portions of RGB colors in percentages

R + G + B = 7 + 33 + 48 = 88 (100%)
R 7 of 88 ~ 7.95%
G 33 of 88 ~ 37.5%
B 48 of 88 ~ 54.55'%

%37.5
%54.55

CMYK color model

#072130 color CMYK value is (85,31,0,81).

  • cyan value is 85.42%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK: (85,31,0,81) C85M31Y0K81 (85%,31%,0%,81%) (0.85/0.31/0.00/0.81) 

CMYK percentages

%85.42
%31.25
%0
%81.18

Codes

Color #072130 in popluar color models

07 21 30
RGB 7 33 48
HSL 202° 74.55% 10.78%
HSB/HSV 202° 85.42% 18.82%
CMYK 85.42% 31.25% 0.00%
81.18%

Color #072130 in popluar number systems.

HEX 07 21 30
Decimal 7 33 48
Binary 111 100001 110000
Octal 7 41 60

Shades and tints

Shades of #072130

#072130
(7,33,48)
#071E2C
(7,30,44)
#071B28
(7,27,40)
#071824
(7,24,36)
#071520
(7,21,32)
#07121C
(7,18,28)
#070F18
(7,15,24)
#070C14
(7,12,20)
#070910
(7,9,16)
#07060C
(7,6,12)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #072130

#072130
(7,33,48)
#1D3542
(29,53,66)
#334954
(51,73,84)
#495D66
(73,93,102)
#5F7178
(95,113,120)
#75858A
(117,133,138)
#8B999C
(139,153,156)
#A1ADAE
(161,173,174)
#B7C1C0
(183,193,192)
#CDD5D2
(205,213,210)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072130; }

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

This text font color is #072130.

Background Color

.myBgColor { background-color: #072130; }

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

This div background color is #072130.

Border color

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

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

This div border color is #072130.

Opacity

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

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

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

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

This text has shadow with #072130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072130.

Preview

Color preview on black background

This text has color #072130 on black background.


Color preview on white background

This text has color #072130 on white background.


Black color preview on #072130 background

This text has black color on #072130 background.


White color preview on #072130 background

This text has white color on #072130 background.


Related colors

Complementary color

Complementary color for #hex is #F8DECF.


I love getcolorcode.com

Triadic colors

1 #300721 and #213007 with #072130 are triadic colors.

2 #302107 and #210730 with #072130 are triadic colors.