COLOR #25322E

HEX: #25322E
RGB: (37,50,46)

Color info

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

RGB color model

#25322E color RGB value is (37,50,46).

  • red value is 37;
  • green value is 50;
  • blue value is 46.
RGB:
(37,50,46)
(15%,20%,18%)

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 46 of 255 = 18%

37
50
46

R + G + B ~ 18%. #25322E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 50 + 46 = 133 (100%)
R 37 of 133 ~ 27.82%
G 50 of 133 ~ 37.59%
B 46 of 133 ~ 34.59%

%27.82
%37.59
%34.59

CMYK color model

#25322E color CMYK value is (26,0,8,80).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 80.39%
CMYK:
(26,0,8,80)
C26M0Y8K80 
(26%,0%,8%,80%)
(0.26/0.00/0.08/0.80)	

CMYK percentages

%26
%0
%8
%80.39

Codes

Color #25322E in popluar color models

25322E
RGB375046
HSL162°14.94%17.06%
HSB/HSV162°26.00%19.61%
CMYK26.00%0.00%8.00%
80.39%

Color #25322E in popluar number systems.

HEX25322E
Decimal375046
Binary100101110010101110
Octal456256

Shades and tints

Shades of #25322E

#25322E
(37,50,46)
#222E2A
(34,46,42)
#1F2A26
(31,42,38)
#1C2622
(28,38,34)
#19221E
(25,34,30)
#161E1A
(22,30,26)
#131A16
(19,26,22)
#101612
(16,22,18)
#0D120E
(13,18,14)
#0A0E0A
(10,14,10)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #25322E

#25322E
(37,50,46)
#384441
(56,68,65)
#4B5654
(75,86,84)
#5E6867
(94,104,103)
#717A7A
(113,122,122)
#848C8D
(132,140,141)
#979EA0
(151,158,160)
#AAB0B3
(170,176,179)
#BDC2C6
(189,194,198)
#D0D4D9
(208,212,217)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25322E; }

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

This text font color is #25322E.


Background Color

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

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

This div background color is #25322E.


Border color

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

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

This div border color is #25322E.


Opacity

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

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

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

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

This text has shadow with #25322E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25322E on black background.


Color preview on white background

This text has color #25322E on white background.



Black color preview on #25322E background

This text has black color on #25322E background.


White color preview on #25322E background

This text has white color on #25322E background.