COLOR #25050C

HEX: #25050C
RGB: (37,5,12)

Color info

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

RGB color model

#25050C color RGB value is (37,5,12).

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

RGB channels and saturation

R 37 of 255 = 15%
G 5 of 255 = 2%
B 12 of 255 = 5%

37
5
12

R + G + B ~ 7%. #25050C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 5 + 12 = 54 (100%)
R 37 of 54 ~ 68.52%
G 5 of 54 ~ 9.26%
B 12 of 54 ~ 22.22%

%68.52
%22.22

CMYK color model

#25050C color CMYK value is (0,86,68,85).

  • cyan value is 0.00%
  • magenta value is 86.49%
  • yellow value is 67.57%
  • key color value is 85.49%
CMYK:
(0,86,68,85)
C0M86Y68K85 
(0%,86%,68%,85%)
(0.00/0.86/0.68/0.85)	

CMYK percentages

%0
%86.49
%67.57
%85.49

Codes

Color #25050C in popluar color models

25050C
RGB37512
HSL347°76.19%8.24%
HSB/HSV347°86.49%14.51%
CMYK0.00%86.49%67.57%
85.49%

Color #25050C in popluar number systems.

HEX25050C
Decimal37512
Binary1001011011100
Octal45514

Shades and tints

Shades of #25050C

#25050C
(37,5,12)
#22050B
(34,5,11)
#1F050A
(31,5,10)
#1C0509
(28,5,9)
#190508
(25,5,8)
#160507
(22,5,7)
#130506
(19,5,6)
#100505
(16,5,5)
#0D0504
(13,5,4)
#0A0503
(10,5,3)
#070502
(7,5,2)
#000000
(0,0,0)

Tints of #25050C

#25050C
(37,5,12)
#381B22
(56,27,34)
#4B3138
(75,49,56)
#5E474E
(94,71,78)
#715D64
(113,93,100)
#84737A
(132,115,122)
#978990
(151,137,144)
#AA9FA6
(170,159,166)
#BDB5BC
(189,181,188)
#D0CBD2
(208,203,210)
#E3E1E8
(227,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25050C; }

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

This text font color is #25050C.


Background Color

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

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

This div background color is #25050C.


Border color

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

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

This div border color is #25050C.


Opacity

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

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

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

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

This text has shadow with #25050C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25050C on black background.


Color preview on white background

This text has color #25050C on white background.



Black color preview on #25050C background

This text has black color on #25050C background.


White color preview on #25050C background

This text has white color on #25050C background.