COLOR #241F0D

HEX: #241F0D
RGB: (36,31,13)

Color info

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

RGB color model

#241F0D color RGB value is (36,31,13).

  • red value is 36;
  • green value is 31;
  • blue value is 13.
RGB:
(36,31,13)
(14%,12%,5%)

RGB channels and saturation

R 36 of 255 = 14%
G 31 of 255 = 12%
B 13 of 255 = 5%

36
31
13

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

Portions of RGB colors in percentages

R + G + B =
36 + 31 + 13 = 80 (100%)
R 36 of 80 ~ 45%
G 31 of 80 ~ 38.75%
B 13 of 80 ~ 16.25%

%45
%38.75
%16.25

CMYK color model

#241F0D color CMYK value is (0,14,64,86).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 63.89%
  • key color value is 85.88%
CMYK:
(0,14,64,86)
C0M14Y64K86 
(0%,14%,64%,86%)
(0.00/0.14/0.64/0.86)	

CMYK percentages

%0
%13.89
%63.89
%85.88

Codes

Color #241F0D in popluar color models

241F0D
RGB363113
HSL47°46.94%9.61%
HSB/HSV47°63.89%14.12%
CMYK0.00%13.89%63.89%
85.88%

Color #241F0D in popluar number systems.

HEX241F0D
Decimal363113
Binary100100111111101
Octal443715

Shades and tints

Shades of #241F0D

#241F0D
(36,31,13)
#211D0C
(33,29,12)
#1E1B0B
(30,27,11)
#1B190A
(27,25,10)
#181709
(24,23,9)
#151508
(21,21,8)
#121307
(18,19,7)
#0F1106
(15,17,6)
#0C0F05
(12,15,5)
#090D04
(9,13,4)
#060B03
(6,11,3)
#000000
(0,0,0)

Tints of #241F0D

#241F0D
(36,31,13)
#373323
(55,51,35)
#4A4739
(74,71,57)
#5D5B4F
(93,91,79)
#706F65
(112,111,101)
#83837B
(131,131,123)
#969791
(150,151,145)
#A9ABA7
(169,171,167)
#BCBFBD
(188,191,189)
#CFD3D3
(207,211,211)
#E2E7E9
(226,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241F0D; }

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

This text font color is #241F0D.


Background Color

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

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

This div background color is #241F0D.


Border color

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

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

This div border color is #241F0D.


Opacity

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

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

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

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

This text has shadow with #241F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241F0D on black background.


Color preview on white background

This text has color #241F0D on white background.



Black color preview on #241F0D background

This text has black color on #241F0D background.


White color preview on #241F0D background

This text has white color on #241F0D background.