COLOR #25503B

HEX: #25503B
RGB: (37,80,59)

Color info

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

RGB color model

#25503B color RGB value is (37,80,59).

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

RGB channels and saturation

R 37 of 255 = 15%
G 80 of 255 = 31%
B 59 of 255 = 23%

37
80
59

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

Portions of RGB colors in percentages

R + G + B =
37 + 80 + 59 = 176 (100%)
R 37 of 176 ~ 21.02%
G 80 of 176 ~ 45.45%
B 59 of 176 ~ 33.52%

%21.02
%45.45
%33.52

CMYK color model

#25503B color CMYK value is (54,0,26,69).

  • cyan value is 53.75%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK:
(54,0,26,69)
C54M0Y26K69 
(54%,0%,26%,69%)
(0.54/0.00/0.26/0.69)	

CMYK percentages

%53.75
%0
%26.25
%68.63

Codes

Color #25503B in popluar color models

25503B
RGB378059
HSL151°36.75%22.94%
HSB/HSV151°53.75%31.37%
CMYK53.75%0.00%26.25%
68.63%

Color #25503B in popluar number systems.

HEX25503B
Decimal378059
Binary1001011010000111011
Octal4512073

Shades and tints

Shades of #25503B

#25503B
(37,80,59)
#224936
(34,73,54)
#1F4231
(31,66,49)
#1C3B2C
(28,59,44)
#193427
(25,52,39)
#162D22
(22,45,34)
#13261D
(19,38,29)
#101F18
(16,31,24)
#0D1813
(13,24,19)
#0A110E
(10,17,14)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #25503B

#25503B
(37,80,59)
#385F4C
(56,95,76)
#4B6E5D
(75,110,93)
#5E7D6E
(94,125,110)
#718C7F
(113,140,127)
#849B90
(132,155,144)
#97AAA1
(151,170,161)
#AAB9B2
(170,185,178)
#BDC8C3
(189,200,195)
#D0D7D4
(208,215,212)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25503B; }

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

This text font color is #25503B.


Background Color

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

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

This div background color is #25503B.


Border color

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

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

This div border color is #25503B.


Opacity

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

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

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

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

This text has shadow with #25503B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25503B on black background.


Color preview on white background

This text has color #25503B on white background.



Black color preview on #25503B background

This text has black color on #25503B background.


White color preview on #25503B background

This text has white color on #25503B background.