COLOR #25413B

HEX: #25413B
RGB: (37,65,59)

Color info

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

RGB color model

#25413B color RGB value is (37,65,59).

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

RGB channels and saturation

R 37 of 255 = 15%
G 65 of 255 = 25%
B 59 of 255 = 23%

37
65
59

R + G + B ~ 21%. #25413B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 65 + 59 = 161 (100%)
R 37 of 161 ~ 22.98%
G 65 of 161 ~ 40.37%
B 59 of 161 ~ 36.65%

%22.98
%40.37
%36.65

CMYK color model

#25413B color CMYK value is (43,0,9,75).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 9.23%
  • key color value is 74.51%
CMYK:
(43,0,9,75)
C43M0Y9K75 
(43%,0%,9%,75%)
(0.43/0.00/0.09/0.75)	

CMYK percentages

%43.08
%0
%9.23
%74.51

Codes

Color #25413B in popluar color models

25413B
RGB376559
HSL167°27.45%20.00%
HSB/HSV167°43.08%25.49%
CMYK43.08%0.00%9.23%
74.51%

Color #25413B in popluar number systems.

HEX25413B
Decimal376559
Binary1001011000001111011
Octal4510173

Shades and tints

Shades of #25413B

#25413B
(37,65,59)
#223C36
(34,60,54)
#1F3731
(31,55,49)
#1C322C
(28,50,44)
#192D27
(25,45,39)
#162822
(22,40,34)
#13231D
(19,35,29)
#101E18
(16,30,24)
#0D1913
(13,25,19)
#0A140E
(10,20,14)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #25413B

#25413B
(37,65,59)
#38524C
(56,82,76)
#4B635D
(75,99,93)
#5E746E
(94,116,110)
#71857F
(113,133,127)
#849690
(132,150,144)
#97A7A1
(151,167,161)
#AAB8B2
(170,184,178)
#BDC9C3
(189,201,195)
#D0DAD4
(208,218,212)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25413B; }

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

This text font color is #25413B.


Background Color

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

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

This div background color is #25413B.


Border color

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

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

This div border color is #25413B.


Opacity

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

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

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

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

This text has shadow with #25413B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25413B on black background.


Color preview on white background

This text has color #25413B on white background.



Black color preview on #25413B background

This text has black color on #25413B background.


White color preview on #25413B background

This text has white color on #25413B background.