COLOR #192830

HEX: #192830
RGB: (25,40,48)

Color info

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

RGB color model

#192830 color RGB value is (25,40,48).

  • red value is 25;
  • green value is 40;
  • blue value is 48.
RGB:
(25,40,48)
(10%,16%,19%)

RGB channels and saturation

R 25 of 255 = 10%
G 40 of 255 = 16%
B 48 of 255 = 19%

25
40
48

R + G + B ~ 15%. #192830 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 40 + 48 = 113 (100%)
R 25 of 113 ~ 22.12%
G 40 of 113 ~ 35.4%
B 48 of 113 ~ 42.48%

%22.12
%35.4
%42.48

CMYK color model

#192830 color CMYK value is (48,17,0,81).

  • cyan value is 47.92%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(48,17,0,81)
C48M17Y0K81 
(48%,17%,0%,81%)
(0.48/0.17/0.00/0.81)	

CMYK percentages

%47.92
%16.67
%0
%81.18

Codes

Color #192830 in popluar color models

192830
RGB254048
HSL201°31.51%14.31%
HSB/HSV201°47.92%18.82%
CMYK47.92%16.67%0.00%
81.18%

Color #192830 in popluar number systems.

HEX192830
Decimal254048
Binary11001101000110000
Octal315060

Shades and tints

Shades of #192830

#192830
(25,40,48)
#17252C
(23,37,44)
#152228
(21,34,40)
#131F24
(19,31,36)
#111C20
(17,28,32)
#0F191C
(15,25,28)
#0D1618
(13,22,24)
#0B1314
(11,19,20)
#091010
(9,16,16)
#070D0C
(7,13,12)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #192830

#192830
(25,40,48)
#2D3B42
(45,59,66)
#414E54
(65,78,84)
#556166
(85,97,102)
#697478
(105,116,120)
#7D878A
(125,135,138)
#919A9C
(145,154,156)
#A5ADAE
(165,173,174)
#B9C0C0
(185,192,192)
#CDD3D2
(205,211,210)
#E1E6E4
(225,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #192830 color. Also use rgb(25,40,48) instead hex code.

Text Font Color

.myTextColor { color: #192830; }

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

This text font color is #192830.


Background Color

.myBgColor { background-color: #192830; }

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

This div background color is #192830.


Border color

.myBorderColor { border: 1px solid #192830; }

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

This div border color is #192830.


Opacity

.myOpacity80 { color: #192830; opacity: 0.8; }

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

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

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

This text has shadow with #192830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #192830 on black background.


Color preview on white background

This text has color #192830 on white background.



Black color preview on #192830 background

This text has black color on #192830 background.


White color preview on #192830 background

This text has white color on #192830 background.