COLOR #24251A

HEX: #24251A
RGB: (36,37,26)

Color info

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

RGB color model

#24251A color RGB value is (36,37,26).

  • red value is 36;
  • green value is 37;
  • blue value is 26.
RGB:
(36,37,26)
(14%,15%,10%)

RGB channels and saturation

R 36 of 255 = 14%
G 37 of 255 = 15%
B 26 of 255 = 10%

36
37
26

R + G + B ~ 13%. #24251A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 37 + 26 = 99 (100%)
R 36 of 99 ~ 36.36%
G 37 of 99 ~ 37.37%
B 26 of 99 ~ 26.26%

%36.36
%37.37
%26.26

CMYK color model

#24251A color CMYK value is (3,0,30,85).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 85.49%
CMYK:
(3,0,30,85)
C3M0Y30K85 
(3%,0%,30%,85%)
(0.03/0.00/0.30/0.85)	

CMYK percentages

%2.7
%0
%29.73
%85.49

Codes

Color #24251A in popluar color models

24251A
RGB363726
HSL65°17.46%12.35%
HSB/HSV65°29.73%14.51%
CMYK2.70%0.00%29.73%
85.49%

Color #24251A in popluar number systems.

HEX24251A
Decimal363726
Binary10010010010111010
Octal444532

Shades and tints

Shades of #24251A

#24251A
(36,37,26)
#212218
(33,34,24)
#1E1F16
(30,31,22)
#1B1C14
(27,28,20)
#181912
(24,25,18)
#151610
(21,22,16)
#12130E
(18,19,14)
#0F100C
(15,16,12)
#0C0D0A
(12,13,10)
#090A08
(9,10,8)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #24251A

#24251A
(36,37,26)
#37382E
(55,56,46)
#4A4B42
(74,75,66)
#5D5E56
(93,94,86)
#70716A
(112,113,106)
#83847E
(131,132,126)
#969792
(150,151,146)
#A9AAA6
(169,170,166)
#BCBDBA
(188,189,186)
#CFD0CE
(207,208,206)
#E2E3E2
(226,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24251A color. Also use rgb(36,37,26) instead hex code.

Text Font Color

.myTextColor { color: #24251A; }

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

This text font color is #24251A.


Background Color

.myBgColor { background-color: #24251A; }

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

This div background color is #24251A.


Border color

.myBorderColor { border: 1px solid #24251A; }

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

This div border color is #24251A.


Opacity

.myOpacity80 { color: #24251A; opacity: 0.8; }

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

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

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

This text has shadow with #24251A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24251A on black background.


Color preview on white background

This text has color #24251A on white background.



Black color preview on #24251A background

This text has black color on #24251A background.


White color preview on #24251A background

This text has white color on #24251A background.