COLOR #19250B

HEX: #19250B
RGB: (25,37,11)

Color info

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

RGB color model

#19250B color RGB value is (25,37,11).

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

RGB channels and saturation

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

25
37
11

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

Portions of RGB colors in percentages

R + G + B =
25 + 37 + 11 = 73 (100%)
R 25 of 73 ~ 34.25%
G 37 of 73 ~ 50.68%
B 11 of 73 ~ 15.07%

%34.25
%50.68
%15.07

CMYK color model

#19250B color CMYK value is (32,0,70,85).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 70.27%
  • key color value is 85.49%
CMYK:
(32,0,70,85)
C32M0Y70K85 
(32%,0%,70%,85%)
(0.32/0.00/0.70/0.85)	

CMYK percentages

%32.43
%0
%70.27
%85.49

Codes

Color #19250B in popluar color models

19250B
RGB253711
HSL88°54.17%9.41%
HSB/HSV88°70.27%14.51%
CMYK32.43%0.00%70.27%
85.49%

Color #19250B in popluar number systems.

HEX19250B
Decimal253711
Binary110011001011011
Octal314513

Shades and tints

Shades of #19250B

#19250B
(25,37,11)
#17220A
(23,34,10)
#151F09
(21,31,9)
#131C08
(19,28,8)
#111907
(17,25,7)
#0F1606
(15,22,6)
#0D1305
(13,19,5)
#0B1004
(11,16,4)
#090D03
(9,13,3)
#070A02
(7,10,2)
#050701
(5,7,1)
#000000
(0,0,0)

Tints of #19250B

#19250B
(25,37,11)
#2D3821
(45,56,33)
#414B37
(65,75,55)
#555E4D
(85,94,77)
#697163
(105,113,99)
#7D8479
(125,132,121)
#91978F
(145,151,143)
#A5AAA5
(165,170,165)
#B9BDBB
(185,189,187)
#CDD0D1
(205,208,209)
#E1E3E7
(225,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19250B; }

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

This text font color is #19250B.


Background Color

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

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

This div background color is #19250B.


Border color

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

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

This div border color is #19250B.


Opacity

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

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

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

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

This text has shadow with #19250B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19250B on black background.


Color preview on white background

This text has color #19250B on white background.



Black color preview on #19250B background

This text has black color on #19250B background.


White color preview on #19250B background

This text has white color on #19250B background.