COLOR #25635F

HEX: #25635F RGB: (37,99,95)

Color info

#25635F contains mainly green and blue colors. Web safe color of #25635F is #336666 (or #366).

RGB color model

#25635F color RGB value is (37,99,95).

RGB: (37,99,95) (15%, 39%, 37%)

RGB channels and saturation

R 37 of 255 = 15%
G 99 of 255 = 39%
B 95 of 255 = 37%

37
99
95

R + G + B ~ 30%. #25635F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 99 + 95 = 231 (100%)
R 37 of 231 ~ 16.02%
G 99 of 231 ~ 42.86%
B 95 of 231 ~ 41.13'%

%16.02
%42.86
%41.13

CMYK color model

#25635F color CMYK value is (63,0,4,61).

  • cyan value is 62.63%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 61.18%

CMYK: (63,0,4,61)
C63M0Y4K61 (63%, 0%, 4%, 61%)
(0.63 / 0.00 / 0.04 / 0.61)

CMYK percentages

%62.63
%0
%4.04
%61.18

Codes

Color #25635F in popluar color models

25 63 5F
RGB 37 99 95
HSL 176° 45.59% 26.67%
HSB/HSV 176° 62.63% 38.82%
CMYK 62.63% 0.00% 4.04%
61.18%

Color #25635F in popluar number systems.

HEX 25 63 5F
Decimal 37 99 95
Binary 100101 1100011 1011111
Octal 45 143 137

Shades and tints

Shades of #25635F

#25635F
(37,99,95)
#225A57
(34,90,87)
#1F514F
(31,81,79)
#1C4847
(28,72,71)
#193F3F
(25,63,63)
#163637
(22,54,55)
#132D2F
(19,45,47)
#102427
(16,36,39)
#0D1B1F
(13,27,31)
#0A1217
(10,18,23)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #25635F

#25635F
(37,99,95)
#38716D
(56,113,109)
#4B7F7B
(75,127,123)
#5E8D89
(94,141,137)
#719B97
(113,155,151)
#84A9A5
(132,169,165)
#97B7B3
(151,183,179)
#AAC5C1
(170,197,193)
#BDD3CF
(189,211,207)
#D0E1DD
(208,225,221)
#E3EFEB
(227,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25635F color. Also use rgb(37,99,95) instead hex code.

Text Font Color

.myTextColor { color: #25635F; }

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

This text font color is #25635F.

Background Color

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

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

This div background color is #25635F.

Border color

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

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

This div border color is #25635F.

Opacity

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

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

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

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

This text has shadow with #25635F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25635F.

Preview

Color preview on black background

This text has color #25635F on black background.


Color preview on white background

This text has color #25635F on white background.


Black color preview on #25635F background

This text has black color on #25635F background.


White color preview on #25635F background

This text has white color on #25635F background.


Related colors

Complementary color

Complementary color for #hex is #DA9CA0.


I love getcolorcode.com

Triadic colors

1 #5F2563 and #635F25 with #25635F are triadic colors.

2 #5F6325 and #63255F with #25635F are triadic colors.