COLOR #25603F

HEX: #25603F RGB: (37,96,63)

Color info

#25603F contains red, green and blue colors in about the same proportion. Web safe color of #25603F is #336633 (or #363).

RGB color model

#25603F color RGB value is (37,96,63).

RGB: (37,96,63) (15%, 38%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 96 of 255 = 38%
B 63 of 255 = 25%

37
96
63

R + G + B ~ 26%. #25603F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 96 + 63 = 196 (100%)
R 37 of 196 ~ 18.88%
G 96 of 196 ~ 48.98%
B 63 of 196 ~ 32.14'%

%18.88
%48.98
%32.14

CMYK color model

#25603F color CMYK value is (61,0,34,62).

  • cyan value is 61.46%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 62.35%

CMYK: (61,0,34,62)
C61M0Y34K62 (61%, 0%, 34%, 62%)
(0.61 / 0.00 / 0.34 / 0.62)

CMYK percentages

%61.46
%0
%34.38
%62.35

Codes

Color #25603F in popluar color models

25 60 3F
RGB 37 96 63
HSL 146° 44.36% 26.08%
HSB/HSV 146° 61.46% 37.65%
CMYK 61.46% 0.00% 34.38%
62.35%

Color #25603F in popluar number systems.

HEX 25 60 3F
Decimal 37 96 63
Binary 100101 1100000 111111
Octal 45 140 77

Shades and tints

Shades of #25603F

#25603F
(37,96,63)
#22583A
(34,88,58)
#1F5035
(31,80,53)
#1C4830
(28,72,48)
#19402B
(25,64,43)
#163826
(22,56,38)
#133021
(19,48,33)
#10281C
(16,40,28)
#0D2017
(13,32,23)
#0A1812
(10,24,18)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #25603F

#25603F
(37,96,63)
#386E50
(56,110,80)
#4B7C61
(75,124,97)
#5E8A72
(94,138,114)
#719883
(113,152,131)
#84A694
(132,166,148)
#97B4A5
(151,180,165)
#AAC2B6
(170,194,182)
#BDD0C7
(189,208,199)
#D0DED8
(208,222,216)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25603F; }

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

This text font color is #25603F.

Background Color

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

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

This div background color is #25603F.

Border color

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

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

This div border color is #25603F.

Opacity

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

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

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

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

This text has shadow with #25603F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25603F.

Preview

Color preview on black background

This text has color #25603F on black background.


Color preview on white background

This text has color #25603F on white background.


Black color preview on #25603F background

This text has black color on #25603F background.


White color preview on #25603F background

This text has white color on #25603F background.


Related colors

Complementary color

Complementary color for #hex is #DA9FC0.


I love getcolorcode.com

Triadic colors

1 #3F2560 and #603F25 with #25603F are triadic colors.

2 #3F6025 and #60253F with #25603F are triadic colors.