COLOR #241006

HEX: #241006
RGB: (36,16,6)

Color info

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

RGB color model

#241006 color RGB value is (36,16,6).

  • red value is 36;
  • green value is 16;
  • blue value is 6.
RGB:
(36,16,6)
(14%,6%,2%)

RGB channels and saturation

R 36 of 255 = 14%
G 16 of 255 = 6%
B 6 of 255 = 2%

36
16
6

R + G + B ~ 7%. #241006 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 16 + 6 = 58 (100%)
R 36 of 58 ~ 62.07%
G 16 of 58 ~ 27.59%
B 6 of 58 ~ 10.34%

%62.07
%27.59
%10.34

CMYK color model

#241006 color CMYK value is (0,56,83,86).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 83.33%
  • key color value is 85.88%
CMYK:
(0,56,83,86)
C0M56Y83K86 
(0%,56%,83%,86%)
(0.00/0.56/0.83/0.86)	

CMYK percentages

%0
%55.56
%83.33
%85.88

Codes

Color #241006 in popluar color models

241006
RGB36166
HSL20°71.43%8.24%
HSB/HSV20°83.33%14.12%
CMYK0.00%55.56%83.33%
85.88%

Color #241006 in popluar number systems.

HEX241006
Decimal36166
Binary10010010000110
Octal44206

Shades and tints

Shades of #241006

#241006
(36,16,6)
#210F06
(33,15,6)
#1E0E06
(30,14,6)
#1B0D06
(27,13,6)
#180C06
(24,12,6)
#150B06
(21,11,6)
#120A06
(18,10,6)
#0F0906
(15,9,6)
#0C0806
(12,8,6)
#090706
(9,7,6)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #241006

#241006
(36,16,6)
#37251C
(55,37,28)
#4A3A32
(74,58,50)
#5D4F48
(93,79,72)
#70645E
(112,100,94)
#837974
(131,121,116)
#968E8A
(150,142,138)
#A9A3A0
(169,163,160)
#BCB8B6
(188,184,182)
#CFCDCC
(207,205,204)
#E2E2E2
(226,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241006 color. Also use rgb(36,16,6) instead hex code.

Text Font Color

.myTextColor { color: #241006; }

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

This text font color is #241006.


Background Color

.myBgColor { background-color: #241006; }

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

This div background color is #241006.


Border color

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

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

This div border color is #241006.


Opacity

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

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

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

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

This text has shadow with #241006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241006 on black background.


Color preview on white background

This text has color #241006 on white background.



Black color preview on #241006 background

This text has black color on #241006 background.


White color preview on #241006 background

This text has white color on #241006 background.