COLOR #25580A

HEX: #25580A
RGB: (37,88,10)

Color info

#25580A contains mainly red and green colors. Web safe color of #25580A is #336600 (or #360).

RGB color model

#25580A color RGB value is (37,88,10).

  • red value is 37;
  • green value is 88;
  • blue value is 10.
RGB:
(37,88,10)
(15%,35%,4%)

RGB channels and saturation

R 37 of 255 = 15%
G 88 of 255 = 35%
B 10 of 255 = 4%

37
88
10

R + G + B ~ 18%. #25580A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 88 + 10 = 135 (100%)
R 37 of 135 ~ 27.41%
G 88 of 135 ~ 65.19%
B 10 of 135 ~ 7.41%

%27.41
%65.19

CMYK color model

#25580A color CMYK value is (58,0,89,65).

  • cyan value is 57.95%
  • magenta value is 0.00%
  • yellow value is 88.64%
  • key color value is 65.49%
CMYK:
(58,0,89,65)
C58M0Y89K65 
(58%,0%,89%,65%)
(0.58/0.00/0.89/0.65)	

CMYK percentages

%57.95
%0
%88.64
%65.49

Codes

Color #25580A in popluar color models

25580A
RGB378810
HSL99°79.59%19.22%
HSB/HSV99°88.64%34.51%
CMYK57.95%0.00%88.64%
65.49%

Color #25580A in popluar number systems.

HEX25580A
Decimal378810
Binary10010110110001010
Octal4513012

Shades and tints

Shades of #25580A

#25580A
(37,88,10)
#22500A
(34,80,10)
#1F480A
(31,72,10)
#1C400A
(28,64,10)
#19380A
(25,56,10)
#16300A
(22,48,10)
#13280A
(19,40,10)
#10200A
(16,32,10)
#0D180A
(13,24,10)
#0A100A
(10,16,10)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #25580A

#25580A
(37,88,10)
#386720
(56,103,32)
#4B7636
(75,118,54)
#5E854C
(94,133,76)
#719462
(113,148,98)
#84A378
(132,163,120)
#97B28E
(151,178,142)
#AAC1A4
(170,193,164)
#BDD0BA
(189,208,186)
#D0DFD0
(208,223,208)
#E3EEE6
(227,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25580A color. Also use rgb(37,88,10) instead hex code.

Text Font Color

.myTextColor { color: #25580A; }

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

This text font color is #25580A.


Background Color

.myBgColor { background-color: #25580A; }

<div style="background-color:#25580A">Inner text</div>

This div background color is #25580A.


Border color

.myBorderColor { border: 1px solid #25580A; }

<div style="border:3px solid #25580A">Div</div>

This div border color is #25580A.


Opacity

.myOpacity80 { color: #25580A; opacity: 0.8; }

<p style="color:#25580A;opacity:0.8;">80%</p>

Text with #25580A 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 #25580A;}

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

This text has shadow with #25580A color.

.textShadow {text-shadow: 3px 3px 1px #25580A, 3px 3px 1px red;}

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

This text has shadow with #25580A primary color and red secondary color.


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

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

This text has shadow with #25580A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25580A on black background.


Color preview on white background

This text has color #25580A on white background.



Black color preview on #25580A background

This text has black color on #25580A background.


White color preview on #25580A background

This text has white color on #25580A background.