COLOR #25352E

HEX: #25352E
RGB: (37,53,46)

Color info

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

RGB color model

#25352E color RGB value is (37,53,46).

  • red value is 37;
  • green value is 53;
  • blue value is 46.
RGB:
(37,53,46)
(15%,21%,18%)

RGB channels and saturation

R 37 of 255 = 15%
G 53 of 255 = 21%
B 46 of 255 = 18%

37
53
46

R + G + B ~ 18%. #25352E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 53 + 46 = 136 (100%)
R 37 of 136 ~ 27.21%
G 53 of 136 ~ 38.97%
B 46 of 136 ~ 33.82%

%27.21
%38.97
%33.82

CMYK color model

#25352E color CMYK value is (30,0,13,79).

  • cyan value is 30.19%
  • magenta value is 0.00%
  • yellow value is 13.21%
  • key color value is 79.22%
CMYK:
(30,0,13,79)
C30M0Y13K79 
(30%,0%,13%,79%)
(0.30/0.00/0.13/0.79)	

CMYK percentages

%30.19
%0
%13.21
%79.22

Codes

Color #25352E in popluar color models

25352E
RGB375346
HSL154°17.78%17.65%
HSB/HSV154°30.19%20.78%
CMYK30.19%0.00%13.21%
79.22%

Color #25352E in popluar number systems.

HEX25352E
Decimal375346
Binary100101110101101110
Octal456556

Shades and tints

Shades of #25352E

#25352E
(37,53,46)
#22312A
(34,49,42)
#1F2D26
(31,45,38)
#1C2922
(28,41,34)
#19251E
(25,37,30)
#16211A
(22,33,26)
#131D16
(19,29,22)
#101912
(16,25,18)
#0D150E
(13,21,14)
#0A110A
(10,17,10)
#070D06
(7,13,6)
#000000
(0,0,0)

Tints of #25352E

#25352E
(37,53,46)
#384741
(56,71,65)
#4B5954
(75,89,84)
#5E6B67
(94,107,103)
#717D7A
(113,125,122)
#848F8D
(132,143,141)
#97A1A0
(151,161,160)
#AAB3B3
(170,179,179)
#BDC5C6
(189,197,198)
#D0D7D9
(208,215,217)
#E3E9EC
(227,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25352E color. Also use rgb(37,53,46) instead hex code.

Text Font Color

.myTextColor { color: #25352E; }

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

This text font color is #25352E.


Background Color

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

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

This div background color is #25352E.


Border color

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

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

This div border color is #25352E.


Opacity

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

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

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

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

This text has shadow with #25352E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25352E on black background.


Color preview on white background

This text has color #25352E on white background.



Black color preview on #25352E background

This text has black color on #25352E background.


White color preview on #25352E background

This text has white color on #25352E background.