COLOR #07481D

HEX: #07481D
RGB: (7,72,29)

Color info

#07481D contains mainly green and blue colors. Web safe color of #07481D is #003333 (or #033).

RGB color model

#07481D color RGB value is (7,72,29).

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

RGB channels and saturation

R 7 of 255 = 3%
G 72 of 255 = 28%
B 29 of 255 = 11%

7
72
29

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

Portions of RGB colors in percentages

R + G + B =
7 + 72 + 29 = 108 (100%)
R 7 of 108 ~ 6.48%
G 72 of 108 ~ 66.67%
B 29 of 108 ~ 26.85%

%66.67
%26.85

CMYK color model

#07481D color CMYK value is (90,0,60,72).

  • cyan value is 90.28%
  • magenta value is 0.00%
  • yellow value is 59.72%
  • key color value is 71.76%
CMYK:
(90,0,60,72)
C90M0Y60K72 
(90%,0%,60%,72%)
(0.90/0.00/0.60/0.72)	

CMYK percentages

%90.28
%0
%59.72
%71.76

Codes

Color #07481D in popluar color models

07481D
RGB77229
HSL140°82.28%15.49%
HSB/HSV140°90.28%28.24%
CMYK90.28%0.00%59.72%
71.76%

Color #07481D in popluar number systems.

HEX07481D
Decimal77229
Binary111100100011101
Octal711035

Shades and tints

Shades of #07481D

#07481D
(7,72,29)
#07421B
(7,66,27)
#073C19
(7,60,25)
#073617
(7,54,23)
#073015
(7,48,21)
#072A13
(7,42,19)
#072411
(7,36,17)
#071E0F
(7,30,15)
#07180D
(7,24,13)
#07120B
(7,18,11)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #07481D

#07481D
(7,72,29)
#1D5831
(29,88,49)
#336845
(51,104,69)
#497859
(73,120,89)
#5F886D
(95,136,109)
#759881
(117,152,129)
#8BA895
(139,168,149)
#A1B8A9
(161,184,169)
#B7C8BD
(183,200,189)
#CDD8D1
(205,216,209)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07481D; }

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

This text font color is #07481D.


Background Color

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

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

This div background color is #07481D.


Border color

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

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

This div border color is #07481D.


Opacity

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

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

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

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

This text has shadow with #07481D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07481D on black background.


Color preview on white background

This text has color #07481D on white background.



Black color preview on #07481D background

This text has black color on #07481D background.


White color preview on #07481D background

This text has white color on #07481D background.