COLOR #25493B

HEX: #25493B
RGB: (37,73,59)

Color info

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

RGB color model

#25493B color RGB value is (37,73,59).

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

RGB channels and saturation

R 37 of 255 = 15%
G 73 of 255 = 29%
B 59 of 255 = 23%

37
73
59

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

Portions of RGB colors in percentages

R + G + B =
37 + 73 + 59 = 169 (100%)
R 37 of 169 ~ 21.89%
G 73 of 169 ~ 43.2%
B 59 of 169 ~ 34.91%

%21.89
%43.2
%34.91

CMYK color model

#25493B color CMYK value is (49,0,19,71).

  • cyan value is 49.32%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 71.37%
CMYK:
(49,0,19,71)
C49M0Y19K71 
(49%,0%,19%,71%)
(0.49/0.00/0.19/0.71)	

CMYK percentages

%49.32
%0
%19.18
%71.37

Codes

Color #25493B in popluar color models

25493B
RGB377359
HSL157°32.73%21.57%
HSB/HSV157°49.32%28.63%
CMYK49.32%0.00%19.18%
71.37%

Color #25493B in popluar number systems.

HEX25493B
Decimal377359
Binary1001011001001111011
Octal4511173

Shades and tints

Shades of #25493B

#25493B
(37,73,59)
#224336
(34,67,54)
#1F3D31
(31,61,49)
#1C372C
(28,55,44)
#193127
(25,49,39)
#162B22
(22,43,34)
#13251D
(19,37,29)
#101F18
(16,31,24)
#0D1913
(13,25,19)
#0A130E
(10,19,14)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #25493B

#25493B
(37,73,59)
#38594C
(56,89,76)
#4B695D
(75,105,93)
#5E796E
(94,121,110)
#71897F
(113,137,127)
#849990
(132,153,144)
#97A9A1
(151,169,161)
#AAB9B2
(170,185,178)
#BDC9C3
(189,201,195)
#D0D9D4
(208,217,212)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25493B; }

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

This text font color is #25493B.


Background Color

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

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

This div background color is #25493B.


Border color

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

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

This div border color is #25493B.


Opacity

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

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

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

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

This text has shadow with #25493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25493B on black background.


Color preview on white background

This text has color #25493B on white background.



Black color preview on #25493B background

This text has black color on #25493B background.


White color preview on #25493B background

This text has white color on #25493B background.