COLOR #25342E

HEX: #25342E
RGB: (37,52,46)

Color info

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

RGB color model

#25342E color RGB value is (37,52,46).

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

RGB channels and saturation

R 37 of 255 = 15%
G 52 of 255 = 20%
B 46 of 255 = 18%

37
52
46

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

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 46 = 135 (100%)
R 37 of 135 ~ 27.41%
G 52 of 135 ~ 38.52%
B 46 of 135 ~ 34.07%

%27.41
%38.52
%34.07

CMYK color model

#25342E color CMYK value is (29,0,12,80).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 79.61%
CMYK:
(29,0,12,80)
C29M0Y12K80 
(29%,0%,12%,80%)
(0.29/0.00/0.12/0.80)	

CMYK percentages

%28.85
%0
%11.54
%79.61

Codes

Color #25342E in popluar color models

25342E
RGB375246
HSL156°16.85%17.45%
HSB/HSV156°28.85%20.39%
CMYK28.85%0.00%11.54%
79.61%

Color #25342E in popluar number systems.

HEX25342E
Decimal375246
Binary100101110100101110
Octal456456

Shades and tints

Shades of #25342E

#25342E
(37,52,46)
#22302A
(34,48,42)
#1F2C26
(31,44,38)
#1C2822
(28,40,34)
#19241E
(25,36,30)
#16201A
(22,32,26)
#131C16
(19,28,22)
#101812
(16,24,18)
#0D140E
(13,20,14)
#0A100A
(10,16,10)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #25342E

#25342E
(37,52,46)
#384641
(56,70,65)
#4B5854
(75,88,84)
#5E6A67
(94,106,103)
#717C7A
(113,124,122)
#848E8D
(132,142,141)
#97A0A0
(151,160,160)
#AAB2B3
(170,178,179)
#BDC4C6
(189,196,198)
#D0D6D9
(208,214,217)
#E3E8EC
(227,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25342E; }

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

This text font color is #25342E.


Background Color

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

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

This div background color is #25342E.


Border color

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

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

This div border color is #25342E.


Opacity

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

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

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

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

This text has shadow with #25342E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25342E on black background.


Color preview on white background

This text has color #25342E on white background.



Black color preview on #25342E background

This text has black color on #25342E background.


White color preview on #25342E background

This text has white color on #25342E background.