COLOR #07281D

HEX: #07281D
RGB: (7,40,29)

Color info

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

RGB color model

#07281D color RGB value is (7,40,29).

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

RGB channels and saturation

R 7 of 255 = 3%
G 40 of 255 = 16%
B 29 of 255 = 11%

7
40
29

R + G + B ~ 10%. #07281D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 40 + 29 = 76 (100%)
R 7 of 76 ~ 9.21%
G 40 of 76 ~ 52.63%
B 29 of 76 ~ 38.16%

%52.63
%38.16

CMYK color model

#07281D color CMYK value is (83,0,28,84).

  • cyan value is 82.50%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 84.31%
CMYK:
(83,0,28,84)
C83M0Y28K84 
(83%,0%,28%,84%)
(0.83/0.00/0.28/0.84)	

CMYK percentages

%82.5
%0
%27.5
%84.31

Codes

Color #07281D in popluar color models

07281D
RGB74029
HSL160°70.21%9.22%
HSB/HSV160°82.50%15.69%
CMYK82.50%0.00%27.50%
84.31%

Color #07281D in popluar number systems.

HEX07281D
Decimal74029
Binary11110100011101
Octal75035

Shades and tints

Shades of #07281D

#07281D
(7,40,29)
#07251B
(7,37,27)
#072219
(7,34,25)
#071F17
(7,31,23)
#071C15
(7,28,21)
#071913
(7,25,19)
#071611
(7,22,17)
#07130F
(7,19,15)
#07100D
(7,16,13)
#070D0B
(7,13,11)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #07281D

#07281D
(7,40,29)
#1D3B31
(29,59,49)
#334E45
(51,78,69)
#496159
(73,97,89)
#5F746D
(95,116,109)
#758781
(117,135,129)
#8B9A95
(139,154,149)
#A1ADA9
(161,173,169)
#B7C0BD
(183,192,189)
#CDD3D1
(205,211,209)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07281D; }

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

This text font color is #07281D.


Background Color

.myBgColor { background-color: #07281D; }

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

This div background color is #07281D.


Border color

.myBorderColor { border: 1px solid #07281D; }

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

This div border color is #07281D.


Opacity

.myOpacity80 { color: #07281D; opacity: 0.8; }

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

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

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

This text has shadow with #07281D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07281D on black background.


Color preview on white background

This text has color #07281D on white background.



Black color preview on #07281D background

This text has black color on #07281D background.


White color preview on #07281D background

This text has white color on #07281D background.