COLOR #25051C

HEX: #25051C
RGB: (37,5,28)

Color info

#25051C contains red, green and blue colors in about the same proportion. Web safe color of #25051C is #330033 (or #303).

RGB color model

#25051C color RGB value is (37,5,28).

  • red value is 37;
  • green value is 5;
  • blue value is 28.
RGB:
(37,5,28)
(15%,2%,11%)

RGB channels and saturation

R 37 of 255 = 15%
G 5 of 255 = 2%
B 28 of 255 = 11%

37
5
28

R + G + B ~ 9%. #25051C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 5 + 28 = 70 (100%)
R 37 of 70 ~ 52.86%
G 5 of 70 ~ 7.14%
B 28 of 70 ~ 40%

%52.86
%40

CMYK color model

#25051C color CMYK value is (0,86,24,85).

  • cyan value is 0.00%
  • magenta value is 86.49%
  • yellow value is 24.32%
  • key color value is 85.49%
CMYK:
(0,86,24,85)
C0M86Y24K85 
(0%,86%,24%,85%)
(0.00/0.86/0.24/0.85)	

CMYK percentages

%0
%86.49
%24.32
%85.49

Codes

Color #25051C in popluar color models

25051C
RGB37528
HSL317°76.19%8.24%
HSB/HSV317°86.49%14.51%
CMYK0.00%86.49%24.32%
85.49%

Color #25051C in popluar number systems.

HEX25051C
Decimal37528
Binary10010110111100
Octal45534

Shades and tints

Shades of #25051C

#25051C
(37,5,28)
#22051A
(34,5,26)
#1F0518
(31,5,24)
#1C0516
(28,5,22)
#190514
(25,5,20)
#160512
(22,5,18)
#130510
(19,5,16)
#10050E
(16,5,14)
#0D050C
(13,5,12)
#0A050A
(10,5,10)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #25051C

#25051C
(37,5,28)
#381B30
(56,27,48)
#4B3144
(75,49,68)
#5E4758
(94,71,88)
#715D6C
(113,93,108)
#847380
(132,115,128)
#978994
(151,137,148)
#AA9FA8
(170,159,168)
#BDB5BC
(189,181,188)
#D0CBD0
(208,203,208)
#E3E1E4
(227,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25051C color. Also use rgb(37,5,28) instead hex code.

Text Font Color

.myTextColor { color: #25051C; }

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

This text font color is #25051C.


Background Color

.myBgColor { background-color: #25051C; }

<div style="background-color:#25051C">Inner text</div>

This div background color is #25051C.


Border color

.myBorderColor { border: 1px solid #25051C; }

<div style="border:3px solid #25051C">Div</div>

This div border color is #25051C.


Opacity

.myOpacity80 { color: #25051C; opacity: 0.8; }

<p style="color:#25051C;opacity:0.8;">80%</p>

Text with #25051C 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 #25051C;}

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

This text has shadow with #25051C color.

.textShadow {text-shadow: 3px 3px 1px #25051C, 3px 3px 1px red;}

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

This text has shadow with #25051C primary color and red secondary color.


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

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

This text has shadow with #25051C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25051C on black background.


Color preview on white background

This text has color #25051C on white background.



Black color preview on #25051C background

This text has black color on #25051C background.


White color preview on #25051C background

This text has white color on #25051C background.