COLOR #241507

HEX: #241507
RGB: (36,21,7)

Color info

#241507 contains red, green and blue colors in about the same proportion. Web safe color of #241507 is #330000 (or #300).

RGB color model

#241507 color RGB value is (36,21,7).

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

RGB channels and saturation

R 36 of 255 = 14%
G 21 of 255 = 8%
B 7 of 255 = 3%

36
21
7

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

Portions of RGB colors in percentages

R + G + B =
36 + 21 + 7 = 64 (100%)
R 36 of 64 ~ 56.25%
G 21 of 64 ~ 32.81%
B 7 of 64 ~ 10.94%

%56.25
%32.81
%10.94

CMYK color model

#241507 color CMYK value is (0,42,81,86).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 80.56%
  • key color value is 85.88%
CMYK:
(0,42,81,86)
C0M42Y81K86 
(0%,42%,81%,86%)
(0.00/0.42/0.81/0.86)	

CMYK percentages

%0
%41.67
%80.56
%85.88

Codes

Color #241507 in popluar color models

241507
RGB36217
HSL29°67.44%8.43%
HSB/HSV29°80.56%14.12%
CMYK0.00%41.67%80.56%
85.88%

Color #241507 in popluar number systems.

HEX241507
Decimal36217
Binary10010010101111
Octal44257

Shades and tints

Shades of #241507

#241507
(36,21,7)
#211407
(33,20,7)
#1E1307
(30,19,7)
#1B1207
(27,18,7)
#181107
(24,17,7)
#151007
(21,16,7)
#120F07
(18,15,7)
#0F0E07
(15,14,7)
#0C0D07
(12,13,7)
#090C07
(9,12,7)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #241507

#241507
(36,21,7)
#372A1D
(55,42,29)
#4A3F33
(74,63,51)
#5D5449
(93,84,73)
#70695F
(112,105,95)
#837E75
(131,126,117)
#96938B
(150,147,139)
#A9A8A1
(169,168,161)
#BCBDB7
(188,189,183)
#CFD2CD
(207,210,205)
#E2E7E3
(226,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241507; }

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

This text font color is #241507.


Background Color

.myBgColor { background-color: #241507; }

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

This div background color is #241507.


Border color

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

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

This div border color is #241507.


Opacity

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

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

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

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

This text has shadow with #241507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241507 on black background.


Color preview on white background

This text has color #241507 on white background.



Black color preview on #241507 background

This text has black color on #241507 background.


White color preview on #241507 background

This text has white color on #241507 background.