COLOR #073034

HEX: #073034
RGB: (7,48,52)

Color info

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

RGB color model

#073034 color RGB value is (7,48,52).

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

RGB channels and saturation

R 7 of 255 = 3%
G 48 of 255 = 19%
B 52 of 255 = 20%

7
48
52

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

Portions of RGB colors in percentages

R + G + B =
7 + 48 + 52 = 107 (100%)
R 7 of 107 ~ 6.54%
G 48 of 107 ~ 44.86%
B 52 of 107 ~ 48.6%

%44.86
%48.6

CMYK color model

#073034 color CMYK value is (87,8,0,80).

  • cyan value is 86.54%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(87,8,0,80)
C87M8Y0K80 
(87%,8%,0%,80%)
(0.87/0.08/0.00/0.80)	

CMYK percentages

%86.54
%7.69
%0
%79.61

Codes

Color #073034 in popluar color models

073034
RGB74852
HSL185°76.27%11.57%
HSB/HSV185°86.54%20.39%
CMYK86.54%7.69%0.00%
79.61%

Color #073034 in popluar number systems.

HEX073034
Decimal74852
Binary111110000110100
Octal76064

Shades and tints

Shades of #073034

#073034
(7,48,52)
#072C30
(7,44,48)
#07282C
(7,40,44)
#072428
(7,36,40)
#072024
(7,32,36)
#071C20
(7,28,32)
#07181C
(7,24,28)
#071418
(7,20,24)
#071014
(7,16,20)
#070C10
(7,12,16)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #073034

#073034
(7,48,52)
#1D4246
(29,66,70)
#335458
(51,84,88)
#49666A
(73,102,106)
#5F787C
(95,120,124)
#758A8E
(117,138,142)
#8B9CA0
(139,156,160)
#A1AEB2
(161,174,178)
#B7C0C4
(183,192,196)
#CDD2D6
(205,210,214)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073034; }

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

This text font color is #073034.


Background Color

.myBgColor { background-color: #073034; }

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

This div background color is #073034.


Border color

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

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

This div border color is #073034.


Opacity

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

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

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

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

This text has shadow with #073034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073034 on black background.


Color preview on white background

This text has color #073034 on white background.



Black color preview on #073034 background

This text has black color on #073034 background.


White color preview on #073034 background

This text has white color on #073034 background.