COLOR #25231F

HEX: #25231F
RGB: (37,35,31)

Color info

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

RGB color model

#25231F color RGB value is (37,35,31).

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

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 31 of 255 = 12%

37
35
31

R + G + B ~ 14%. #25231F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 31 = 103 (100%)
R 37 of 103 ~ 35.92%
G 35 of 103 ~ 33.98%
B 31 of 103 ~ 30.1%

%35.92
%33.98
%30.1

CMYK color model

#25231F color CMYK value is (0,5,16,85).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 16.22%
  • key color value is 85.49%
CMYK:
(0,5,16,85)
C0M5Y16K85 
(0%,5%,16%,85%)
(0.00/0.05/0.16/0.85)	

CMYK percentages

%0
%5.41
%16.22
%85.49

Codes

Color #25231F in popluar color models

25231F
RGB373531
HSL40°8.82%13.33%
HSB/HSV40°16.22%14.51%
CMYK0.00%5.41%16.22%
85.49%

Color #25231F in popluar number systems.

HEX25231F
Decimal373531
Binary10010110001111111
Octal454337

Shades and tints

Shades of #25231F

#25231F
(37,35,31)
#22201D
(34,32,29)
#1F1D1B
(31,29,27)
#1C1A19
(28,26,25)
#191717
(25,23,23)
#161415
(22,20,21)
#131113
(19,17,19)
#100E11
(16,14,17)
#0D0B0F
(13,11,15)
#0A080D
(10,8,13)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #25231F

#25231F
(37,35,31)
#383733
(56,55,51)
#4B4B47
(75,75,71)
#5E5F5B
(94,95,91)
#71736F
(113,115,111)
#848783
(132,135,131)
#979B97
(151,155,151)
#AAAFAB
(170,175,171)
#BDC3BF
(189,195,191)
#D0D7D3
(208,215,211)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25231F color. Also use rgb(37,35,31) instead hex code.

Text Font Color

.myTextColor { color: #25231F; }

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

This text font color is #25231F.


Background Color

.myBgColor { background-color: #25231F; }

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

This div background color is #25231F.


Border color

.myBorderColor { border: 1px solid #25231F; }

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

This div border color is #25231F.


Opacity

.myOpacity80 { color: #25231F; opacity: 0.8; }

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

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

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

This text has shadow with #25231F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25231F on black background.


Color preview on white background

This text has color #25231F on white background.



Black color preview on #25231F background

This text has black color on #25231F background.


White color preview on #25231F background

This text has white color on #25231F background.