COLOR #25070A

HEX: #25070A RGB: (37,7,10)

Color info

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

RGB color model

#25070A color RGB value is (37,7,10).

RGB: (37,7,10) (15%, 3%, 4%)

RGB channels and saturation

R 37 of 255 = 15%
G 7 of 255 = 3%
B 10 of 255 = 4%

37
7
10

R + G + B ~ 7%. #25070A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 7 + 10 = 54 (100%)
R 37 of 54 ~ 68.52%
G 7 of 54 ~ 12.96%
B 10 of 54 ~ 18.52'%

%68.52
%12.96
%18.52

CMYK color model

#25070A color CMYK value is (0,81,73,85).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK: (0,81,73,85) C0M81Y73K85 (0%,81%,73%,85%) (0.00/0.81/0.73/0.85) 

CMYK percentages

%0
%81.08
%72.97
%85.49

Codes

Color #25070A in popluar color models

25 07 0A
RGB 37 7 10
HSL 354° 68.18% 8.63%
HSB/HSV 354° 81.08% 14.51%
CMYK 0.00% 81.08% 72.97%
85.49%

Color #25070A in popluar number systems.

HEX 25 07 0A
Decimal 37 7 10
Binary 100101 111 1010
Octal 45 7 12

Shades and tints

Shades of #25070A

#25070A
(37,7,10)
#22070A
(34,7,10)
#1F070A
(31,7,10)
#1C070A
(28,7,10)
#19070A
(25,7,10)
#16070A
(22,7,10)
#13070A
(19,7,10)
#10070A
(16,7,10)
#0D070A
(13,7,10)
#0A070A
(10,7,10)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #25070A

#25070A
(37,7,10)
#381D20
(56,29,32)
#4B3336
(75,51,54)
#5E494C
(94,73,76)
#715F62
(113,95,98)
#847578
(132,117,120)
#978B8E
(151,139,142)
#AAA1A4
(170,161,164)
#BDB7BA
(189,183,186)
#D0CDD0
(208,205,208)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25070A; }

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

This text font color is #25070A.

Background Color

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

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

This div background color is #25070A.

Border color

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

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

This div border color is #25070A.

Opacity

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

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

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

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

This text has shadow with #25070A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25070A.

Preview

Color preview on black background

This text has color #25070A on black background.


Color preview on white background

This text has color #25070A on white background.


Black color preview on #25070A background

This text has black color on #25070A background.


White color preview on #25070A background

This text has white color on #25070A background.


Related colors

Complementary color

Complementary color for #hex is #DAF8F5.


I love getcolorcode.com

Triadic colors

1 #0A2507 and #070A25 with #25070A are triadic colors.

2 #0A0725 and #07250A with #25070A are triadic colors.