COLOR #072529

HEX: #072529
RGB: (7,37,41)

Color info

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

RGB color model

#072529 color RGB value is (7,37,41).

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

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 41 of 255 = 16%

7
37
41

R + G + B ~ 11%. #072529 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 41 = 85 (100%)
R 7 of 85 ~ 8.24%
G 37 of 85 ~ 43.53%
B 41 of 85 ~ 48.24%

%43.53
%48.24

CMYK color model

#072529 color CMYK value is (83,10,0,84).

  • cyan value is 82.93%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(83,10,0,84)
C83M10Y0K84 
(83%,10%,0%,84%)
(0.83/0.10/0.00/0.84)	

CMYK percentages

%82.93
%9.76
%0
%83.92

Codes

Color #072529 in popluar color models

072529
RGB73741
HSL187°70.83%9.41%
HSB/HSV187°82.93%16.08%
CMYK82.93%9.76%0.00%
83.92%

Color #072529 in popluar number systems.

HEX072529
Decimal73741
Binary111100101101001
Octal74551

Shades and tints

Shades of #072529

#072529
(7,37,41)
#072226
(7,34,38)
#071F23
(7,31,35)
#071C20
(7,28,32)
#07191D
(7,25,29)
#07161A
(7,22,26)
#071317
(7,19,23)
#071014
(7,16,20)
#070D11
(7,13,17)
#070A0E
(7,10,14)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #072529

#072529
(7,37,41)
#1D383C
(29,56,60)
#334B4F
(51,75,79)
#495E62
(73,94,98)
#5F7175
(95,113,117)
#758488
(117,132,136)
#8B979B
(139,151,155)
#A1AAAE
(161,170,174)
#B7BDC1
(183,189,193)
#CDD0D4
(205,208,212)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072529; }

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

This text font color is #072529.


Background Color

.myBgColor { background-color: #072529; }

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

This div background color is #072529.


Border color

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

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

This div border color is #072529.


Opacity

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

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

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

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

This text has shadow with #072529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072529 on black background.


Color preview on white background

This text has color #072529 on white background.



Black color preview on #072529 background

This text has black color on #072529 background.


White color preview on #072529 background

This text has white color on #072529 background.