COLOR #25291D

HEX: #25291D
RGB: (37,41,29)

Color info

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

RGB color model

#25291D color RGB value is (37,41,29).

  • red value is 37;
  • green value is 41;
  • blue value is 29.
RGB:
(37,41,29)
(15%,16%,11%)

RGB channels and saturation

R 37 of 255 = 15%
G 41 of 255 = 16%
B 29 of 255 = 11%

37
41
29

R + G + B ~ 14%. #25291D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 41 + 29 = 107 (100%)
R 37 of 107 ~ 34.58%
G 41 of 107 ~ 38.32%
B 29 of 107 ~ 27.1%

%34.58
%38.32
%27.1

CMYK color model

#25291D color CMYK value is (10,0,29,84).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 83.92%
CMYK:
(10,0,29,84)
C10M0Y29K84 
(10%,0%,29%,84%)
(0.10/0.00/0.29/0.84)	

CMYK percentages

%9.76
%0
%29.27
%83.92

Codes

Color #25291D in popluar color models

25291D
RGB374129
HSL80°17.14%13.73%
HSB/HSV80°29.27%16.08%
CMYK9.76%0.00%29.27%
83.92%

Color #25291D in popluar number systems.

HEX25291D
Decimal374129
Binary10010110100111101
Octal455135

Shades and tints

Shades of #25291D

#25291D
(37,41,29)
#22261B
(34,38,27)
#1F2319
(31,35,25)
#1C2017
(28,32,23)
#191D15
(25,29,21)
#161A13
(22,26,19)
#131711
(19,23,17)
#10140F
(16,20,15)
#0D110D
(13,17,13)
#0A0E0B
(10,14,11)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #25291D

#25291D
(37,41,29)
#383C31
(56,60,49)
#4B4F45
(75,79,69)
#5E6259
(94,98,89)
#71756D
(113,117,109)
#848881
(132,136,129)
#979B95
(151,155,149)
#AAAEA9
(170,174,169)
#BDC1BD
(189,193,189)
#D0D4D1
(208,212,209)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25291D color. Also use rgb(37,41,29) instead hex code.

Text Font Color

.myTextColor { color: #25291D; }

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

This text font color is #25291D.


Background Color

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

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

This div background color is #25291D.


Border color

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

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

This div border color is #25291D.


Opacity

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

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

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

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

This text has shadow with #25291D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25291D on black background.


Color preview on white background

This text has color #25291D on white background.



Black color preview on #25291D background

This text has black color on #25291D background.


White color preview on #25291D background

This text has white color on #25291D background.