COLOR #25321E

HEX: #25321E
RGB: (37,50,30)

Color info

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

RGB color model

#25321E color RGB value is (37,50,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 30 of 255 = 12%

37
50
30

R + G + B ~ 16%. #25321E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 50 + 30 = 117 (100%)
R 37 of 117 ~ 31.62%
G 50 of 117 ~ 42.74%
B 30 of 117 ~ 25.64%

%31.62
%42.74
%25.64

CMYK color model

#25321E color CMYK value is (26,0,40,80).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 80.39%
CMYK:
(26,0,40,80)
C26M0Y40K80 
(26%,0%,40%,80%)
(0.26/0.00/0.40/0.80)	

CMYK percentages

%26
%0
%40
%80.39

Codes

Color #25321E in popluar color models

25321E
RGB375030
HSL99°25.00%15.69%
HSB/HSV99°40.00%19.61%
CMYK26.00%0.00%40.00%
80.39%

Color #25321E in popluar number systems.

HEX25321E
Decimal375030
Binary10010111001011110
Octal456236

Shades and tints

Shades of #25321E

#25321E
(37,50,30)
#222E1C
(34,46,28)
#1F2A1A
(31,42,26)
#1C2618
(28,38,24)
#192216
(25,34,22)
#161E14
(22,30,20)
#131A12
(19,26,18)
#101610
(16,22,16)
#0D120E
(13,18,14)
#0A0E0C
(10,14,12)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #25321E

#25321E
(37,50,30)
#384432
(56,68,50)
#4B5646
(75,86,70)
#5E685A
(94,104,90)
#717A6E
(113,122,110)
#848C82
(132,140,130)
#979E96
(151,158,150)
#AAB0AA
(170,176,170)
#BDC2BE
(189,194,190)
#D0D4D2
(208,212,210)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25321E; }

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

This text font color is #25321E.


Background Color

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

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

This div background color is #25321E.


Border color

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

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

This div border color is #25321E.


Opacity

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

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

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

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

This text has shadow with #25321E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25321E on black background.


Color preview on white background

This text has color #25321E on white background.



Black color preview on #25321E background

This text has black color on #25321E background.


White color preview on #25321E background

This text has white color on #25321E background.