COLOR #241712

HEX: #241712
RGB: (36,23,18)

Color info

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

RGB color model

#241712 color RGB value is (36,23,18).

  • red value is 36;
  • green value is 23;
  • blue value is 18.
RGB:
(36,23,18)
(14%,9%,7%)

RGB channels and saturation

R 36 of 255 = 14%
G 23 of 255 = 9%
B 18 of 255 = 7%

36
23
18

R + G + B ~ 10%. #241712 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 23 + 18 = 77 (100%)
R 36 of 77 ~ 46.75%
G 23 of 77 ~ 29.87%
B 18 of 77 ~ 23.38%

%46.75
%29.87
%23.38

CMYK color model

#241712 color CMYK value is (0,36,50,86).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 50.00%
  • key color value is 85.88%
CMYK:
(0,36,50,86)
C0M36Y50K86 
(0%,36%,50%,86%)
(0.00/0.36/0.50/0.86)	

CMYK percentages

%0
%36.11
%50
%85.88

Codes

Color #241712 in popluar color models

241712
RGB362318
HSL17°33.33%10.59%
HSB/HSV17°50.00%14.12%
CMYK0.00%36.11%50.00%
85.88%

Color #241712 in popluar number systems.

HEX241712
Decimal362318
Binary1001001011110010
Octal442722

Shades and tints

Shades of #241712

#241712
(36,23,18)
#211511
(33,21,17)
#1E1310
(30,19,16)
#1B110F
(27,17,15)
#180F0E
(24,15,14)
#150D0D
(21,13,13)
#120B0C
(18,11,12)
#0F090B
(15,9,11)
#0C070A
(12,7,10)
#090509
(9,5,9)
#060308
(6,3,8)
#000000
(0,0,0)

Tints of #241712

#241712
(36,23,18)
#372C27
(55,44,39)
#4A413C
(74,65,60)
#5D5651
(93,86,81)
#706B66
(112,107,102)
#83807B
(131,128,123)
#969590
(150,149,144)
#A9AAA5
(169,170,165)
#BCBFBA
(188,191,186)
#CFD4CF
(207,212,207)
#E2E9E4
(226,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241712 color. Also use rgb(36,23,18) instead hex code.

Text Font Color

.myTextColor { color: #241712; }

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

This text font color is #241712.


Background Color

.myBgColor { background-color: #241712; }

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

This div background color is #241712.


Border color

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

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

This div border color is #241712.


Opacity

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

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

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

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

This text has shadow with #241712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241712 on black background.


Color preview on white background

This text has color #241712 on white background.



Black color preview on #241712 background

This text has black color on #241712 background.


White color preview on #241712 background

This text has white color on #241712 background.