COLOR #25271D

HEX: #25271D
RGB: (37,39,29)

Color info

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

RGB color model

#25271D color RGB value is (37,39,29).

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

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 29 of 255 = 11%

37
39
29

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 29 = 105 (100%)
R 37 of 105 ~ 35.24%
G 39 of 105 ~ 37.14%
B 29 of 105 ~ 27.62%

%35.24
%37.14
%27.62

CMYK color model

#25271D color CMYK value is (5,0,26,85).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 84.71%
CMYK:
(5,0,26,85)
C5M0Y26K85 
(5%,0%,26%,85%)
(0.05/0.00/0.26/0.85)	

CMYK percentages

%5.13
%0
%25.64
%84.71

Codes

Color #25271D in popluar color models

25271D
RGB373929
HSL72°14.71%13.33%
HSB/HSV72°25.64%15.29%
CMYK5.13%0.00%25.64%
84.71%

Color #25271D in popluar number systems.

HEX25271D
Decimal373929
Binary10010110011111101
Octal454735

Shades and tints

Shades of #25271D

#25271D
(37,39,29)
#22241B
(34,36,27)
#1F2119
(31,33,25)
#1C1E17
(28,30,23)
#191B15
(25,27,21)
#161813
(22,24,19)
#131511
(19,21,17)
#10120F
(16,18,15)
#0D0F0D
(13,15,13)
#0A0C0B
(10,12,11)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #25271D

#25271D
(37,39,29)
#383A31
(56,58,49)
#4B4D45
(75,77,69)
#5E6059
(94,96,89)
#71736D
(113,115,109)
#848681
(132,134,129)
#979995
(151,153,149)
#AAACA9
(170,172,169)
#BDBFBD
(189,191,189)
#D0D2D1
(208,210,209)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25271D; }

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

This text font color is #25271D.


Background Color

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

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

This div background color is #25271D.


Border color

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

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

This div border color is #25271D.


Opacity

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

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

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

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

This text has shadow with #25271D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25271D on black background.


Color preview on white background

This text has color #25271D on white background.



Black color preview on #25271D background

This text has black color on #25271D background.


White color preview on #25271D background

This text has white color on #25271D background.