COLOR #072428

HEX: #072428
RGB: (7,36,40)

Color info

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

RGB color model

#072428 color RGB value is (7,36,40).

  • red value is 7;
  • green value is 36;
  • blue value is 40.
RGB:
(7,36,40)
(3%,14%,16%)

RGB channels and saturation

R 7 of 255 = 3%
G 36 of 255 = 14%
B 40 of 255 = 16%

7
36
40

R + G + B ~ 11%. #072428 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 36 + 40 = 83 (100%)
R 7 of 83 ~ 8.43%
G 36 of 83 ~ 43.37%
B 40 of 83 ~ 48.19%

%43.37
%48.19

CMYK color model

#072428 color CMYK value is (83,10,0,84).

  • cyan value is 82.50%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(83,10,0,84)
C83M10Y0K84 
(83%,10%,0%,84%)
(0.83/0.10/0.00/0.84)	

CMYK percentages

%82.5
%10
%0
%84.31

Codes

Color #072428 in popluar color models

072428
RGB73640
HSL187°70.21%9.22%
HSB/HSV187°82.50%15.69%
CMYK82.50%10.00%0.00%
84.31%

Color #072428 in popluar number systems.

HEX072428
Decimal73640
Binary111100100101000
Octal74450

Shades and tints

Shades of #072428

#072428
(7,36,40)
#072125
(7,33,37)
#071E22
(7,30,34)
#071B1F
(7,27,31)
#07181C
(7,24,28)
#071519
(7,21,25)
#071216
(7,18,22)
#070F13
(7,15,19)
#070C10
(7,12,16)
#07090D
(7,9,13)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #072428

#072428
(7,36,40)
#1D373B
(29,55,59)
#334A4E
(51,74,78)
#495D61
(73,93,97)
#5F7074
(95,112,116)
#758387
(117,131,135)
#8B969A
(139,150,154)
#A1A9AD
(161,169,173)
#B7BCC0
(183,188,192)
#CDCFD3
(205,207,211)
#E3E2E6
(227,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072428 color. Also use rgb(7,36,40) instead hex code.

Text Font Color

.myTextColor { color: #072428; }

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

This text font color is #072428.


Background Color

.myBgColor { background-color: #072428; }

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

This div background color is #072428.


Border color

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

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

This div border color is #072428.


Opacity

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

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

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

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

This text has shadow with #072428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072428 on black background.


Color preview on white background

This text has color #072428 on white background.



Black color preview on #072428 background

This text has black color on #072428 background.


White color preview on #072428 background

This text has white color on #072428 background.