COLOR #25964C

HEX: #25964C
RGB: (37,150,76)

Color info

#25964C contains mainly green color. Web safe color of #25964C is #339933 (or #393).

RGB color model

#25964C color RGB value is (37,150,76).

  • red value is 37;
  • green value is 150;
  • blue value is 76.
RGB:
(37,150,76)
(15%,59%,30%)

RGB channels and saturation

R 37 of 255 = 15%
G 150 of 255 = 59%
B 76 of 255 = 30%

37
150
76

R + G + B ~ 35%. #25964C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 150 + 76 = 263 (100%)
R 37 of 263 ~ 14.07%
G 150 of 263 ~ 57.03%
B 76 of 263 ~ 28.9%

%14.07
%57.03
%28.9

CMYK color model

#25964C color CMYK value is (75,0,49,41).

  • cyan value is 75.33%
  • magenta value is 0.00%
  • yellow value is 49.33%
  • key color value is 41.18%
CMYK:
(75,0,49,41)
C75M0Y49K41 
(75%,0%,49%,41%)
(0.75/0.00/0.49/0.41)	

CMYK percentages

%75.33
%0
%49.33
%41.18

Codes

Color #25964C in popluar color models

25964C
RGB3715076
HSL141°60.43%36.67%
HSB/HSV141°75.33%58.82%
CMYK75.33%0.00%49.33%
41.18%

Color #25964C in popluar number systems.

HEX25964C
Decimal3715076
Binary100101100101101001100
Octal45226114

Shades and tints

Shades of #25964C

#25964C
(37,150,76)
#228946
(34,137,70)
#1F7C40
(31,124,64)
#1C6F3A
(28,111,58)
#196234
(25,98,52)
#16552E
(22,85,46)
#134828
(19,72,40)
#103B22
(16,59,34)
#0D2E1C
(13,46,28)
#0A2116
(10,33,22)
#071410
(7,20,16)
#000000
(0,0,0)

Tints of #25964C

#25964C
(37,150,76)
#389F5C
(56,159,92)
#4BA86C
(75,168,108)
#5EB17C
(94,177,124)
#71BA8C
(113,186,140)
#84C39C
(132,195,156)
#97CCAC
(151,204,172)
#AAD5BC
(170,213,188)
#BDDECC
(189,222,204)
#D0E7DC
(208,231,220)
#E3F0EC
(227,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25964C color. Also use rgb(37,150,76) instead hex code.

Text Font Color

.myTextColor { color: #25964C; }

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

This text font color is #25964C.


Background Color

.myBgColor { background-color: #25964C; }

<div style="background-color:#25964C">Inner text</div>

This div background color is #25964C.


Border color

.myBorderColor { border: 1px solid #25964C; }

<div style="border:3px solid #25964C">Div</div>

This div border color is #25964C.


Opacity

.myOpacity80 { color: #25964C; opacity: 0.8; }

<p style="color:#25964C;opacity:0.8;">80%</p>

Text with #25964C 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 #25964C;}

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

This text has shadow with #25964C color.

.textShadow {text-shadow: 3px 3px 1px #25964C, 3px 3px 1px red;}

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

This text has shadow with #25964C primary color and red secondary color.


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

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

This text has shadow with #25964C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25964C on black background.


Color preview on white background

This text has color #25964C on white background.



Black color preview on #25964C background

This text has black color on #25964C background.


White color preview on #25964C background

This text has white color on #25964C background.