COLOR #072929

HEX: #072929 RGB: (7,41,41)

Color info

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

RGB color model

#072929 color RGB value is (7,41,41).

RGB: (7,41,41) (3%, 16%, 16%)

RGB channels and saturation

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

7
41
41

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

Portions of RGB colors in percentages

R + G + B = 7 + 41 + 41 = 89 (100%)
R 7 of 89 ~ 7.87%
G 41 of 89 ~ 46.07%
B 41 of 89 ~ 46.07'%

%46.07
%46.07

CMYK color model

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

  • cyan value is 82.93%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (83,0,0,84)
C83M0Y0K84 (83%, 0%, 0%, 84%)
(0.83 / 0.00 / 0.00 / 0.84)

CMYK percentages

%82.93
%0
%0
%83.92

Codes

Color #072929 in popluar color models

07 29 29
RGB 7 41 41
HSL 180° 70.83% 9.41%
HSB/HSV 180° 82.93% 16.08%
CMYK 82.93% 0.00% 0.00%
83.92%

Color #072929 in popluar number systems.

HEX 07 29 29
Decimal 7 41 41
Binary 111 101001 101001
Octal 7 51 51

Shades and tints

Shades of #072929

#072929
(7,41,41)
#072626
(7,38,38)
#072323
(7,35,35)
#072020
(7,32,32)
#071D1D
(7,29,29)
#071A1A
(7,26,26)
#071717
(7,23,23)
#071414
(7,20,20)
#071111
(7,17,17)
#070E0E
(7,14,14)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #072929

#072929
(7,41,41)
#1D3C3C
(29,60,60)
#334F4F
(51,79,79)
#496262
(73,98,98)
#5F7575
(95,117,117)
#758888
(117,136,136)
#8B9B9B
(139,155,155)
#A1AEAE
(161,174,174)
#B7C1C1
(183,193,193)
#CDD4D4
(205,212,212)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072929; }

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

This text font color is #072929.

Background Color

.myBgColor { background-color: #072929; }

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

This div background color is #072929.

Border color

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

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

This div border color is #072929.

Opacity

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

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

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

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

This text has shadow with #072929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072929.

Preview

Color preview on black background

This text has color #072929 on black background.


Color preview on white background

This text has color #072929 on white background.


Black color preview on #072929 background

This text has black color on #072929 background.


White color preview on #072929 background

This text has white color on #072929 background.


Related colors

Complementary color

Complementary color for #hex is #F8D6D6.


I love getcolorcode.com