COLOR #25493F

HEX: #25493F
RGB: (37,73,63)

Color info

#25493F contains red, green and blue colors in about the same proportion. Web safe color of #25493F is #333333 (or #333).

RGB color model

#25493F color RGB value is (37,73,63).

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

RGB channels and saturation

R 37 of 255 = 15%
G 73 of 255 = 29%
B 63 of 255 = 25%

37
73
63

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

Portions of RGB colors in percentages

R + G + B =
37 + 73 + 63 = 173 (100%)
R 37 of 173 ~ 21.39%
G 73 of 173 ~ 42.2%
B 63 of 173 ~ 36.42%

%21.39
%42.2
%36.42

CMYK color model

#25493F color CMYK value is (49,0,14,71).

  • cyan value is 49.32%
  • magenta value is 0.00%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(49,0,14,71)
C49M0Y14K71 
(49%,0%,14%,71%)
(0.49/0.00/0.14/0.71)	

CMYK percentages

%49.32
%0
%13.7
%71.37

Codes

Color #25493F in popluar color models

25493F
RGB377363
HSL163°32.73%21.57%
HSB/HSV163°49.32%28.63%
CMYK49.32%0.00%13.70%
71.37%

Color #25493F in popluar number systems.

HEX25493F
Decimal377363
Binary1001011001001111111
Octal4511177

Shades and tints

Shades of #25493F

#25493F
(37,73,63)
#22433A
(34,67,58)
#1F3D35
(31,61,53)
#1C3730
(28,55,48)
#19312B
(25,49,43)
#162B26
(22,43,38)
#132521
(19,37,33)
#101F1C
(16,31,28)
#0D1917
(13,25,23)
#0A1312
(10,19,18)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #25493F

#25493F
(37,73,63)
#385950
(56,89,80)
#4B6961
(75,105,97)
#5E7972
(94,121,114)
#718983
(113,137,131)
#849994
(132,153,148)
#97A9A5
(151,169,165)
#AAB9B6
(170,185,182)
#BDC9C7
(189,201,199)
#D0D9D8
(208,217,216)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25493F; }

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

This text font color is #25493F.


Background Color

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

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

This div background color is #25493F.


Border color

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

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

This div border color is #25493F.


Opacity

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

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

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

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

This text has shadow with #25493F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25493F on black background.


Color preview on white background

This text has color #25493F on white background.



Black color preview on #25493F background

This text has black color on #25493F background.


White color preview on #25493F background

This text has white color on #25493F background.