COLOR #25462A

HEX: #25462A
RGB: (37,70,42)

Color info

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

RGB color model

#25462A color RGB value is (37,70,42).

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

RGB channels and saturation

R 37 of 255 = 15%
G 70 of 255 = 27%
B 42 of 255 = 16%

37
70
42

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

Portions of RGB colors in percentages

R + G + B =
37 + 70 + 42 = 149 (100%)
R 37 of 149 ~ 24.83%
G 70 of 149 ~ 46.98%
B 42 of 149 ~ 28.19%

%24.83
%46.98
%28.19

CMYK color model

#25462A color CMYK value is (47,0,40,73).

  • cyan value is 47.14%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 72.55%
CMYK:
(47,0,40,73)
C47M0Y40K73 
(47%,0%,40%,73%)
(0.47/0.00/0.40/0.73)	

CMYK percentages

%47.14
%0
%40
%72.55

Codes

Color #25462A in popluar color models

25462A
RGB377042
HSL129°30.84%20.98%
HSB/HSV129°47.14%27.45%
CMYK47.14%0.00%40.00%
72.55%

Color #25462A in popluar number systems.

HEX25462A
Decimal377042
Binary1001011000110101010
Octal4510652

Shades and tints

Shades of #25462A

#25462A
(37,70,42)
#224027
(34,64,39)
#1F3A24
(31,58,36)
#1C3421
(28,52,33)
#192E1E
(25,46,30)
#16281B
(22,40,27)
#132218
(19,34,24)
#101C15
(16,28,21)
#0D1612
(13,22,18)
#0A100F
(10,16,15)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #25462A

#25462A
(37,70,42)
#38563D
(56,86,61)
#4B6650
(75,102,80)
#5E7663
(94,118,99)
#718676
(113,134,118)
#849689
(132,150,137)
#97A69C
(151,166,156)
#AAB6AF
(170,182,175)
#BDC6C2
(189,198,194)
#D0D6D5
(208,214,213)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25462A; }

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

This text font color is #25462A.


Background Color

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

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

This div background color is #25462A.


Border color

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

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

This div border color is #25462A.


Opacity

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

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

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

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

This text has shadow with #25462A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25462A on black background.


Color preview on white background

This text has color #25462A on white background.



Black color preview on #25462A background

This text has black color on #25462A background.


White color preview on #25462A background

This text has white color on #25462A background.