COLOR #19251C

HEX: #19251C
RGB: (25,37,28)

Color info

#19251C contains red, green and blue colors in about the same proportion. Web safe color of #19251C is #003333 (or #033).

RGB color model

#19251C color RGB value is (25,37,28).

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

RGB channels and saturation

R 25 of 255 = 10%
G 37 of 255 = 15%
B 28 of 255 = 11%

25
37
28

R + G + B ~ 12%. #19251C is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 37 + 28 = 90 (100%)
R 25 of 90 ~ 27.78%
G 37 of 90 ~ 41.11%
B 28 of 90 ~ 31.11%

%27.78
%41.11
%31.11

CMYK color model

#19251C color CMYK value is (32,0,24,85).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 85.49%
CMYK:
(32,0,24,85)
C32M0Y24K85 
(32%,0%,24%,85%)
(0.32/0.00/0.24/0.85)	

CMYK percentages

%32.43
%0
%24.32
%85.49

Codes

Color #19251C in popluar color models

19251C
RGB253728
HSL135°19.35%12.16%
HSB/HSV135°32.43%14.51%
CMYK32.43%0.00%24.32%
85.49%

Color #19251C in popluar number systems.

HEX19251C
Decimal253728
Binary1100110010111100
Octal314534

Shades and tints

Shades of #19251C

#19251C
(25,37,28)
#17221A
(23,34,26)
#151F18
(21,31,24)
#131C16
(19,28,22)
#111914
(17,25,20)
#0F1612
(15,22,18)
#0D1310
(13,19,16)
#0B100E
(11,16,14)
#090D0C
(9,13,12)
#070A0A
(7,10,10)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #19251C

#19251C
(25,37,28)
#2D3830
(45,56,48)
#414B44
(65,75,68)
#555E58
(85,94,88)
#69716C
(105,113,108)
#7D8480
(125,132,128)
#919794
(145,151,148)
#A5AAA8
(165,170,168)
#B9BDBC
(185,189,188)
#CDD0D0
(205,208,208)
#E1E3E4
(225,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19251C; }

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

This text font color is #19251C.


Background Color

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

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

This div background color is #19251C.


Border color

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

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

This div border color is #19251C.


Opacity

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

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

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

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

This text has shadow with #19251C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19251C on black background.


Color preview on white background

This text has color #19251C on white background.



Black color preview on #19251C background

This text has black color on #19251C background.


White color preview on #19251C background

This text has white color on #19251C background.