COLOR #25963B

HEX: #25963B
RGB: (37,150,59)

Color info

#25963B contains mainly green color. Web safe color of #25963B is #339933 (or #393).

RGB color model

#25963B color RGB value is (37,150,59).

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

RGB channels and saturation

R 37 of 255 = 15%
G 150 of 255 = 59%
B 59 of 255 = 23%

37
150
59

R + G + B ~ 32%. #25963B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 150 + 59 = 246 (100%)
R 37 of 246 ~ 15.04%
G 150 of 246 ~ 60.98%
B 59 of 246 ~ 23.98%

%15.04
%60.98
%23.98

CMYK color model

#25963B color CMYK value is (75,0,61,41).

  • cyan value is 75.33%
  • magenta value is 0.00%
  • yellow value is 60.67%
  • key color value is 41.18%
CMYK:
(75,0,61,41)
C75M0Y61K41 
(75%,0%,61%,41%)
(0.75/0.00/0.61/0.41)	

CMYK percentages

%75.33
%0
%60.67
%41.18

Codes

Color #25963B in popluar color models

25963B
RGB3715059
HSL132°60.43%36.67%
HSB/HSV132°75.33%58.82%
CMYK75.33%0.00%60.67%
41.18%

Color #25963B in popluar number systems.

HEX25963B
Decimal3715059
Binary10010110010110111011
Octal4522673

Shades and tints

Shades of #25963B

#25963B
(37,150,59)
#228936
(34,137,54)
#1F7C31
(31,124,49)
#1C6F2C
(28,111,44)
#196227
(25,98,39)
#165522
(22,85,34)
#13481D
(19,72,29)
#103B18
(16,59,24)
#0D2E13
(13,46,19)
#0A210E
(10,33,14)
#071409
(7,20,9)
#000000
(0,0,0)

Tints of #25963B

#25963B
(37,150,59)
#389F4C
(56,159,76)
#4BA85D
(75,168,93)
#5EB16E
(94,177,110)
#71BA7F
(113,186,127)
#84C390
(132,195,144)
#97CCA1
(151,204,161)
#AAD5B2
(170,213,178)
#BDDEC3
(189,222,195)
#D0E7D4
(208,231,212)
#E3F0E5
(227,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25963B color. Also use rgb(37,150,59) instead hex code.

Text Font Color

.myTextColor { color: #25963B; }

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

This text font color is #25963B.


Background Color

.myBgColor { background-color: #25963B; }

<div style="background-color:#25963B">Inner text</div>

This div background color is #25963B.


Border color

.myBorderColor { border: 1px solid #25963B; }

<div style="border:3px solid #25963B">Div</div>

This div border color is #25963B.


Opacity

.myOpacity80 { color: #25963B; opacity: 0.8; }

<p style="color:#25963B;opacity:0.8;">80%</p>

Text with #25963B 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 #25963B;}

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

This text has shadow with #25963B color.

.textShadow {text-shadow: 3px 3px 1px #25963B, 3px 3px 1px red;}

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

This text has shadow with #25963B primary color and red secondary color.


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

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

This text has shadow with #25963B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25963B on black background.


Color preview on white background

This text has color #25963B on white background.



Black color preview on #25963B background

This text has black color on #25963B background.


White color preview on #25963B background

This text has white color on #25963B background.