COLOR #25420F

HEX: #25420F
RGB: (37,66,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

37
66
15

R + G + B ~ 16%. #25420F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 66 + 15 = 118 (100%)
R 37 of 118 ~ 31.36%
G 66 of 118 ~ 55.93%
B 15 of 118 ~ 12.71%

%31.36
%55.93
%12.71

CMYK color model

#25420F color CMYK value is (44,0,77,74).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 77.27%
  • key color value is 74.12%
CMYK:
(44,0,77,74)
C44M0Y77K74 
(44%,0%,77%,74%)
(0.44/0.00/0.77/0.74)	

CMYK percentages

%43.94
%0
%77.27
%74.12

Codes

Color #25420F in popluar color models

25420F
RGB376615
HSL94°62.96%15.88%
HSB/HSV94°77.27%25.88%
CMYK43.94%0.00%77.27%
74.12%

Color #25420F in popluar number systems.

HEX25420F
Decimal376615
Binary10010110000101111
Octal4510217

Shades and tints

Shades of #25420F

#25420F
(37,66,15)
#223C0E
(34,60,14)
#1F360D
(31,54,13)
#1C300C
(28,48,12)
#192A0B
(25,42,11)
#16240A
(22,36,10)
#131E09
(19,30,9)
#101808
(16,24,8)
#0D1207
(13,18,7)
#0A0C06
(10,12,6)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #25420F

#25420F
(37,66,15)
#385324
(56,83,36)
#4B6439
(75,100,57)
#5E754E
(94,117,78)
#718663
(113,134,99)
#849778
(132,151,120)
#97A88D
(151,168,141)
#AAB9A2
(170,185,162)
#BDCAB7
(189,202,183)
#D0DBCC
(208,219,204)
#E3ECE1
(227,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25420F; }

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

This text font color is #25420F.


Background Color

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

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

This div background color is #25420F.


Border color

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

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

This div border color is #25420F.


Opacity

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

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

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

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

This text has shadow with #25420F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25420F on black background.


Color preview on white background

This text has color #25420F on white background.



Black color preview on #25420F background

This text has black color on #25420F background.


White color preview on #25420F background

This text has white color on #25420F background.