COLOR #25060E

HEX: #25060E RGB: (37,6,14)

Color info

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

RGB color model

#25060E color RGB value is (37,6,14).

RGB: (37,6,14) (15%, 2%, 5%)

RGB channels and saturation

R 37 of 255 = 15%
G 6 of 255 = 2%
B 14 of 255 = 5%

37
6
14

R + G + B ~ 7%. #25060E is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 6 + 14 = 57 (100%)
R 37 of 57 ~ 64.91%
G 6 of 57 ~ 10.53%
B 14 of 57 ~ 24.56'%

%64.91
%10.53
%24.56

CMYK color model

#25060E color CMYK value is (0,84,62,85).

  • cyan value is 0.00%
  • magenta value is 83.78%
  • yellow value is 62.16%
  • key color value is 85.49%
CMYK: (0,84,62,85) C0M84Y62K85 (0%,84%,62%,85%) (0.00/0.84/0.62/0.85) 

CMYK percentages

%0
%83.78
%62.16
%85.49

Codes

Color #25060E in popluar color models

25 06 0E
RGB 37 6 14
HSL 345° 72.09% 8.43%
HSB/HSV 345° 83.78% 14.51%
CMYK 0.00% 83.78% 62.16%
85.49%

Color #25060E in popluar number systems.

HEX 25 06 0E
Decimal 37 6 14
Binary 100101 110 1110
Octal 45 6 16

Shades and tints

Shades of #25060E

#25060E
(37,6,14)
#22060D
(34,6,13)
#1F060C
(31,6,12)
#1C060B
(28,6,11)
#19060A
(25,6,10)
#160609
(22,6,9)
#130608
(19,6,8)
#100607
(16,6,7)
#0D0606
(13,6,6)
#0A0605
(10,6,5)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #25060E

#25060E
(37,6,14)
#381C23
(56,28,35)
#4B3238
(75,50,56)
#5E484D
(94,72,77)
#715E62
(113,94,98)
#847477
(132,116,119)
#978A8C
(151,138,140)
#AAA0A1
(170,160,161)
#BDB6B6
(189,182,182)
#D0CCCB
(208,204,203)
#E3E2E0
(227,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25060E color. Also use rgb(37,6,14) instead hex code.

Text Font Color

.myTextColor { color: #25060E; }

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

This text font color is #25060E.

Background Color

.myBgColor { background-color: #25060E; }

<div style="background-color:#25060E">Inner text</div>

This div background color is #25060E.

Border color

.myBorderColor { border: 1px solid #25060E; }

<div style="border:3px solid #25060E">Div</div>

This div border color is #25060E.

Opacity

.myOpacity80 { color: #25060E; opacity: 0.8; }

<p style="color:#25060E;opacity:0.8;">80%</p>

Text with #25060E 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 #25060E;}

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

This text has shadow with #25060E color.


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

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

This text has shadow with #25060E primary color and red secondary color.


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

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

This text has shadow with #25060E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25060E.

Preview

Color preview on black background

This text has color #25060E on black background.


Color preview on white background

This text has color #25060E on white background.


Black color preview on #25060E background

This text has black color on #25060E background.


White color preview on #25060E background

This text has white color on #25060E background.


Related colors

Complementary color

Complementary color for #hex is #DAF9F1.


I love getcolorcode.com

Triadic colors

1 #0E2506 and #060E25 with #25060E are triadic colors.

2 #0E0625 and #06250E with #25060E are triadic colors.