COLOR #25412E

HEX: #25412E RGB: (37,65,46)

Color info

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

RGB color model

#25412E color RGB value is (37,65,46).

RGB: (37,65,46) (15%, 25%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 65 of 255 = 25%
B 46 of 255 = 18%

37
65
46

R + G + B ~ 19%. #25412E is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 65 + 46 = 148 (100%)
R 37 of 148 ~ 25%
G 65 of 148 ~ 43.92%
B 46 of 148 ~ 31.08'%

%25
%43.92
%31.08

CMYK color model

#25412E color CMYK value is (43,0,29,75).

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

CMYK: (43,0,29,75)
C43M0Y29K75 (43%, 0%, 29%, 75%)
(0.43 / 0.00 / 0.29 / 0.75)

CMYK percentages

%43.08
%0
%29.23
%74.51

Codes

Color #25412E in popluar color models

25 41 2E
RGB 37 65 46
HSL 139° 27.45% 20.00%
HSB/HSV 139° 43.08% 25.49%
CMYK 43.08% 0.00% 29.23%
74.51%

Color #25412E in popluar number systems.

HEX 25 41 2E
Decimal 37 65 46
Binary 100101 1000001 101110
Octal 45 101 56

Shades and tints

Shades of #25412E

#25412E
(37,65,46)
#223C2A
(34,60,42)
#1F3726
(31,55,38)
#1C3222
(28,50,34)
#192D1E
(25,45,30)
#16281A
(22,40,26)
#132316
(19,35,22)
#101E12
(16,30,18)
#0D190E
(13,25,14)
#0A140A
(10,20,10)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #25412E

#25412E
(37,65,46)
#385241
(56,82,65)
#4B6354
(75,99,84)
#5E7467
(94,116,103)
#71857A
(113,133,122)
#84968D
(132,150,141)
#97A7A0
(151,167,160)
#AAB8B3
(170,184,179)
#BDC9C6
(189,201,198)
#D0DAD9
(208,218,217)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25412E color. Also use rgb(37,65,46) instead hex code.

Text Font Color

.myTextColor { color: #25412E; }

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

This text font color is #25412E.

Background Color

.myBgColor { background-color: #25412E; }

<div style="background-color:#25412E">Inner text</div>

This div background color is #25412E.

Border color

.myBorderColor { border: 1px solid #25412E; }

<div style="border:3px solid #25412E">Div</div>

This div border color is #25412E.

Opacity

.myOpacity80 { color: #25412E; opacity: 0.8; }

<p style="color:#25412E;opacity:0.8;">80%</p>

Text with #25412E 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 #25412E;}

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

This text has shadow with #25412E color.


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

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

This text has shadow with #25412E primary color and red secondary color.


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

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

This text has shadow with #25412E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25412E.

Preview

Color preview on black background

This text has color #25412E on black background.


Color preview on white background

This text has color #25412E on white background.


Black color preview on #25412E background

This text has black color on #25412E background.


White color preview on #25412E background

This text has white color on #25412E background.


Related colors

Complementary color

Complementary color for #hex is #DABED1.


I love getcolorcode.com

Triadic colors

1 #2E2541 and #412E25 with #25412E are triadic colors.

2 #2E4125 and #41252E with #25412E are triadic colors.