COLOR #25390F

HEX: #25390F
RGB: (37,57,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

37
57
15

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

Portions of RGB colors in percentages

R + G + B =
37 + 57 + 15 = 109 (100%)
R 37 of 109 ~ 33.94%
G 57 of 109 ~ 52.29%
B 15 of 109 ~ 13.76%

%33.94
%52.29
%13.76

CMYK color model

#25390F color CMYK value is (35,0,74,78).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 77.65%
CMYK:
(35,0,74,78)
C35M0Y74K78 
(35%,0%,74%,78%)
(0.35/0.00/0.74/0.78)	

CMYK percentages

%35.09
%0
%73.68
%77.65

Codes

Color #25390F in popluar color models

25390F
RGB375715
HSL89°58.33%14.12%
HSB/HSV89°73.68%22.35%
CMYK35.09%0.00%73.68%
77.65%

Color #25390F in popluar number systems.

HEX25390F
Decimal375715
Binary1001011110011111
Octal457117

Shades and tints

Shades of #25390F

#25390F
(37,57,15)
#22340E
(34,52,14)
#1F2F0D
(31,47,13)
#1C2A0C
(28,42,12)
#19250B
(25,37,11)
#16200A
(22,32,10)
#131B09
(19,27,9)
#101608
(16,22,8)
#0D1107
(13,17,7)
#0A0C06
(10,12,6)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #25390F

#25390F
(37,57,15)
#384B24
(56,75,36)
#4B5D39
(75,93,57)
#5E6F4E
(94,111,78)
#718163
(113,129,99)
#849378
(132,147,120)
#97A58D
(151,165,141)
#AAB7A2
(170,183,162)
#BDC9B7
(189,201,183)
#D0DBCC
(208,219,204)
#E3EDE1
(227,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25390F; }

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

This text font color is #25390F.


Background Color

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

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

This div background color is #25390F.


Border color

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

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

This div border color is #25390F.


Opacity

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

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

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

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

This text has shadow with #25390F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25390F on black background.


Color preview on white background

This text has color #25390F on white background.



Black color preview on #25390F background

This text has black color on #25390F background.


White color preview on #25390F background

This text has white color on #25390F background.