COLOR #25060F

HEX: #25060F RGB: (37,6,15)

Color info

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

RGB color model

#25060F color RGB value is (37,6,15).

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

RGB channels and saturation

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

37
6
15

R + G + B ~ 8%. #25060F is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 6 + 15 = 58 (100%)
R 37 of 58 ~ 63.79%
G 6 of 58 ~ 10.34%
B 15 of 58 ~ 25.86'%

%63.79
%25.86

CMYK color model

#25060F color CMYK value is (0,84,59,85).

  • cyan value is 0.00%
  • magenta value is 83.78%
  • yellow value is 59.46%
  • key color value is 85.49%

CMYK: (0,84,59,85)
C0M84Y59K85 (0%, 84%, 59%, 85%)
(0.00 / 0.84 / 0.59 / 0.85)

CMYK percentages

%0
%83.78
%59.46
%85.49

Codes

Color #25060F in popluar color models

25 06 0F
RGB 37 6 15
HSL 343° 72.09% 8.43%
HSB/HSV 343° 83.78% 14.51%
CMYK 0.00% 83.78% 59.46%
85.49%

Color #25060F in popluar number systems.

HEX 25 06 0F
Decimal 37 6 15
Binary 100101 110 1111
Octal 45 6 17

Shades and tints

Shades of #25060F

#25060F
(37,6,15)
#22060E
(34,6,14)
#1F060D
(31,6,13)
#1C060C
(28,6,12)
#19060B
(25,6,11)
#16060A
(22,6,10)
#130609
(19,6,9)
#100608
(16,6,8)
#0D0607
(13,6,7)
#0A0606
(10,6,6)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #25060F

#25060F
(37,6,15)
#381C24
(56,28,36)
#4B3239
(75,50,57)
#5E484E
(94,72,78)
#715E63
(113,94,99)
#847478
(132,116,120)
#978A8D
(151,138,141)
#AAA0A2
(170,160,162)
#BDB6B7
(189,182,183)
#D0CCCC
(208,204,204)
#E3E2E1
(227,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25060F; }

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

This text font color is #25060F.

Background Color

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

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

This div background color is #25060F.

Border color

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

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

This div border color is #25060F.

Opacity

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

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

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

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

This text has shadow with #25060F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25060F.

Preview

Color preview on black background

This text has color #25060F on black background.


Color preview on white background

This text has color #25060F on white background.


Black color preview on #25060F background

This text has black color on #25060F background.


White color preview on #25060F background

This text has white color on #25060F background.


Related colors

Complementary color

Complementary color for #hex is #DAF9F0.


I love getcolorcode.com

Triadic colors

1 #0F2506 and #060F25 with #25060F are triadic colors.

2 #0F0625 and #06250F with #25060F are triadic colors.