COLOR #25240C

HEX: #25240C
RGB: (37,36,12)

Color info

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

RGB color model

#25240C color RGB value is (37,36,12).

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

RGB channels and saturation

R 37 of 255 = 15%
G 36 of 255 = 14%
B 12 of 255 = 5%

37
36
12

R + G + B ~ 11%. #25240C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 36 + 12 = 85 (100%)
R 37 of 85 ~ 43.53%
G 36 of 85 ~ 42.35%
B 12 of 85 ~ 14.12%

%43.53
%42.35
%14.12

CMYK color model

#25240C color CMYK value is (0,3,68,85).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 67.57%
  • key color value is 85.49%
CMYK:
(0,3,68,85)
C0M3Y68K85 
(0%,3%,68%,85%)
(0.00/0.03/0.68/0.85)	

CMYK percentages

%0
%2.7
%67.57
%85.49

Codes

Color #25240C in popluar color models

25240C
RGB373612
HSL58°51.02%9.61%
HSB/HSV58°67.57%14.51%
CMYK0.00%2.70%67.57%
85.49%

Color #25240C in popluar number systems.

HEX25240C
Decimal373612
Binary1001011001001100
Octal454414

Shades and tints

Shades of #25240C

#25240C
(37,36,12)
#22210B
(34,33,11)
#1F1E0A
(31,30,10)
#1C1B09
(28,27,9)
#191808
(25,24,8)
#161507
(22,21,7)
#131206
(19,18,6)
#100F05
(16,15,5)
#0D0C04
(13,12,4)
#0A0903
(10,9,3)
#070602
(7,6,2)
#000000
(0,0,0)

Tints of #25240C

#25240C
(37,36,12)
#383722
(56,55,34)
#4B4A38
(75,74,56)
#5E5D4E
(94,93,78)
#717064
(113,112,100)
#84837A
(132,131,122)
#979690
(151,150,144)
#AAA9A6
(170,169,166)
#BDBCBC
(189,188,188)
#D0CFD2
(208,207,210)
#E3E2E8
(227,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25240C; }

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

This text font color is #25240C.


Background Color

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

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

This div background color is #25240C.


Border color

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

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

This div border color is #25240C.


Opacity

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

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

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

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

This text has shadow with #25240C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25240C on black background.


Color preview on white background

This text has color #25240C on white background.



Black color preview on #25240C background

This text has black color on #25240C background.


White color preview on #25240C background

This text has white color on #25240C background.