COLOR #19250F

HEX: #19250F RGB: (25,37,15)

Color info

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

RGB color model

#19250F color RGB value is (25,37,15).

RGB: (25,37,15) (10%, 15%, 6%)

RGB channels and saturation

R 25 of 255 = 10%
G 37 of 255 = 15%
B 15 of 255 = 6%

25
37
15

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

Portions of RGB colors in percentages

R + G + B = 25 + 37 + 15 = 77 (100%)
R 25 of 77 ~ 32.47%
G 37 of 77 ~ 48.05%
B 15 of 77 ~ 19.48'%

%32.47
%48.05
%19.48

CMYK color model

#19250F color CMYK value is (32,0,59,85).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 59.46%
  • key color value is 85.49%

CMYK: (32,0,59,85)
C32M0Y59K85 (32%, 0%, 59%, 85%)
(0.32 / 0.00 / 0.59 / 0.85)

CMYK percentages

%32.43
%0
%59.46
%85.49

Codes

Color #19250F in popluar color models

19 25 0F
RGB 25 37 15
HSL 93° 42.31% 10.20%
HSB/HSV 93° 59.46% 14.51%
CMYK 32.43% 0.00% 59.46%
85.49%

Color #19250F in popluar number systems.

HEX 19 25 0F
Decimal 25 37 15
Binary 11001 100101 1111
Octal 31 45 17

Shades and tints

Shades of #19250F

#19250F
(25,37,15)
#17220E
(23,34,14)
#151F0D
(21,31,13)
#131C0C
(19,28,12)
#11190B
(17,25,11)
#0F160A
(15,22,10)
#0D1309
(13,19,9)
#0B1008
(11,16,8)
#090D07
(9,13,7)
#070A06
(7,10,6)
#050705
(5,7,5)
#000000
(0,0,0)

Tints of #19250F

#19250F
(25,37,15)
#2D3824
(45,56,36)
#414B39
(65,75,57)
#555E4E
(85,94,78)
#697163
(105,113,99)
#7D8478
(125,132,120)
#91978D
(145,151,141)
#A5AAA2
(165,170,162)
#B9BDB7
(185,189,183)
#CDD0CC
(205,208,204)
#E1E3E1
(225,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19250F; }

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

This text font color is #19250F.

Background Color

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

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

This div background color is #19250F.

Border color

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

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

This div border color is #19250F.

Opacity

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

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

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

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

This text has shadow with #19250F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #19250F.

Preview

Color preview on black background

This text has color #19250F on black background.


Color preview on white background

This text has color #19250F on white background.


Black color preview on #19250F background

This text has black color on #19250F background.


White color preview on #19250F background

This text has white color on #19250F background.


Related colors

Complementary color

Complementary color for #hex is #E6DAF0.


I love getcolorcode.com

Triadic colors

1 #0F1925 and #250F19 with #19250F are triadic colors.

2 #0F2519 and #25190F with #19250F are triadic colors.