COLOR #073129

HEX: #073129
RGB: (7,49,41)

Color info

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

RGB color model

#073129 color RGB value is (7,49,41).

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

RGB channels and saturation

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

7
49
41

R + G + B ~ 13%. #073129 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 49 + 41 = 97 (100%)
R 7 of 97 ~ 7.22%
G 49 of 97 ~ 50.52%
B 41 of 97 ~ 42.27%

%50.52
%42.27

CMYK color model

#073129 color CMYK value is (86,0,16,81).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 80.78%
CMYK:
(86,0,16,81)
C86M0Y16K81 
(86%,0%,16%,81%)
(0.86/0.00/0.16/0.81)	

CMYK percentages

%85.71
%0
%16.33
%80.78

Codes

Color #073129 in popluar color models

073129
RGB74941
HSL169°75.00%10.98%
HSB/HSV169°85.71%19.22%
CMYK85.71%0.00%16.33%
80.78%

Color #073129 in popluar number systems.

HEX073129
Decimal74941
Binary111110001101001
Octal76151

Shades and tints

Shades of #073129

#073129
(7,49,41)
#072D26
(7,45,38)
#072923
(7,41,35)
#072520
(7,37,32)
#07211D
(7,33,29)
#071D1A
(7,29,26)
#071917
(7,25,23)
#071514
(7,21,20)
#071111
(7,17,17)
#070D0E
(7,13,14)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #073129

#073129
(7,49,41)
#1D433C
(29,67,60)
#33554F
(51,85,79)
#496762
(73,103,98)
#5F7975
(95,121,117)
#758B88
(117,139,136)
#8B9D9B
(139,157,155)
#A1AFAE
(161,175,174)
#B7C1C1
(183,193,193)
#CDD3D4
(205,211,212)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073129; }

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

This text font color is #073129.


Background Color

.myBgColor { background-color: #073129; }

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

This div background color is #073129.


Border color

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

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

This div border color is #073129.


Opacity

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

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

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

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

This text has shadow with #073129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073129 on black background.


Color preview on white background

This text has color #073129 on white background.



Black color preview on #073129 background

This text has black color on #073129 background.


White color preview on #073129 background

This text has white color on #073129 background.