COLOR #25290F

HEX: #25290F
RGB: (37,41,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

37
41
15

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

Portions of RGB colors in percentages

R + G + B =
37 + 41 + 15 = 93 (100%)
R 37 of 93 ~ 39.78%
G 41 of 93 ~ 44.09%
B 15 of 93 ~ 16.13%

%39.78
%44.09
%16.13

CMYK color model

#25290F color CMYK value is (10,0,63,84).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 83.92%
CMYK:
(10,0,63,84)
C10M0Y63K84 
(10%,0%,63%,84%)
(0.10/0.00/0.63/0.84)	

CMYK percentages

%9.76
%0
%63.41
%83.92

Codes

Color #25290F in popluar color models

25290F
RGB374115
HSL69°46.43%10.98%
HSB/HSV69°63.41%16.08%
CMYK9.76%0.00%63.41%
83.92%

Color #25290F in popluar number systems.

HEX25290F
Decimal374115
Binary1001011010011111
Octal455117

Shades and tints

Shades of #25290F

#25290F
(37,41,15)
#22260E
(34,38,14)
#1F230D
(31,35,13)
#1C200C
(28,32,12)
#191D0B
(25,29,11)
#161A0A
(22,26,10)
#131709
(19,23,9)
#101408
(16,20,8)
#0D1107
(13,17,7)
#0A0E06
(10,14,6)
#070B05
(7,11,5)
#000000
(0,0,0)

Tints of #25290F

#25290F
(37,41,15)
#383C24
(56,60,36)
#4B4F39
(75,79,57)
#5E624E
(94,98,78)
#717563
(113,117,99)
#848878
(132,136,120)
#979B8D
(151,155,141)
#AAAEA2
(170,174,162)
#BDC1B7
(189,193,183)
#D0D4CC
(208,212,204)
#E3E7E1
(227,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25290F; }

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

This text font color is #25290F.


Background Color

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

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

This div background color is #25290F.


Border color

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

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

This div border color is #25290F.


Opacity

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

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

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

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

This text has shadow with #25290F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25290F on black background.


Color preview on white background

This text has color #25290F on white background.



Black color preview on #25290F background

This text has black color on #25290F background.


White color preview on #25290F background

This text has white color on #25290F background.