COLOR #073503

HEX: #073503
RGB: (7,53,3)

Color info

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

RGB color model

#073503 color RGB value is (7,53,3).

  • red value is 7;
  • green value is 53;
  • blue value is 3.
RGB:
(7,53,3)
(3%,21%,1%)

RGB channels and saturation

R 7 of 255 = 3%
G 53 of 255 = 21%
B 3 of 255 = 1%

7
53
3

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

Portions of RGB colors in percentages

R + G + B =
7 + 53 + 3 = 63 (100%)
R 7 of 63 ~ 11.11%
G 53 of 63 ~ 84.13%
B 3 of 63 ~ 4.76%

%11.11
%84.13

CMYK color model

#073503 color CMYK value is (87,0,94,79).

  • cyan value is 86.79%
  • magenta value is 0.00%
  • yellow value is 94.34%
  • key color value is 79.22%
CMYK:
(87,0,94,79)
C87M0Y94K79 
(87%,0%,94%,79%)
(0.87/0.00/0.94/0.79)	

CMYK percentages

%86.79
%0
%94.34
%79.22

Codes

Color #073503 in popluar color models

073503
RGB7533
HSL115°89.29%10.98%
HSB/HSV115°94.34%20.78%
CMYK86.79%0.00%94.34%
79.22%

Color #073503 in popluar number systems.

HEX073503
Decimal7533
Binary11111010111
Octal7653

Shades and tints

Shades of #073503

#073503
(7,53,3)
#073103
(7,49,3)
#072D03
(7,45,3)
#072903
(7,41,3)
#072503
(7,37,3)
#072103
(7,33,3)
#071D03
(7,29,3)
#071903
(7,25,3)
#071503
(7,21,3)
#071103
(7,17,3)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #073503

#073503
(7,53,3)
#1D4719
(29,71,25)
#33592F
(51,89,47)
#496B45
(73,107,69)
#5F7D5B
(95,125,91)
#758F71
(117,143,113)
#8BA187
(139,161,135)
#A1B39D
(161,179,157)
#B7C5B3
(183,197,179)
#CDD7C9
(205,215,201)
#E3E9DF
(227,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073503; }

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

This text font color is #073503.


Background Color

.myBgColor { background-color: #073503; }

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

This div background color is #073503.


Border color

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

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

This div border color is #073503.


Opacity

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

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

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

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

This text has shadow with #073503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073503 on black background.


Color preview on white background

This text has color #073503 on white background.



Black color preview on #073503 background

This text has black color on #073503 background.


White color preview on #073503 background

This text has white color on #073503 background.