COLOR #07240F

HEX: #07240F
RGB: (7,36,15)

Color info

#07240F contains red, green and blue colors in about the same proportion. Web safe color of #07240F is #003300 (or #030).

RGB color model

#07240F color RGB value is (7,36,15).

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

RGB channels and saturation

R 7 of 255 = 3%
G 36 of 255 = 14%
B 15 of 255 = 6%

7
36
15

R + G + B ~ 8%. #07240F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 36 + 15 = 58 (100%)
R 7 of 58 ~ 12.07%
G 36 of 58 ~ 62.07%
B 15 of 58 ~ 25.86%

%12.07
%62.07
%25.86

CMYK color model

#07240F color CMYK value is (81,0,58,86).

  • cyan value is 80.56%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 85.88%
CMYK: (81,0,58,86) C81M0Y58K86 (81%,0%,58%,86%) (0.81/0.00/0.58/0.86)

CMYK percentages

%80.56
%0
%58.33
%85.88

Codes

Color #07240F in popluar color models

07240F
RGB73615
HSL137°67.44%8.43%
HSB/HSV137°80.56%14.12%
CMYK80.56%0.00%58.33%
85.88%

Color #07240F in popluar number systems.

HEX07240F
Decimal73615
Binary1111001001111
Octal74417

Shades and tints

Shades of #07240F

#07240F
(7,36,15)
#07210E
(7,33,14)
#071E0D
(7,30,13)
#071B0C
(7,27,12)
#07180B
(7,24,11)
#07150A
(7,21,10)
#071209
(7,18,9)
#070F08
(7,15,8)
#070C07
(7,12,7)
#070906
(7,9,6)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #07240F

#07240F
(7,36,15)
#1D3724
(29,55,36)
#334A39
(51,74,57)
#495D4E
(73,93,78)
#5F7063
(95,112,99)
#758378
(117,131,120)
#8B968D
(139,150,141)
#A1A9A2
(161,169,162)
#B7BCB7
(183,188,183)
#CDCFCC
(205,207,204)
#E3E2E1
(227,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07240F; }

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

This text font color is #07240F.


Background Color

.myBgColor { background-color: #07240F; }

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

This div background color is #07240F.


Border color

.myBorderColor { border: 1px solid #07240F; }

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

This div border color is #07240F.


Opacity

.myOpacity80 { color: #07240F; opacity: 0.8; }

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

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

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

This text has shadow with #07240F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #07240F on black background.


Color preview on white background

This text has color #07240F on white background.



Black color preview on #07240F background

This text has black color on #07240F background.


White color preview on #07240F background

This text has white color on #07240F background.