COLOR #073505

HEX: #073505
RGB: (7,53,5)

Color info

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

RGB color model

#073505 color RGB value is (7,53,5).

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

RGB channels and saturation

R 7 of 255 = 3%
G 53 of 255 = 21%
B 5 of 255 = 2%

7
53
5

R + G + B ~ 9%. #073505 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 53 + 5 = 65 (100%)
R 7 of 65 ~ 10.77%
G 53 of 65 ~ 81.54%
B 5 of 65 ~ 7.69%

%10.77
%81.54

CMYK color model

#073505 color CMYK value is (87,0,91,79).

  • cyan value is 86.79%
  • magenta value is 0.00%
  • yellow value is 90.57%
  • key color value is 79.22%
CMYK:
(87,0,91,79)
C87M0Y91K79 
(87%,0%,91%,79%)
(0.87/0.00/0.91/0.79)	

CMYK percentages

%86.79
%0
%90.57
%79.22

Codes

Color #073505 in popluar color models

073505
RGB7535
HSL118°82.76%11.37%
HSB/HSV118°90.57%20.78%
CMYK86.79%0.00%90.57%
79.22%

Color #073505 in popluar number systems.

HEX073505
Decimal7535
Binary111110101101
Octal7655

Shades and tints

Shades of #073505

#073505
(7,53,5)
#073105
(7,49,5)
#072D05
(7,45,5)
#072905
(7,41,5)
#072505
(7,37,5)
#072105
(7,33,5)
#071D05
(7,29,5)
#071905
(7,25,5)
#071505
(7,21,5)
#071105
(7,17,5)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #073505

#073505
(7,53,5)
#1D471B
(29,71,27)
#335931
(51,89,49)
#496B47
(73,107,71)
#5F7D5D
(95,125,93)
#758F73
(117,143,115)
#8BA189
(139,161,137)
#A1B39F
(161,179,159)
#B7C5B5
(183,197,181)
#CDD7CB
(205,215,203)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073505; }

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

This text font color is #073505.


Background Color

.myBgColor { background-color: #073505; }

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

This div background color is #073505.


Border color

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

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

This div border color is #073505.


Opacity

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

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

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

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

This text has shadow with #073505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073505 on black background.


Color preview on white background

This text has color #073505 on white background.



Black color preview on #073505 background

This text has black color on #073505 background.


White color preview on #073505 background

This text has white color on #073505 background.