COLOR #073427

HEX: #073427
RGB: (7,52,39)

Color info

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

RGB color model

#073427 color RGB value is (7,52,39).

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

RGB channels and saturation

R 7 of 255 = 3%
G 52 of 255 = 20%
B 39 of 255 = 15%

7
52
39

R + G + B ~ 13%. #073427 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 52 + 39 = 98 (100%)
R 7 of 98 ~ 7.14%
G 52 of 98 ~ 53.06%
B 39 of 98 ~ 39.8%

%53.06
%39.8

CMYK color model

#073427 color CMYK value is (87,0,25,80).

  • cyan value is 86.54%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 79.61%
CMYK:
(87,0,25,80)
C87M0Y25K80 
(87%,0%,25%,80%)
(0.87/0.00/0.25/0.80)	

CMYK percentages

%86.54
%0
%25
%79.61

Codes

Color #073427 in popluar color models

073427
RGB75239
HSL163°76.27%11.57%
HSB/HSV163°86.54%20.39%
CMYK86.54%0.00%25.00%
79.61%

Color #073427 in popluar number systems.

HEX073427
Decimal75239
Binary111110100100111
Octal76447

Shades and tints

Shades of #073427

#073427
(7,52,39)
#073024
(7,48,36)
#072C21
(7,44,33)
#07281E
(7,40,30)
#07241B
(7,36,27)
#072018
(7,32,24)
#071C15
(7,28,21)
#071812
(7,24,18)
#07140F
(7,20,15)
#07100C
(7,16,12)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #073427

#073427
(7,52,39)
#1D463A
(29,70,58)
#33584D
(51,88,77)
#496A60
(73,106,96)
#5F7C73
(95,124,115)
#758E86
(117,142,134)
#8BA099
(139,160,153)
#A1B2AC
(161,178,172)
#B7C4BF
(183,196,191)
#CDD6D2
(205,214,210)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073427; }

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

This text font color is #073427.


Background Color

.myBgColor { background-color: #073427; }

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

This div background color is #073427.


Border color

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

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

This div border color is #073427.


Opacity

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

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

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

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

This text has shadow with #073427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073427 on black background.


Color preview on white background

This text has color #073427 on white background.



Black color preview on #073427 background

This text has black color on #073427 background.


White color preview on #073427 background

This text has white color on #073427 background.