COLOR #25372F

HEX: #25372F
RGB: (37,55,47)

Color info

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

RGB color model

#25372F color RGB value is (37,55,47).

  • red value is 37;
  • green value is 55;
  • blue value is 47.
RGB:
(37,55,47)
(15%,22%,18%)

RGB channels and saturation

R 37 of 255 = 15%
G 55 of 255 = 22%
B 47 of 255 = 18%

37
55
47

R + G + B ~ 18%. #25372F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 55 + 47 = 139 (100%)
R 37 of 139 ~ 26.62%
G 55 of 139 ~ 39.57%
B 47 of 139 ~ 33.81%

%26.62
%39.57
%33.81

CMYK color model

#25372F color CMYK value is (33,0,15,78).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 78.43%
CMYK:
(33,0,15,78)
C33M0Y15K78 
(33%,0%,15%,78%)
(0.33/0.00/0.15/0.78)	

CMYK percentages

%32.73
%0
%14.55
%78.43

Codes

Color #25372F in popluar color models

25372F
RGB375547
HSL153°19.57%18.04%
HSB/HSV153°32.73%21.57%
CMYK32.73%0.00%14.55%
78.43%

Color #25372F in popluar number systems.

HEX25372F
Decimal375547
Binary100101110111101111
Octal456757

Shades and tints

Shades of #25372F

#25372F
(37,55,47)
#22322B
(34,50,43)
#1F2D27
(31,45,39)
#1C2823
(28,40,35)
#19231F
(25,35,31)
#161E1B
(22,30,27)
#131917
(19,25,23)
#101413
(16,20,19)
#0D0F0F
(13,15,15)
#0A0A0B
(10,10,11)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #25372F

#25372F
(37,55,47)
#384941
(56,73,65)
#4B5B53
(75,91,83)
#5E6D65
(94,109,101)
#717F77
(113,127,119)
#849189
(132,145,137)
#97A39B
(151,163,155)
#AAB5AD
(170,181,173)
#BDC7BF
(189,199,191)
#D0D9D1
(208,217,209)
#E3EBE3
(227,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25372F color. Also use rgb(37,55,47) instead hex code.

Text Font Color

.myTextColor { color: #25372F; }

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

This text font color is #25372F.


Background Color

.myBgColor { background-color: #25372F; }

<div style="background-color:#25372F">Inner text</div>

This div background color is #25372F.


Border color

.myBorderColor { border: 1px solid #25372F; }

<div style="border:3px solid #25372F">Div</div>

This div border color is #25372F.


Opacity

.myOpacity80 { color: #25372F; opacity: 0.8; }

<p style="color:#25372F;opacity:0.8;">80%</p>

Text with #25372F 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 #25372F;}

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

This text has shadow with #25372F color.

.textShadow {text-shadow: 3px 3px 1px #25372F, 3px 3px 1px red;}

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

This text has shadow with #25372F primary color and red secondary color.


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

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

This text has shadow with #25372F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25372F on black background.


Color preview on white background

This text has color #25372F on white background.



Black color preview on #25372F background

This text has black color on #25372F background.


White color preview on #25372F background

This text has white color on #25372F background.