COLOR #073E29

HEX: #073E29
RGB: (7,62,41)

Color info

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

RGB color model

#073E29 color RGB value is (7,62,41).

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

RGB channels and saturation

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

7
62
41

R + G + B ~ 14%. #073E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 62 + 41 = 110 (100%)
R 7 of 110 ~ 6.36%
G 62 of 110 ~ 56.36%
B 41 of 110 ~ 37.27%

%56.36
%37.27

CMYK color model

#073E29 color CMYK value is (89,0,34,76).

  • cyan value is 88.71%
  • magenta value is 0.00%
  • yellow value is 33.87%
  • key color value is 75.69%
CMYK:
(89,0,34,76)
C89M0Y34K76 
(89%,0%,34%,76%)
(0.89/0.00/0.34/0.76)	

CMYK percentages

%88.71
%0
%33.87
%75.69

Codes

Color #073E29 in popluar color models

073E29
RGB76241
HSL157°79.71%13.53%
HSB/HSV157°88.71%24.31%
CMYK88.71%0.00%33.87%
75.69%

Color #073E29 in popluar number systems.

HEX073E29
Decimal76241
Binary111111110101001
Octal77651

Shades and tints

Shades of #073E29

#073E29
(7,62,41)
#073926
(7,57,38)
#073423
(7,52,35)
#072F20
(7,47,32)
#072A1D
(7,42,29)
#07251A
(7,37,26)
#072017
(7,32,23)
#071B14
(7,27,20)
#071611
(7,22,17)
#07110E
(7,17,14)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #073E29

#073E29
(7,62,41)
#1D4F3C
(29,79,60)
#33604F
(51,96,79)
#497162
(73,113,98)
#5F8275
(95,130,117)
#759388
(117,147,136)
#8BA49B
(139,164,155)
#A1B5AE
(161,181,174)
#B7C6C1
(183,198,193)
#CDD7D4
(205,215,212)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073E29; }

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

This text font color is #073E29.


Background Color

.myBgColor { background-color: #073E29; }

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

This div background color is #073E29.


Border color

.myBorderColor { border: 1px solid #073E29; }

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

This div border color is #073E29.


Opacity

.myOpacity80 { color: #073E29; opacity: 0.8; }

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

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

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

This text has shadow with #073E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073E29 on black background.


Color preview on white background

This text has color #073E29 on white background.



Black color preview on #073E29 background

This text has black color on #073E29 background.


White color preview on #073E29 background

This text has white color on #073E29 background.