COLOR #25412A

HEX: #25412A
RGB: (37,65,42)

Color info

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

RGB color model

#25412A color RGB value is (37,65,42).

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

RGB channels and saturation

R 37 of 255 = 15%
G 65 of 255 = 25%
B 42 of 255 = 16%

37
65
42

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

Portions of RGB colors in percentages

R + G + B =
37 + 65 + 42 = 144 (100%)
R 37 of 144 ~ 25.69%
G 65 of 144 ~ 45.14%
B 42 of 144 ~ 29.17%

%25.69
%45.14
%29.17

CMYK color model

#25412A color CMYK value is (43,0,35,75).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 74.51%
CMYK:
(43,0,35,75)
C43M0Y35K75 
(43%,0%,35%,75%)
(0.43/0.00/0.35/0.75)	

CMYK percentages

%43.08
%0
%35.38
%74.51

Codes

Color #25412A in popluar color models

25412A
RGB376542
HSL131°27.45%20.00%
HSB/HSV131°43.08%25.49%
CMYK43.08%0.00%35.38%
74.51%

Color #25412A in popluar number systems.

HEX25412A
Decimal376542
Binary1001011000001101010
Octal4510152

Shades and tints

Shades of #25412A

#25412A
(37,65,42)
#223C27
(34,60,39)
#1F3724
(31,55,36)
#1C3221
(28,50,33)
#192D1E
(25,45,30)
#16281B
(22,40,27)
#132318
(19,35,24)
#101E15
(16,30,21)
#0D1912
(13,25,18)
#0A140F
(10,20,15)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #25412A

#25412A
(37,65,42)
#38523D
(56,82,61)
#4B6350
(75,99,80)
#5E7463
(94,116,99)
#718576
(113,133,118)
#849689
(132,150,137)
#97A79C
(151,167,156)
#AAB8AF
(170,184,175)
#BDC9C2
(189,201,194)
#D0DAD5
(208,218,213)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25412A; }

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

This text font color is #25412A.


Background Color

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

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

This div background color is #25412A.


Border color

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

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

This div border color is #25412A.


Opacity

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

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

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

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

This text has shadow with #25412A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25412A on black background.


Color preview on white background

This text has color #25412A on white background.



Black color preview on #25412A background

This text has black color on #25412A background.


White color preview on #25412A background

This text has white color on #25412A background.