COLOR #25472C

HEX: #25472C
RGB: (37,71,44)

Color info

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

RGB color model

#25472C color RGB value is (37,71,44).

  • red value is 37;
  • green value is 71;
  • blue value is 44.
RGB:
(37,71,44)
(15%,28%,17%)

RGB channels and saturation

R 37 of 255 = 15%
G 71 of 255 = 28%
B 44 of 255 = 17%

37
71
44

R + G + B ~ 20%. #25472C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 71 + 44 = 152 (100%)
R 37 of 152 ~ 24.34%
G 71 of 152 ~ 46.71%
B 44 of 152 ~ 28.95%

%24.34
%46.71
%28.95

CMYK color model

#25472C color CMYK value is (48,0,38,72).

  • cyan value is 47.89%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(48,0,38,72)
C48M0Y38K72 
(48%,0%,38%,72%)
(0.48/0.00/0.38/0.72)	

CMYK percentages

%47.89
%0
%38.03
%72.16

Codes

Color #25472C in popluar color models

25472C
RGB377144
HSL132°31.48%21.18%
HSB/HSV132°47.89%27.84%
CMYK47.89%0.00%38.03%
72.16%

Color #25472C in popluar number systems.

HEX25472C
Decimal377144
Binary1001011000111101100
Octal4510754

Shades and tints

Shades of #25472C

#25472C
(37,71,44)
#224128
(34,65,40)
#1F3B24
(31,59,36)
#1C3520
(28,53,32)
#192F1C
(25,47,28)
#162918
(22,41,24)
#132314
(19,35,20)
#101D10
(16,29,16)
#0D170C
(13,23,12)
#0A1108
(10,17,8)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #25472C

#25472C
(37,71,44)
#38573F
(56,87,63)
#4B6752
(75,103,82)
#5E7765
(94,119,101)
#718778
(113,135,120)
#84978B
(132,151,139)
#97A79E
(151,167,158)
#AAB7B1
(170,183,177)
#BDC7C4
(189,199,196)
#D0D7D7
(208,215,215)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25472C color. Also use rgb(37,71,44) instead hex code.

Text Font Color

.myTextColor { color: #25472C; }

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

This text font color is #25472C.


Background Color

.myBgColor { background-color: #25472C; }

<div style="background-color:#25472C">Inner text</div>

This div background color is #25472C.


Border color

.myBorderColor { border: 1px solid #25472C; }

<div style="border:3px solid #25472C">Div</div>

This div border color is #25472C.


Opacity

.myOpacity80 { color: #25472C; opacity: 0.8; }

<p style="color:#25472C;opacity:0.8;">80%</p>

Text with #25472C 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 #25472C;}

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

This text has shadow with #25472C color.

.textShadow {text-shadow: 3px 3px 1px #25472C, 3px 3px 1px red;}

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

This text has shadow with #25472C primary color and red secondary color.


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

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

This text has shadow with #25472C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25472C on black background.


Color preview on white background

This text has color #25472C on white background.



Black color preview on #25472C background

This text has black color on #25472C background.


White color preview on #25472C background

This text has white color on #25472C background.