COLOR #073530

HEX: #073530
RGB: (7,53,48)

Color info

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

RGB color model

#073530 color RGB value is (7,53,48).

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

RGB channels and saturation

R 7 of 255 = 3%
G 53 of 255 = 21%
B 48 of 255 = 19%

7
53
48

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

Portions of RGB colors in percentages

R + G + B =
7 + 53 + 48 = 108 (100%)
R 7 of 108 ~ 6.48%
G 53 of 108 ~ 49.07%
B 48 of 108 ~ 44.44%

%49.07
%44.44

CMYK color model

#073530 color CMYK value is (87,0,9,79).

  • cyan value is 86.79%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 79.22%
CMYK:
(87,0,9,79)
C87M0Y9K79 
(87%,0%,9%,79%)
(0.87/0.00/0.09/0.79)	

CMYK percentages

%86.79
%0
%9.43
%79.22

Codes

Color #073530 in popluar color models

073530
RGB75348
HSL173°76.67%11.76%
HSB/HSV173°86.79%20.78%
CMYK86.79%0.00%9.43%
79.22%

Color #073530 in popluar number systems.

HEX073530
Decimal75348
Binary111110101110000
Octal76560

Shades and tints

Shades of #073530

#073530
(7,53,48)
#07312C
(7,49,44)
#072D28
(7,45,40)
#072924
(7,41,36)
#072520
(7,37,32)
#07211C
(7,33,28)
#071D18
(7,29,24)
#071914
(7,25,20)
#071510
(7,21,16)
#07110C
(7,17,12)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #073530

#073530
(7,53,48)
#1D4742
(29,71,66)
#335954
(51,89,84)
#496B66
(73,107,102)
#5F7D78
(95,125,120)
#758F8A
(117,143,138)
#8BA19C
(139,161,156)
#A1B3AE
(161,179,174)
#B7C5C0
(183,197,192)
#CDD7D2
(205,215,210)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073530; }

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

This text font color is #073530.


Background Color

.myBgColor { background-color: #073530; }

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

This div background color is #073530.


Border color

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

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

This div border color is #073530.


Opacity

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

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

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

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

This text has shadow with #073530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073530 on black background.


Color preview on white background

This text has color #073530 on white background.



Black color preview on #073530 background

This text has black color on #073530 background.


White color preview on #073530 background

This text has white color on #073530 background.