COLOR #25452B

HEX: #25452B
RGB: (37,69,43)

Color info

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

RGB color model

#25452B color RGB value is (37,69,43).

  • red value is 37;
  • green value is 69;
  • blue value is 43.
RGB:
(37,69,43)
(15%,27%,17%)

RGB channels and saturation

R 37 of 255 = 15%
G 69 of 255 = 27%
B 43 of 255 = 17%

37
69
43

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

Portions of RGB colors in percentages

R + G + B =
37 + 69 + 43 = 149 (100%)
R 37 of 149 ~ 24.83%
G 69 of 149 ~ 46.31%
B 43 of 149 ~ 28.86%

%24.83
%46.31
%28.86

CMYK color model

#25452B color CMYK value is (46,0,38,73).

  • cyan value is 46.38%
  • magenta value is 0.00%
  • yellow value is 37.68%
  • key color value is 72.94%
CMYK:
(46,0,38,73)
C46M0Y38K73 
(46%,0%,38%,73%)
(0.46/0.00/0.38/0.73)	

CMYK percentages

%46.38
%0
%37.68
%72.94

Codes

Color #25452B in popluar color models

25452B
RGB376943
HSL131°30.19%20.78%
HSB/HSV131°46.38%27.06%
CMYK46.38%0.00%37.68%
72.94%

Color #25452B in popluar number systems.

HEX25452B
Decimal376943
Binary1001011000101101011
Octal4510553

Shades and tints

Shades of #25452B

#25452B
(37,69,43)
#223F28
(34,63,40)
#1F3925
(31,57,37)
#1C3322
(28,51,34)
#192D1F
(25,45,31)
#16271C
(22,39,28)
#132119
(19,33,25)
#101B16
(16,27,22)
#0D1513
(13,21,19)
#0A0F10
(10,15,16)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #25452B

#25452B
(37,69,43)
#38553E
(56,85,62)
#4B6551
(75,101,81)
#5E7564
(94,117,100)
#718577
(113,133,119)
#84958A
(132,149,138)
#97A59D
(151,165,157)
#AAB5B0
(170,181,176)
#BDC5C3
(189,197,195)
#D0D5D6
(208,213,214)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25452B color. Also use rgb(37,69,43) instead hex code.

Text Font Color

.myTextColor { color: #25452B; }

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

This text font color is #25452B.


Background Color

.myBgColor { background-color: #25452B; }

<div style="background-color:#25452B">Inner text</div>

This div background color is #25452B.


Border color

.myBorderColor { border: 1px solid #25452B; }

<div style="border:3px solid #25452B">Div</div>

This div border color is #25452B.


Opacity

.myOpacity80 { color: #25452B; opacity: 0.8; }

<p style="color:#25452B;opacity:0.8;">80%</p>

Text with #25452B 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 #25452B;}

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

This text has shadow with #25452B color.

.textShadow {text-shadow: 3px 3px 1px #25452B, 3px 3px 1px red;}

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

This text has shadow with #25452B primary color and red secondary color.


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

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

This text has shadow with #25452B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25452B on black background.


Color preview on white background

This text has color #25452B on white background.



Black color preview on #25452B background

This text has black color on #25452B background.


White color preview on #25452B background

This text has white color on #25452B background.