COLOR #25131A

HEX: #25131A
RGB: (37,19,26)

Color info

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

RGB color model

#25131A color RGB value is (37,19,26).

  • red value is 37;
  • green value is 19;
  • blue value is 26.
RGB:
(37,19,26)
(15%,7%,10%)

RGB channels and saturation

R 37 of 255 = 15%
G 19 of 255 = 7%
B 26 of 255 = 10%

37
19
26

R + G + B ~ 11%. #25131A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 19 + 26 = 82 (100%)
R 37 of 82 ~ 45.12%
G 19 of 82 ~ 23.17%
B 26 of 82 ~ 31.71%

%45.12
%23.17
%31.71

CMYK color model

#25131A color CMYK value is (0,49,30,85).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 29.73%
  • key color value is 85.49%
CMYK:
(0,49,30,85)
C0M49Y30K85 
(0%,49%,30%,85%)
(0.00/0.49/0.30/0.85)	

CMYK percentages

%0
%48.65
%29.73
%85.49

Codes

Color #25131A in popluar color models

25131A
RGB371926
HSL337°32.14%10.98%
HSB/HSV337°48.65%14.51%
CMYK0.00%48.65%29.73%
85.49%

Color #25131A in popluar number systems.

HEX25131A
Decimal371926
Binary1001011001111010
Octal452332

Shades and tints

Shades of #25131A

#25131A
(37,19,26)
#221218
(34,18,24)
#1F1116
(31,17,22)
#1C1014
(28,16,20)
#190F12
(25,15,18)
#160E10
(22,14,16)
#130D0E
(19,13,14)
#100C0C
(16,12,12)
#0D0B0A
(13,11,10)
#0A0A08
(10,10,8)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #25131A

#25131A
(37,19,26)
#38282E
(56,40,46)
#4B3D42
(75,61,66)
#5E5256
(94,82,86)
#71676A
(113,103,106)
#847C7E
(132,124,126)
#979192
(151,145,146)
#AAA6A6
(170,166,166)
#BDBBBA
(189,187,186)
#D0D0CE
(208,208,206)
#E3E5E2
(227,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25131A color. Also use rgb(37,19,26) instead hex code.

Text Font Color

.myTextColor { color: #25131A; }

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

This text font color is #25131A.


Background Color

.myBgColor { background-color: #25131A; }

<div style="background-color:#25131A">Inner text</div>

This div background color is #25131A.


Border color

.myBorderColor { border: 1px solid #25131A; }

<div style="border:3px solid #25131A">Div</div>

This div border color is #25131A.


Opacity

.myOpacity80 { color: #25131A; opacity: 0.8; }

<p style="color:#25131A;opacity:0.8;">80%</p>

Text with #25131A 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 #25131A;}

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

This text has shadow with #25131A color.

.textShadow {text-shadow: 3px 3px 1px #25131A, 3px 3px 1px red;}

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

This text has shadow with #25131A primary color and red secondary color.


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

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

This text has shadow with #25131A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25131A on black background.


Color preview on white background

This text has color #25131A on white background.



Black color preview on #25131A background

This text has black color on #25131A background.


White color preview on #25131A background

This text has white color on #25131A background.