COLOR #252410

HEX: #252410
RGB: (37,36,16)

Color info

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

RGB color model

#252410 color RGB value is (37,36,16).

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

RGB channels and saturation

R 37 of 255 = 15%
G 36 of 255 = 14%
B 16 of 255 = 6%

37
36
16

R + G + B ~ 12%. #252410 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 36 + 16 = 89 (100%)
R 37 of 89 ~ 41.57%
G 36 of 89 ~ 40.45%
B 16 of 89 ~ 17.98%

%41.57
%40.45
%17.98

CMYK color model

#252410 color CMYK value is (0,3,57,85).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 56.76%
  • key color value is 85.49%
CMYK:
(0,3,57,85)
C0M3Y57K85 
(0%,3%,57%,85%)
(0.00/0.03/0.57/0.85)	

CMYK percentages

%0
%2.7
%56.76
%85.49

Codes

Color #252410 in popluar color models

252410
RGB373616
HSL57°39.62%10.39%
HSB/HSV57°56.76%14.51%
CMYK0.00%2.70%56.76%
85.49%

Color #252410 in popluar number systems.

HEX252410
Decimal373616
Binary10010110010010000
Octal454420

Shades and tints

Shades of #252410

#252410
(37,36,16)
#22210F
(34,33,15)
#1F1E0E
(31,30,14)
#1C1B0D
(28,27,13)
#19180C
(25,24,12)
#16150B
(22,21,11)
#13120A
(19,18,10)
#100F09
(16,15,9)
#0D0C08
(13,12,8)
#0A0907
(10,9,7)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #252410

#252410
(37,36,16)
#383725
(56,55,37)
#4B4A3A
(75,74,58)
#5E5D4F
(94,93,79)
#717064
(113,112,100)
#848379
(132,131,121)
#97968E
(151,150,142)
#AAA9A3
(170,169,163)
#BDBCB8
(189,188,184)
#D0CFCD
(208,207,205)
#E3E2E2
(227,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252410; }

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

This text font color is #252410.


Background Color

.myBgColor { background-color: #252410; }

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

This div background color is #252410.


Border color

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

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

This div border color is #252410.


Opacity

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

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

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

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

This text has shadow with #252410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252410 on black background.


Color preview on white background

This text has color #252410 on white background.



Black color preview on #252410 background

This text has black color on #252410 background.


White color preview on #252410 background

This text has white color on #252410 background.