COLOR #25280F

HEX: #25280F
RGB: (37,40,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

37
40
15

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

Portions of RGB colors in percentages

R + G + B =
37 + 40 + 15 = 92 (100%)
R 37 of 92 ~ 40.22%
G 40 of 92 ~ 43.48%
B 15 of 92 ~ 16.3%

%40.22
%43.48
%16.3

CMYK color model

#25280F color CMYK value is (7,0,63,84).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 84.31%
CMYK:
(7,0,63,84)
C7M0Y63K84 
(7%,0%,63%,84%)
(0.07/0.00/0.63/0.84)	

CMYK percentages

%7.5
%0
%62.5
%84.31

Codes

Color #25280F in popluar color models

25280F
RGB374015
HSL67°45.45%10.78%
HSB/HSV67°62.50%15.69%
CMYK7.50%0.00%62.50%
84.31%

Color #25280F in popluar number systems.

HEX25280F
Decimal374015
Binary1001011010001111
Octal455017

Shades and tints

Shades of #25280F

#25280F
(37,40,15)
#22250E
(34,37,14)
#1F220D
(31,34,13)
#1C1F0C
(28,31,12)
#191C0B
(25,28,11)
#16190A
(22,25,10)
#131609
(19,22,9)
#101308
(16,19,8)
#0D1007
(13,16,7)
#0A0D06
(10,13,6)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #25280F

#25280F
(37,40,15)
#383B24
(56,59,36)
#4B4E39
(75,78,57)
#5E614E
(94,97,78)
#717463
(113,116,99)
#848778
(132,135,120)
#979A8D
(151,154,141)
#AAADA2
(170,173,162)
#BDC0B7
(189,192,183)
#D0D3CC
(208,211,204)
#E3E6E1
(227,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25280F; }

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

This text font color is #25280F.


Background Color

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

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

This div background color is #25280F.


Border color

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

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

This div border color is #25280F.


Opacity

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

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

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

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

This text has shadow with #25280F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25280F on black background.


Color preview on white background

This text has color #25280F on white background.



Black color preview on #25280F background

This text has black color on #25280F background.


White color preview on #25280F background

This text has white color on #25280F background.