COLOR #25413A

HEX: #25413A RGB: (37,65,58)

Color info

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

RGB color model

#25413A color RGB value is (37,65,58).

RGB: (37,65,58) (15%, 25%, 23%)

RGB channels and saturation

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

37
65
58

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

Portions of RGB colors in percentages

R + G + B = 37 + 65 + 58 = 160 (100%)
R 37 of 160 ~ 23.13%
G 65 of 160 ~ 40.63%
B 58 of 160 ~ 36.25'%

%23.13
%40.63
%36.25

CMYK color model

#25413A color CMYK value is (43,0,11,75).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 74.51%

CMYK: (43,0,11,75)
C43M0Y11K75 (43%, 0%, 11%, 75%)
(0.43 / 0.00 / 0.11 / 0.75)

CMYK percentages

%43.08
%0
%10.77
%74.51

Codes

Color #25413A in popluar color models

25 41 3A
RGB 37 65 58
HSL 165° 27.45% 20.00%
HSB/HSV 165° 43.08% 25.49%
CMYK 43.08% 0.00% 10.77%
74.51%

Color #25413A in popluar number systems.

HEX 25 41 3A
Decimal 37 65 58
Binary 100101 1000001 111010
Octal 45 101 72

Shades and tints

Shades of #25413A

#25413A
(37,65,58)
#223C35
(34,60,53)
#1F3730
(31,55,48)
#1C322B
(28,50,43)
#192D26
(25,45,38)
#162821
(22,40,33)
#13231C
(19,35,28)
#101E17
(16,30,23)
#0D1912
(13,25,18)
#0A140D
(10,20,13)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #25413A

#25413A
(37,65,58)
#38524B
(56,82,75)
#4B635C
(75,99,92)
#5E746D
(94,116,109)
#71857E
(113,133,126)
#84968F
(132,150,143)
#97A7A0
(151,167,160)
#AAB8B1
(170,184,177)
#BDC9C2
(189,201,194)
#D0DAD3
(208,218,211)
#E3EBE4
(227,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25413A; }

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

This text font color is #25413A.

Background Color

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

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

This div background color is #25413A.

Border color

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

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

This div border color is #25413A.

Opacity

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

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

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

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

This text has shadow with #25413A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25413A.

Preview

Color preview on black background

This text has color #25413A on black background.


Color preview on white background

This text has color #25413A on white background.


Black color preview on #25413A background

This text has black color on #25413A background.


White color preview on #25413A background

This text has white color on #25413A background.


Related colors

Complementary color

Complementary color for #hex is #DABEC5.


I love getcolorcode.com

Triadic colors

1 #3A2541 and #413A25 with #25413A are triadic colors.

2 #3A4125 and #41253A with #25413A are triadic colors.