COLOR #25631C

HEX: #25631C
RGB: (37,99,28)

Color info

#25631C contains mainly green color. Web safe color of #25631C is #336633 (or #363).

RGB color model

#25631C color RGB value is (37,99,28).

  • red value is 37;
  • green value is 99;
  • blue value is 28.
RGB:
(37,99,28)
(15%,39%,11%)

RGB channels and saturation

R 37 of 255 = 15%
G 99 of 255 = 39%
B 28 of 255 = 11%

37
99
28

R + G + B ~ 22%. #25631C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 99 + 28 = 164 (100%)
R 37 of 164 ~ 22.56%
G 99 of 164 ~ 60.37%
B 28 of 164 ~ 17.07%

%22.56
%60.37
%17.07

CMYK color model

#25631C color CMYK value is (63,0,72,61).

  • cyan value is 62.63%
  • magenta value is 0.00%
  • yellow value is 71.72%
  • key color value is 61.18%
CMYK:
(63,0,72,61)
C63M0Y72K61 
(63%,0%,72%,61%)
(0.63/0.00/0.72/0.61)	

CMYK percentages

%62.63
%0
%71.72
%61.18

Codes

Color #25631C in popluar color models

25631C
RGB379928
HSL112°55.91%24.90%
HSB/HSV112°71.72%38.82%
CMYK62.63%0.00%71.72%
61.18%

Color #25631C in popluar number systems.

HEX25631C
Decimal379928
Binary100101110001111100
Octal4514334

Shades and tints

Shades of #25631C

#25631C
(37,99,28)
#225A1A
(34,90,26)
#1F5118
(31,81,24)
#1C4816
(28,72,22)
#193F14
(25,63,20)
#163612
(22,54,18)
#132D10
(19,45,16)
#10240E
(16,36,14)
#0D1B0C
(13,27,12)
#0A120A
(10,18,10)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #25631C

#25631C
(37,99,28)
#387130
(56,113,48)
#4B7F44
(75,127,68)
#5E8D58
(94,141,88)
#719B6C
(113,155,108)
#84A980
(132,169,128)
#97B794
(151,183,148)
#AAC5A8
(170,197,168)
#BDD3BC
(189,211,188)
#D0E1D0
(208,225,208)
#E3EFE4
(227,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25631C color. Also use rgb(37,99,28) instead hex code.

Text Font Color

.myTextColor { color: #25631C; }

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

This text font color is #25631C.


Background Color

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

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

This div background color is #25631C.


Border color

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

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

This div border color is #25631C.


Opacity

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

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

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

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

This text has shadow with #25631C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25631C on black background.


Color preview on white background

This text has color #25631C on white background.



Black color preview on #25631C background

This text has black color on #25631C background.


White color preview on #25631C background

This text has white color on #25631C background.