COLOR #25090A

HEX: #25090A
RGB: (37,9,10)

Color info

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

RGB color model

#25090A color RGB value is (37,9,10).

  • red value is 37;
  • green value is 9;
  • blue value is 10.
RGB:
(37,9,10)
(15%,4%,4%)

RGB channels and saturation

R 37 of 255 = 15%
G 9 of 255 = 4%
B 10 of 255 = 4%

37
9
10

R + G + B ~ 8%. #25090A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 9 + 10 = 56 (100%)
R 37 of 56 ~ 66.07%
G 9 of 56 ~ 16.07%
B 10 of 56 ~ 17.86%

%66.07
%16.07
%17.86

CMYK color model

#25090A color CMYK value is (0,76,73,85).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK:
(0,76,73,85)
C0M76Y73K85 
(0%,76%,73%,85%)
(0.00/0.76/0.73/0.85)	

CMYK percentages

%0
%75.68
%72.97
%85.49

Codes

Color #25090A in popluar color models

25090A
RGB37910
HSL358°60.87%9.02%
HSB/HSV358°75.68%14.51%
CMYK0.00%75.68%72.97%
85.49%

Color #25090A in popluar number systems.

HEX25090A
Decimal37910
Binary10010110011010
Octal451112

Shades and tints

Shades of #25090A

#25090A
(37,9,10)
#22090A
(34,9,10)
#1F090A
(31,9,10)
#1C090A
(28,9,10)
#19090A
(25,9,10)
#16090A
(22,9,10)
#13090A
(19,9,10)
#10090A
(16,9,10)
#0D090A
(13,9,10)
#0A090A
(10,9,10)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #25090A

#25090A
(37,9,10)
#381F20
(56,31,32)
#4B3536
(75,53,54)
#5E4B4C
(94,75,76)
#716162
(113,97,98)
#847778
(132,119,120)
#978D8E
(151,141,142)
#AAA3A4
(170,163,164)
#BDB9BA
(189,185,186)
#D0CFD0
(208,207,208)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25090A color. Also use rgb(37,9,10) instead hex code.

Text Font Color

.myTextColor { color: #25090A; }

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

This text font color is #25090A.


Background Color

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

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

This div background color is #25090A.


Border color

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

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

This div border color is #25090A.


Opacity

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

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

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

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

This text has shadow with #25090A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25090A on black background.


Color preview on white background

This text has color #25090A on white background.



Black color preview on #25090A background

This text has black color on #25090A background.


White color preview on #25090A background

This text has white color on #25090A background.