COLOR #25241C

HEX: #25241C
RGB: (37,36,28)

Color info

#25241C contains red, green and blue colors in about the same proportion. Web safe color of #25241C is #333333 (or #333).

RGB color model

#25241C color RGB value is (37,36,28).

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

RGB channels and saturation

R 37 of 255 = 15%
G 36 of 255 = 14%
B 28 of 255 = 11%

37
36
28

R + G + B ~ 13%. #25241C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 36 + 28 = 101 (100%)
R 37 of 101 ~ 36.63%
G 36 of 101 ~ 35.64%
B 28 of 101 ~ 27.72%

%36.63
%35.64
%27.72

CMYK color model

#25241C color CMYK value is (0,3,24,85).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 24.32%
  • key color value is 85.49%
CMYK:
(0,3,24,85)
C0M3Y24K85 
(0%,3%,24%,85%)
(0.00/0.03/0.24/0.85)	

CMYK percentages

%0
%2.7
%24.32
%85.49

Codes

Color #25241C in popluar color models

25241C
RGB373628
HSL53°13.85%12.75%
HSB/HSV53°24.32%14.51%
CMYK0.00%2.70%24.32%
85.49%

Color #25241C in popluar number systems.

HEX25241C
Decimal373628
Binary10010110010011100
Octal454434

Shades and tints

Shades of #25241C

#25241C
(37,36,28)
#22211A
(34,33,26)
#1F1E18
(31,30,24)
#1C1B16
(28,27,22)
#191814
(25,24,20)
#161512
(22,21,18)
#131210
(19,18,16)
#100F0E
(16,15,14)
#0D0C0C
(13,12,12)
#0A090A
(10,9,10)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #25241C

#25241C
(37,36,28)
#383730
(56,55,48)
#4B4A44
(75,74,68)
#5E5D58
(94,93,88)
#71706C
(113,112,108)
#848380
(132,131,128)
#979694
(151,150,148)
#AAA9A8
(170,169,168)
#BDBCBC
(189,188,188)
#D0CFD0
(208,207,208)
#E3E2E4
(227,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25241C color. Also use rgb(37,36,28) instead hex code.

Text Font Color

.myTextColor { color: #25241C; }

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

This text font color is #25241C.


Background Color

.myBgColor { background-color: #25241C; }

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

This div background color is #25241C.


Border color

.myBorderColor { border: 1px solid #25241C; }

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

This div border color is #25241C.


Opacity

.myOpacity80 { color: #25241C; opacity: 0.8; }

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

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

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

This text has shadow with #25241C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25241C on black background.


Color preview on white background

This text has color #25241C on white background.



Black color preview on #25241C background

This text has black color on #25241C background.


White color preview on #25241C background

This text has white color on #25241C background.