COLOR #25250F

HEX: #25250F RGB: (37,37,15)

Color info

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

RGB color model

#25250F color RGB value is (37,37,15).

RGB: (37,37,15) (15%, 15%, 6%)

RGB channels and saturation

R 37 of 255 = 15%
G 37 of 255 = 15%
B 15 of 255 = 6%

37
37
15

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

Portions of RGB colors in percentages

R + G + B = 37 + 37 + 15 = 89 (100%)
R 37 of 89 ~ 41.57%
G 37 of 89 ~ 41.57%
B 15 of 89 ~ 16.85'%

%41.57
%41.57
%16.85

CMYK color model

#25250F color CMYK value is (0,0,59,85).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 59.46%
  • key color value is 85.49%

CMYK: (0,0,59,85)
C0M0Y59K85 (0%, 0%, 59%, 85%)
(0.00 / 0.00 / 0.59 / 0.85)

CMYK percentages

%0
%0
%59.46
%85.49

Codes

Color #25250F in popluar color models

25 25 0F
RGB 37 37 15
HSL 60° 42.31% 10.20%
HSB/HSV 60° 59.46% 14.51%
CMYK 0.00% 0.00% 59.46%
85.49%

Color #25250F in popluar number systems.

HEX 25 25 0F
Decimal 37 37 15
Binary 100101 100101 1111
Octal 45 45 17

Shades and tints

Shades of #25250F

#25250F
(37,37,15)
#22220E
(34,34,14)
#1F1F0D
(31,31,13)
#1C1C0C
(28,28,12)
#19190B
(25,25,11)
#16160A
(22,22,10)
#131309
(19,19,9)
#101008
(16,16,8)
#0D0D07
(13,13,7)
#0A0A06
(10,10,6)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #25250F

#25250F
(37,37,15)
#383824
(56,56,36)
#4B4B39
(75,75,57)
#5E5E4E
(94,94,78)
#717163
(113,113,99)
#848478
(132,132,120)
#97978D
(151,151,141)
#AAAAA2
(170,170,162)
#BDBDB7
(189,189,183)
#D0D0CC
(208,208,204)
#E3E3E1
(227,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25250F; }

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

This text font color is #25250F.

Background Color

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

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

This div background color is #25250F.

Border color

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

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

This div border color is #25250F.

Opacity

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

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

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

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

This text has shadow with #25250F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25250F.

Preview

Color preview on black background

This text has color #25250F on black background.


Color preview on white background

This text has color #25250F on white background.


Black color preview on #25250F background

This text has black color on #25250F background.


White color preview on #25250F background

This text has white color on #25250F background.


Related colors

Complementary color

Complementary color for #hex is #DADAF0.


I love getcolorcode.com