COLOR #25120D

HEX: #25120D
RGB: (37,18,13)

Color info

#25120D contains red, green and blue colors in about the same proportion. Web safe color of #25120D is #330000 (or #300).

RGB color model

#25120D color RGB value is (37,18,13).

  • red value is 37;
  • green value is 18;
  • blue value is 13.
RGB:
(37,18,13)
(15%,7%,5%)

RGB channels and saturation

R 37 of 255 = 15%
G 18 of 255 = 7%
B 13 of 255 = 5%

37
18
13

R + G + B ~ 9%. #25120D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 18 + 13 = 68 (100%)
R 37 of 68 ~ 54.41%
G 18 of 68 ~ 26.47%
B 13 of 68 ~ 19.12%

%54.41
%26.47
%19.12

CMYK color model

#25120D color CMYK value is (0,51,65,85).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 64.86%
  • key color value is 85.49%
CMYK:
(0,51,65,85)
C0M51Y65K85 
(0%,51%,65%,85%)
(0.00/0.51/0.65/0.85)	

CMYK percentages

%0
%51.35
%64.86
%85.49

Codes

Color #25120D in popluar color models

25120D
RGB371813
HSL13°48.00%9.80%
HSB/HSV13°64.86%14.51%
CMYK0.00%51.35%64.86%
85.49%

Color #25120D in popluar number systems.

HEX25120D
Decimal371813
Binary100101100101101
Octal452215

Shades and tints

Shades of #25120D

#25120D
(37,18,13)
#22110C
(34,17,12)
#1F100B
(31,16,11)
#1C0F0A
(28,15,10)
#190E09
(25,14,9)
#160D08
(22,13,8)
#130C07
(19,12,7)
#100B06
(16,11,6)
#0D0A05
(13,10,5)
#0A0904
(10,9,4)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #25120D

#25120D
(37,18,13)
#382723
(56,39,35)
#4B3C39
(75,60,57)
#5E514F
(94,81,79)
#716665
(113,102,101)
#847B7B
(132,123,123)
#979091
(151,144,145)
#AAA5A7
(170,165,167)
#BDBABD
(189,186,189)
#D0CFD3
(208,207,211)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25120D color. Also use rgb(37,18,13) instead hex code.

Text Font Color

.myTextColor { color: #25120D; }

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

This text font color is #25120D.


Background Color

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

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

This div background color is #25120D.


Border color

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

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

This div border color is #25120D.


Opacity

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

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

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

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

This text has shadow with #25120D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25120D on black background.


Color preview on white background

This text has color #25120D on white background.



Black color preview on #25120D background

This text has black color on #25120D background.


White color preview on #25120D background

This text has white color on #25120D background.