COLOR #25503E

HEX: #25503E
RGB: (37,80,62)

Color info

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

RGB color model

#25503E color RGB value is (37,80,62).

  • red value is 37;
  • green value is 80;
  • blue value is 62.
RGB:
(37,80,62)
(15%,31%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 80 of 255 = 31%
B 62 of 255 = 24%

37
80
62

R + G + B ~ 23%. #25503E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 80 + 62 = 179 (100%)
R 37 of 179 ~ 20.67%
G 80 of 179 ~ 44.69%
B 62 of 179 ~ 34.64%

%20.67
%44.69
%34.64

CMYK color model

#25503E color CMYK value is (54,0,23,69).

  • cyan value is 53.75%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 68.63%
CMYK:
(54,0,23,69)
C54M0Y23K69 
(54%,0%,23%,69%)
(0.54/0.00/0.23/0.69)	

CMYK percentages

%53.75
%0
%22.5
%68.63

Codes

Color #25503E in popluar color models

25503E
RGB378062
HSL155°36.75%22.94%
HSB/HSV155°53.75%31.37%
CMYK53.75%0.00%22.50%
68.63%

Color #25503E in popluar number systems.

HEX25503E
Decimal378062
Binary1001011010000111110
Octal4512076

Shades and tints

Shades of #25503E

#25503E
(37,80,62)
#224939
(34,73,57)
#1F4234
(31,66,52)
#1C3B2F
(28,59,47)
#19342A
(25,52,42)
#162D25
(22,45,37)
#132620
(19,38,32)
#101F1B
(16,31,27)
#0D1816
(13,24,22)
#0A1111
(10,17,17)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #25503E

#25503E
(37,80,62)
#385F4F
(56,95,79)
#4B6E60
(75,110,96)
#5E7D71
(94,125,113)
#718C82
(113,140,130)
#849B93
(132,155,147)
#97AAA4
(151,170,164)
#AAB9B5
(170,185,181)
#BDC8C6
(189,200,198)
#D0D7D7
(208,215,215)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25503E color. Also use rgb(37,80,62) instead hex code.

Text Font Color

.myTextColor { color: #25503E; }

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

This text font color is #25503E.


Background Color

.myBgColor { background-color: #25503E; }

<div style="background-color:#25503E">Inner text</div>

This div background color is #25503E.


Border color

.myBorderColor { border: 1px solid #25503E; }

<div style="border:3px solid #25503E">Div</div>

This div border color is #25503E.


Opacity

.myOpacity80 { color: #25503E; opacity: 0.8; }

<p style="color:#25503E;opacity:0.8;">80%</p>

Text with #25503E 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 #25503E;}

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

This text has shadow with #25503E color.

.textShadow {text-shadow: 3px 3px 1px #25503E, 3px 3px 1px red;}

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

This text has shadow with #25503E primary color and red secondary color.


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

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

This text has shadow with #25503E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25503E on black background.


Color preview on white background

This text has color #25503E on white background.



Black color preview on #25503E background

This text has black color on #25503E background.


White color preview on #25503E background

This text has white color on #25503E background.