COLOR #25080D

HEX: #25080D
RGB: (37,8,13)

Color info

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

RGB color model

#25080D color RGB value is (37,8,13).

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

RGB channels and saturation

R 37 of 255 = 15%
G 8 of 255 = 3%
B 13 of 255 = 5%

37
8
13

R + G + B ~ 8%. #25080D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 8 + 13 = 58 (100%)
R 37 of 58 ~ 63.79%
G 8 of 58 ~ 13.79%
B 13 of 58 ~ 22.41%

%63.79
%13.79
%22.41

CMYK color model

#25080D color CMYK value is (0,78,65,85).

  • cyan value is 0.00%
  • magenta value is 78.38%
  • yellow value is 64.86%
  • key color value is 85.49%
CMYK:
(0,78,65,85)
C0M78Y65K85 
(0%,78%,65%,85%)
(0.00/0.78/0.65/0.85)	

CMYK percentages

%0
%78.38
%64.86
%85.49

Codes

Color #25080D in popluar color models

25080D
RGB37813
HSL350°64.44%8.82%
HSB/HSV350°78.38%14.51%
CMYK0.00%78.38%64.86%
85.49%

Color #25080D in popluar number systems.

HEX25080D
Decimal37813
Binary10010110001101
Octal451015

Shades and tints

Shades of #25080D

#25080D
(37,8,13)
#22080C
(34,8,12)
#1F080B
(31,8,11)
#1C080A
(28,8,10)
#190809
(25,8,9)
#160808
(22,8,8)
#130807
(19,8,7)
#100806
(16,8,6)
#0D0805
(13,8,5)
#0A0804
(10,8,4)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #25080D

#25080D
(37,8,13)
#381E23
(56,30,35)
#4B3439
(75,52,57)
#5E4A4F
(94,74,79)
#716065
(113,96,101)
#84767B
(132,118,123)
#978C91
(151,140,145)
#AAA2A7
(170,162,167)
#BDB8BD
(189,184,189)
#D0CED3
(208,206,211)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25080D; }

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

This text font color is #25080D.


Background Color

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

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

This div background color is #25080D.


Border color

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

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

This div border color is #25080D.


Opacity

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

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

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

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

This text has shadow with #25080D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25080D on black background.


Color preview on white background

This text has color #25080D on white background.



Black color preview on #25080D background

This text has black color on #25080D background.


White color preview on #25080D background

This text has white color on #25080D background.