COLOR #241D06

HEX: #241D06
RGB: (36,29,6)

Color info

#241D06 contains red, green and blue colors in about the same proportion. Web safe color of #241D06 is #333300 (or #330).

RGB color model

#241D06 color RGB value is (36,29,6).

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

RGB channels and saturation

R 36 of 255 = 14%
G 29 of 255 = 11%
B 6 of 255 = 2%

36
29
6

R + G + B ~ 9%. #241D06 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 29 + 6 = 71 (100%)
R 36 of 71 ~ 50.7%
G 29 of 71 ~ 40.85%
B 6 of 71 ~ 8.45%

%50.7
%40.85

CMYK color model

#241D06 color CMYK value is (0,19,83,86).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 83.33%
  • key color value is 85.88%
CMYK:
(0,19,83,86)
C0M19Y83K86 
(0%,19%,83%,86%)
(0.00/0.19/0.83/0.86)	

CMYK percentages

%0
%19.44
%83.33
%85.88

Codes

Color #241D06 in popluar color models

241D06
RGB36296
HSL46°71.43%8.24%
HSB/HSV46°83.33%14.12%
CMYK0.00%19.44%83.33%
85.88%

Color #241D06 in popluar number systems.

HEX241D06
Decimal36296
Binary10010011101110
Octal44356

Shades and tints

Shades of #241D06

#241D06
(36,29,6)
#211B06
(33,27,6)
#1E1906
(30,25,6)
#1B1706
(27,23,6)
#181506
(24,21,6)
#151306
(21,19,6)
#121106
(18,17,6)
#0F0F06
(15,15,6)
#0C0D06
(12,13,6)
#090B06
(9,11,6)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #241D06

#241D06
(36,29,6)
#37311C
(55,49,28)
#4A4532
(74,69,50)
#5D5948
(93,89,72)
#706D5E
(112,109,94)
#838174
(131,129,116)
#96958A
(150,149,138)
#A9A9A0
(169,169,160)
#BCBDB6
(188,189,182)
#CFD1CC
(207,209,204)
#E2E5E2
(226,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241D06; }

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

This text font color is #241D06.


Background Color

.myBgColor { background-color: #241D06; }

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

This div background color is #241D06.


Border color

.myBorderColor { border: 1px solid #241D06; }

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

This div border color is #241D06.


Opacity

.myOpacity80 { color: #241D06; opacity: 0.8; }

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

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

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

This text has shadow with #241D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241D06 on black background.


Color preview on white background

This text has color #241D06 on white background.



Black color preview on #241D06 background

This text has black color on #241D06 background.


White color preview on #241D06 background

This text has white color on #241D06 background.