COLOR #073403

HEX: #073403 RGB: (7,52,3)

Color info

#073403 contains red, green and blue colors in about the same proportion. Web safe color of #073403 is #003300 (or #030).

RGB color model

#073403 color RGB value is (7,52,3).

RGB: (7,52,3) (3%, 20%, 1%)

RGB channels and saturation

R 7 of 255 = 3%
G 52 of 255 = 20%
B 3 of 255 = 1%

7
52
3

R + G + B ~ 8%. #073403 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 52 + 3 = 62 (100%)
R 7 of 62 ~ 11.29%
G 52 of 62 ~ 83.87%
B 3 of 62 ~ 4.84'%

%11.29
%83.87

CMYK color model

#073403 color CMYK value is (87,0,94,80).

  • cyan value is 86.54%
  • magenta value is 0.00%
  • yellow value is 94.23%
  • key color value is 79.61%

CMYK: (87,0,94,80)
C87M0Y94K80 (87%, 0%, 94%, 80%)
(0.87 / 0.00 / 0.94 / 0.80)

CMYK percentages

%86.54
%0
%94.23
%79.61

Codes

Color #073403 in popluar color models

07 34 03
RGB 7 52 3
HSL 115° 89.09% 10.78%
HSB/HSV 115° 94.23% 20.39%
CMYK 86.54% 0.00% 94.23%
79.61%

Color #073403 in popluar number systems.

HEX 07 34 03
Decimal 7 52 3
Binary 111 110100 11
Octal 7 64 3

Shades and tints

Shades of #073403

#073403
(7,52,3)
#073003
(7,48,3)
#072C03
(7,44,3)
#072803
(7,40,3)
#072403
(7,36,3)
#072003
(7,32,3)
#071C03
(7,28,3)
#071803
(7,24,3)
#071403
(7,20,3)
#071003
(7,16,3)
#070C03
(7,12,3)
#000000
(0,0,0)

Tints of #073403

#073403
(7,52,3)
#1D4619
(29,70,25)
#33582F
(51,88,47)
#496A45
(73,106,69)
#5F7C5B
(95,124,91)
#758E71
(117,142,113)
#8BA087
(139,160,135)
#A1B29D
(161,178,157)
#B7C4B3
(183,196,179)
#CDD6C9
(205,214,201)
#E3E8DF
(227,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073403; }

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

This text font color is #073403.

Background Color

.myBgColor { background-color: #073403; }

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

This div background color is #073403.

Border color

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

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

This div border color is #073403.

Opacity

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

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

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

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

This text has shadow with #073403 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073403.

Preview

Color preview on black background

This text has color #073403 on black background.


Color preview on white background

This text has color #073403 on white background.


Black color preview on #073403 background

This text has black color on #073403 background.


White color preview on #073403 background

This text has white color on #073403 background.


Related colors

Complementary color

Complementary color for #hex is #F8CBFC.


I love getcolorcode.com

Triadic colors

1 #030734 and #340307 with #073403 are triadic colors.

2 #033407 and #340703 with #073403 are triadic colors.