COLOR #25740F

HEX: #25740F
RGB: (37,116,15)

Color info

#25740F contains mainly green color. Web safe color of #25740F is #336600 (or #360).

RGB color model

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

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

RGB channels and saturation

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

37
116
15

R + G + B ~ 22%. #25740F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 116 + 15 = 168 (100%)
R 37 of 168 ~ 22.02%
G 116 of 168 ~ 69.05%
B 15 of 168 ~ 8.93%

%22.02
%69.05

CMYK color model

#25740F color CMYK value is (68,0,87,55).

  • cyan value is 68.10%
  • magenta value is 0.00%
  • yellow value is 87.07%
  • key color value is 54.51%
CMYK:
(68,0,87,55)
C68M0Y87K55 
(68%,0%,87%,55%)
(0.68/0.00/0.87/0.55)	

CMYK percentages

%68.1
%0
%87.07
%54.51

Codes

Color #25740F in popluar color models

25740F
RGB3711615
HSL107°77.10%25.69%
HSB/HSV107°87.07%45.49%
CMYK68.10%0.00%87.07%
54.51%

Color #25740F in popluar number systems.

HEX25740F
Decimal3711615
Binary10010111101001111
Octal4516417

Shades and tints

Shades of #25740F

#25740F
(37,116,15)
#226A0E
(34,106,14)
#1F600D
(31,96,13)
#1C560C
(28,86,12)
#194C0B
(25,76,11)
#16420A
(22,66,10)
#133809
(19,56,9)
#102E08
(16,46,8)
#0D2407
(13,36,7)
#0A1A06
(10,26,6)
#071005
(7,16,5)
#000000
(0,0,0)

Tints of #25740F

#25740F
(37,116,15)
#388024
(56,128,36)
#4B8C39
(75,140,57)
#5E984E
(94,152,78)
#71A463
(113,164,99)
#84B078
(132,176,120)
#97BC8D
(151,188,141)
#AAC8A2
(170,200,162)
#BDD4B7
(189,212,183)
#D0E0CC
(208,224,204)
#E3ECE1
(227,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25740F; }

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

This text font color is #25740F.


Background Color

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

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

This div background color is #25740F.


Border color

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

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

This div border color is #25740F.


Opacity

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

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

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

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

This text has shadow with #25740F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25740F on black background.


Color preview on white background

This text has color #25740F on white background.



Black color preview on #25740F background

This text has black color on #25740F background.


White color preview on #25740F background

This text has white color on #25740F background.