COLOR #25270E

HEX: #25270E
RGB: (37,39,14)

Color info

#25270E contains red, green and blue colors in about the same proportion. Web safe color of #25270E is #333300 (or #330).

RGB color model

#25270E color RGB value is (37,39,14).

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

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 14 of 255 = 5%

37
39
14

R + G + B ~ 12%. #25270E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 14 = 90 (100%)
R 37 of 90 ~ 41.11%
G 39 of 90 ~ 43.33%
B 14 of 90 ~ 15.56%

%41.11
%43.33
%15.56

CMYK color model

#25270E color CMYK value is (5,0,64,85).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 64.10%
  • key color value is 84.71%
CMYK:
(5,0,64,85)
C5M0Y64K85 
(5%,0%,64%,85%)
(0.05/0.00/0.64/0.85)	

CMYK percentages

%5.13
%0
%64.1
%84.71

Codes

Color #25270E in popluar color models

25270E
RGB373914
HSL65°47.17%10.39%
HSB/HSV65°64.10%15.29%
CMYK5.13%0.00%64.10%
84.71%

Color #25270E in popluar number systems.

HEX25270E
Decimal373914
Binary1001011001111110
Octal454716

Shades and tints

Shades of #25270E

#25270E
(37,39,14)
#22240D
(34,36,13)
#1F210C
(31,33,12)
#1C1E0B
(28,30,11)
#191B0A
(25,27,10)
#161809
(22,24,9)
#131508
(19,21,8)
#101207
(16,18,7)
#0D0F06
(13,15,6)
#0A0C05
(10,12,5)
#070904
(7,9,4)
#000000
(0,0,0)

Tints of #25270E

#25270E
(37,39,14)
#383A23
(56,58,35)
#4B4D38
(75,77,56)
#5E604D
(94,96,77)
#717362
(113,115,98)
#848677
(132,134,119)
#97998C
(151,153,140)
#AAACA1
(170,172,161)
#BDBFB6
(189,191,182)
#D0D2CB
(208,210,203)
#E3E5E0
(227,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25270E color. Also use rgb(37,39,14) instead hex code.

Text Font Color

.myTextColor { color: #25270E; }

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

This text font color is #25270E.


Background Color

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

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

This div background color is #25270E.


Border color

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

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

This div border color is #25270E.


Opacity

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

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

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

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

This text has shadow with #25270E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25270E on black background.


Color preview on white background

This text has color #25270E on white background.



Black color preview on #25270E background

This text has black color on #25270E background.


White color preview on #25270E background

This text has white color on #25270E background.