COLOR #073829

HEX: #073829
RGB: (7,56,41)

Color info

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

RGB color model

#073829 color RGB value is (7,56,41).

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

RGB channels and saturation

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

7
56
41

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

Portions of RGB colors in percentages

R + G + B =
7 + 56 + 41 = 104 (100%)
R 7 of 104 ~ 6.73%
G 56 of 104 ~ 53.85%
B 41 of 104 ~ 39.42%

%53.85
%39.42

CMYK color model

#073829 color CMYK value is (88,0,27,78).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 78.04%
CMYK:
(88,0,27,78)
C88M0Y27K78 
(88%,0%,27%,78%)
(0.88/0.00/0.27/0.78)	

CMYK percentages

%87.5
%0
%26.79
%78.04

Codes

Color #073829 in popluar color models

073829
RGB75641
HSL162°77.78%12.35%
HSB/HSV162°87.50%21.96%
CMYK87.50%0.00%26.79%
78.04%

Color #073829 in popluar number systems.

HEX073829
Decimal75641
Binary111111000101001
Octal77051

Shades and tints

Shades of #073829

#073829
(7,56,41)
#073326
(7,51,38)
#072E23
(7,46,35)
#072920
(7,41,32)
#07241D
(7,36,29)
#071F1A
(7,31,26)
#071A17
(7,26,23)
#071514
(7,21,20)
#071011
(7,16,17)
#070B0E
(7,11,14)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #073829

#073829
(7,56,41)
#1D4A3C
(29,74,60)
#335C4F
(51,92,79)
#496E62
(73,110,98)
#5F8075
(95,128,117)
#759288
(117,146,136)
#8BA49B
(139,164,155)
#A1B6AE
(161,182,174)
#B7C8C1
(183,200,193)
#CDDAD4
(205,218,212)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073829; }

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

This text font color is #073829.


Background Color

.myBgColor { background-color: #073829; }

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

This div background color is #073829.


Border color

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

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

This div border color is #073829.


Opacity

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

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

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

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

This text has shadow with #073829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073829 on black background.


Color preview on white background

This text has color #073829 on white background.



Black color preview on #073829 background

This text has black color on #073829 background.


White color preview on #073829 background

This text has white color on #073829 background.