COLOR #241F06

HEX: #241F06 RGB: (36,31,6)

Color info

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

RGB color model

#241F06 color RGB value is (36,31,6).

RGB: (36,31,6) (14%, 12%, 2%)

RGB channels and saturation

R 36 of 255 = 14%
G 31 of 255 = 12%
B 6 of 255 = 2%

36
31
6

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

Portions of RGB colors in percentages

R + G + B = 36 + 31 + 6 = 73 (100%)
R 36 of 73 ~ 49.32%
G 31 of 73 ~ 42.47%
B 6 of 73 ~ 8.22'%

%49.32
%42.47

CMYK color model

#241F06 color CMYK value is (0,14,83,86).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 83.33%
  • key color value is 85.88%

CMYK: (0,14,83,86)
C0M14Y83K86 (0%, 14%, 83%, 86%)
(0.00 / 0.14 / 0.83 / 0.86)

CMYK percentages

%0
%13.89
%83.33
%85.88

Codes

Color #241F06 in popluar color models

24 1F 06
RGB 36 31 6
HSL 50° 71.43% 8.24%
HSB/HSV 50° 83.33% 14.12%
CMYK 0.00% 13.89% 83.33%
85.88%

Color #241F06 in popluar number systems.

HEX 24 1F 06
Decimal 36 31 6
Binary 100100 11111 110
Octal 44 37 6

Shades and tints

Shades of #241F06

#241F06
(36,31,6)
#211D06
(33,29,6)
#1E1B06
(30,27,6)
#1B1906
(27,25,6)
#181706
(24,23,6)
#151506
(21,21,6)
#121306
(18,19,6)
#0F1106
(15,17,6)
#0C0F06
(12,15,6)
#090D06
(9,13,6)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #241F06

#241F06
(36,31,6)
#37331C
(55,51,28)
#4A4732
(74,71,50)
#5D5B48
(93,91,72)
#706F5E
(112,111,94)
#838374
(131,131,116)
#96978A
(150,151,138)
#A9ABA0
(169,171,160)
#BCBFB6
(188,191,182)
#CFD3CC
(207,211,204)
#E2E7E2
(226,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241F06; }

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

This text font color is #241F06.

Background Color

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

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

This div background color is #241F06.

Border color

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

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

This div border color is #241F06.

Opacity

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

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

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

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

This text has shadow with #241F06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241F06.

Preview

Color preview on black background

This text has color #241F06 on black background.


Color preview on white background

This text has color #241F06 on white background.


Black color preview on #241F06 background

This text has black color on #241F06 background.


White color preview on #241F06 background

This text has white color on #241F06 background.


Related colors

Complementary color

Complementary color for #hex is #DBE0F9.


I love getcolorcode.com

Triadic colors

1 #06241F and #1F0624 with #241F06 are triadic colors.

2 #061F24 and #1F2406 with #241F06 are triadic colors.