COLOR #07241D

HEX: #07241D
RGB: (7,36,29)

Color info

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

RGB color model

#07241D color RGB value is (7,36,29).

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

RGB channels and saturation

R 7 of 255 = 3%
G 36 of 255 = 14%
B 29 of 255 = 11%

7
36
29

R + G + B ~ 9%. #07241D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 36 + 29 = 72 (100%)
R 7 of 72 ~ 9.72%
G 36 of 72 ~ 50%
B 29 of 72 ~ 40.28%

%9.72
%50
%40.28

CMYK color model

#07241D color CMYK value is (81,0,19,86).

  • cyan value is 80.56%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 85.88%
CMYK:
(81,0,19,86)
C81M0Y19K86 
(81%,0%,19%,86%)
(0.81/0.00/0.19/0.86)	

CMYK percentages

%80.56
%0
%19.44
%85.88

Codes

Color #07241D in popluar color models

07241D
RGB73629
HSL166°67.44%8.43%
HSB/HSV166°80.56%14.12%
CMYK80.56%0.00%19.44%
85.88%

Color #07241D in popluar number systems.

HEX07241D
Decimal73629
Binary11110010011101
Octal74435

Shades and tints

Shades of #07241D

#07241D
(7,36,29)
#07211B
(7,33,27)
#071E19
(7,30,25)
#071B17
(7,27,23)
#071815
(7,24,21)
#071513
(7,21,19)
#071211
(7,18,17)
#070F0F
(7,15,15)
#070C0D
(7,12,13)
#07090B
(7,9,11)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #07241D

#07241D
(7,36,29)
#1D3731
(29,55,49)
#334A45
(51,74,69)
#495D59
(73,93,89)
#5F706D
(95,112,109)
#758381
(117,131,129)
#8B9695
(139,150,149)
#A1A9A9
(161,169,169)
#B7BCBD
(183,188,189)
#CDCFD1
(205,207,209)
#E3E2E5
(227,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07241D; }

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

This text font color is #07241D.


Background Color

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

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

This div background color is #07241D.


Border color

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

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

This div border color is #07241D.


Opacity

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

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

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

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

This text has shadow with #07241D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07241D on black background.


Color preview on white background

This text has color #07241D on white background.



Black color preview on #07241D background

This text has black color on #07241D background.


White color preview on #07241D background

This text has white color on #07241D background.