COLOR #25663F

HEX: #25663F
RGB: (37,102,63)

Color info

#25663F contains mainly green and blue colors. Web safe color of #25663F is #336633 (or #363).

RGB color model

#25663F color RGB value is (37,102,63).

  • red value is 37;
  • green value is 102;
  • blue value is 63.
RGB:
(37,102,63)
(15%,40%,25%)

RGB channels and saturation

R 37 of 255 = 15%
G 102 of 255 = 40%
B 63 of 255 = 25%

37
102
63

R + G + B ~ 27%. #25663F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 102 + 63 = 202 (100%)
R 37 of 202 ~ 18.32%
G 102 of 202 ~ 50.5%
B 63 of 202 ~ 31.19%

%18.32
%50.5
%31.19

CMYK color model

#25663F color CMYK value is (64,0,38,60).

  • cyan value is 63.73%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 60.00%
CMYK:
(64,0,38,60)
C64M0Y38K60 
(64%,0%,38%,60%)
(0.64/0.00/0.38/0.60)	

CMYK percentages

%63.73
%0
%38.24
%60

Codes

Color #25663F in popluar color models

25663F
RGB3710263
HSL144°46.76%27.25%
HSB/HSV144°63.73%40.00%
CMYK63.73%0.00%38.24%
60.00%

Color #25663F in popluar number systems.

HEX25663F
Decimal3710263
Binary1001011100110111111
Octal4514677

Shades and tints

Shades of #25663F

#25663F
(37,102,63)
#225D3A
(34,93,58)
#1F5435
(31,84,53)
#1C4B30
(28,75,48)
#19422B
(25,66,43)
#163926
(22,57,38)
#133021
(19,48,33)
#10271C
(16,39,28)
#0D1E17
(13,30,23)
#0A1512
(10,21,18)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #25663F

#25663F
(37,102,63)
#387350
(56,115,80)
#4B8061
(75,128,97)
#5E8D72
(94,141,114)
#719A83
(113,154,131)
#84A794
(132,167,148)
#97B4A5
(151,180,165)
#AAC1B6
(170,193,182)
#BDCEC7
(189,206,199)
#D0DBD8
(208,219,216)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25663F color. Also use rgb(37,102,63) instead hex code.

Text Font Color

.myTextColor { color: #25663F; }

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

This text font color is #25663F.


Background Color

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

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

This div background color is #25663F.


Border color

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

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

This div border color is #25663F.


Opacity

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

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

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

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

This text has shadow with #25663F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25663F on black background.


Color preview on white background

This text has color #25663F on white background.



Black color preview on #25663F background

This text has black color on #25663F background.


White color preview on #25663F background

This text has white color on #25663F background.