COLOR #241812

HEX: #241812
RGB: (36,24,18)

Color info

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

RGB color model

#241812 color RGB value is (36,24,18).

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

RGB channels and saturation

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

36
24
18

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

Portions of RGB colors in percentages

R + G + B =
36 + 24 + 18 = 78 (100%)
R 36 of 78 ~ 46.15%
G 24 of 78 ~ 30.77%
B 18 of 78 ~ 23.08%

%46.15
%30.77
%23.08

CMYK color model

#241812 color CMYK value is (0,33,50,86).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 50.00%
  • key color value is 85.88%
CMYK:
(0,33,50,86)
C0M33Y50K86 
(0%,33%,50%,86%)
(0.00/0.33/0.50/0.86)	

CMYK percentages

%0
%33.33
%50
%85.88

Codes

Color #241812 in popluar color models

241812
RGB362418
HSL20°33.33%10.59%
HSB/HSV20°50.00%14.12%
CMYK0.00%33.33%50.00%
85.88%

Color #241812 in popluar number systems.

HEX241812
Decimal362418
Binary1001001100010010
Octal443022

Shades and tints

Shades of #241812

#241812
(36,24,18)
#211611
(33,22,17)
#1E1410
(30,20,16)
#1B120F
(27,18,15)
#18100E
(24,16,14)
#150E0D
(21,14,13)
#120C0C
(18,12,12)
#0F0A0B
(15,10,11)
#0C080A
(12,8,10)
#090609
(9,6,9)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #241812

#241812
(36,24,18)
#372D27
(55,45,39)
#4A423C
(74,66,60)
#5D5751
(93,87,81)
#706C66
(112,108,102)
#83817B
(131,129,123)
#969690
(150,150,144)
#A9ABA5
(169,171,165)
#BCC0BA
(188,192,186)
#CFD5CF
(207,213,207)
#E2EAE4
(226,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241812; }

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

This text font color is #241812.


Background Color

.myBgColor { background-color: #241812; }

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

This div background color is #241812.


Border color

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

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

This div border color is #241812.


Opacity

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

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

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

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

This text has shadow with #241812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241812 on black background.


Color preview on white background

This text has color #241812 on white background.



Black color preview on #241812 background

This text has black color on #241812 background.


White color preview on #241812 background

This text has white color on #241812 background.