COLOR #25482D

HEX: #25482D
RGB: (37,72,45)

Color info

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

RGB color model

#25482D color RGB value is (37,72,45).

  • red value is 37;
  • green value is 72;
  • blue value is 45.
RGB:
(37,72,45)
(15%,28%,18%)

RGB channels and saturation

R 37 of 255 = 15%
G 72 of 255 = 28%
B 45 of 255 = 18%

37
72
45

R + G + B ~ 20%. #25482D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 72 + 45 = 154 (100%)
R 37 of 154 ~ 24.03%
G 72 of 154 ~ 46.75%
B 45 of 154 ~ 29.22%

%24.03
%46.75
%29.22

CMYK color model

#25482D color CMYK value is (49,0,38,72).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 71.76%
CMYK:
(49,0,38,72)
C49M0Y38K72 
(49%,0%,38%,72%)
(0.49/0.00/0.38/0.72)	

CMYK percentages

%48.61
%0
%37.5
%71.76

Codes

Color #25482D in popluar color models

25482D
RGB377245
HSL134°32.11%21.37%
HSB/HSV134°48.61%28.24%
CMYK48.61%0.00%37.50%
71.76%

Color #25482D in popluar number systems.

HEX25482D
Decimal377245
Binary1001011001000101101
Octal4511055

Shades and tints

Shades of #25482D

#25482D
(37,72,45)
#224229
(34,66,41)
#1F3C25
(31,60,37)
#1C3621
(28,54,33)
#19301D
(25,48,29)
#162A19
(22,42,25)
#132415
(19,36,21)
#101E11
(16,30,17)
#0D180D
(13,24,13)
#0A1209
(10,18,9)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #25482D

#25482D
(37,72,45)
#385840
(56,88,64)
#4B6853
(75,104,83)
#5E7866
(94,120,102)
#718879
(113,136,121)
#84988C
(132,152,140)
#97A89F
(151,168,159)
#AAB8B2
(170,184,178)
#BDC8C5
(189,200,197)
#D0D8D8
(208,216,216)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25482D color. Also use rgb(37,72,45) instead hex code.

Text Font Color

.myTextColor { color: #25482D; }

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

This text font color is #25482D.


Background Color

.myBgColor { background-color: #25482D; }

<div style="background-color:#25482D">Inner text</div>

This div background color is #25482D.


Border color

.myBorderColor { border: 1px solid #25482D; }

<div style="border:3px solid #25482D">Div</div>

This div border color is #25482D.


Opacity

.myOpacity80 { color: #25482D; opacity: 0.8; }

<p style="color:#25482D;opacity:0.8;">80%</p>

Text with #25482D 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 #25482D;}

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

This text has shadow with #25482D color.

.textShadow {text-shadow: 3px 3px 1px #25482D, 3px 3px 1px red;}

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

This text has shadow with #25482D primary color and red secondary color.


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

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

This text has shadow with #25482D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25482D on black background.


Color preview on white background

This text has color #25482D on white background.



Black color preview on #25482D background

This text has black color on #25482D background.


White color preview on #25482D background

This text has white color on #25482D background.