COLOR #19250E

HEX: #19250E
RGB: (25,37,14)

Color info

#19250E contains red, green and blue colors in about the same proportion. Web safe color of #19250E is #003300 (or #030).

RGB color model

#19250E color RGB value is (25,37,14).

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

RGB channels and saturation

R 25 of 255 = 10%
G 37 of 255 = 15%
B 14 of 255 = 5%

25
37
14

R + G + B ~ 10%. #19250E is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 37 + 14 = 76 (100%)
R 25 of 76 ~ 32.89%
G 37 of 76 ~ 48.68%
B 14 of 76 ~ 18.42%

%32.89
%48.68
%18.42

CMYK color model

#19250E color CMYK value is (32,0,62,85).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 62.16%
  • key color value is 85.49%
CMYK:
(32,0,62,85)
C32M0Y62K85 
(32%,0%,62%,85%)
(0.32/0.00/0.62/0.85)	

CMYK percentages

%32.43
%0
%62.16
%85.49

Codes

Color #19250E in popluar color models

19250E
RGB253714
HSL91°45.10%10.00%
HSB/HSV91°62.16%14.51%
CMYK32.43%0.00%62.16%
85.49%

Color #19250E in popluar number systems.

HEX19250E
Decimal253714
Binary110011001011110
Octal314516

Shades and tints

Shades of #19250E

#19250E
(25,37,14)
#17220D
(23,34,13)
#151F0C
(21,31,12)
#131C0B
(19,28,11)
#11190A
(17,25,10)
#0F1609
(15,22,9)
#0D1308
(13,19,8)
#0B1007
(11,16,7)
#090D06
(9,13,6)
#070A05
(7,10,5)
#050704
(5,7,4)
#000000
(0,0,0)

Tints of #19250E

#19250E
(25,37,14)
#2D3823
(45,56,35)
#414B38
(65,75,56)
#555E4D
(85,94,77)
#697162
(105,113,98)
#7D8477
(125,132,119)
#91978C
(145,151,140)
#A5AAA1
(165,170,161)
#B9BDB6
(185,189,182)
#CDD0CB
(205,208,203)
#E1E3E0
(225,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19250E; }

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

This text font color is #19250E.


Background Color

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

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

This div background color is #19250E.


Border color

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

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

This div border color is #19250E.


Opacity

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

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

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

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

This text has shadow with #19250E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19250E on black background.


Color preview on white background

This text has color #19250E on white background.



Black color preview on #19250E background

This text has black color on #19250E background.


White color preview on #19250E background

This text has white color on #19250E background.