COLOR #193C29

HEX: #193C29
RGB: (25,60,41)

Color info

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

RGB color model

#193C29 color RGB value is (25,60,41).

  • red value is 25;
  • green value is 60;
  • blue value is 41.
RGB:
(25,60,41)
(10%,24%,16%)

RGB channels and saturation

R 25 of 255 = 10%
G 60 of 255 = 24%
B 41 of 255 = 16%

25
60
41

R + G + B ~ 17%. #193C29 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 60 + 41 = 126 (100%)
R 25 of 126 ~ 19.84%
G 60 of 126 ~ 47.62%
B 41 of 126 ~ 32.54%

%19.84
%47.62
%32.54

CMYK color model

#193C29 color CMYK value is (58,0,32,76).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 76.47%
CMYK:
(58,0,32,76)
C58M0Y32K76 
(58%,0%,32%,76%)
(0.58/0.00/0.32/0.76)	

CMYK percentages

%58.33
%0
%31.67
%76.47

Codes

Color #193C29 in popluar color models

193C29
RGB256041
HSL147°41.18%16.67%
HSB/HSV147°58.33%23.53%
CMYK58.33%0.00%31.67%
76.47%

Color #193C29 in popluar number systems.

HEX193C29
Decimal256041
Binary11001111100101001
Octal317451

Shades and tints

Shades of #193C29

#193C29
(25,60,41)
#173726
(23,55,38)
#153223
(21,50,35)
#132D20
(19,45,32)
#11281D
(17,40,29)
#0F231A
(15,35,26)
#0D1E17
(13,30,23)
#0B1914
(11,25,20)
#091411
(9,20,17)
#070F0E
(7,15,14)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #193C29

#193C29
(25,60,41)
#2D4D3C
(45,77,60)
#415E4F
(65,94,79)
#556F62
(85,111,98)
#698075
(105,128,117)
#7D9188
(125,145,136)
#91A29B
(145,162,155)
#A5B3AE
(165,179,174)
#B9C4C1
(185,196,193)
#CDD5D4
(205,213,212)
#E1E6E7
(225,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193C29 color. Also use rgb(25,60,41) instead hex code.

Text Font Color

.myTextColor { color: #193C29; }

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

This text font color is #193C29.


Background Color

.myBgColor { background-color: #193C29; }

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

This div background color is #193C29.


Border color

.myBorderColor { border: 1px solid #193C29; }

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

This div border color is #193C29.


Opacity

.myOpacity80 { color: #193C29; opacity: 0.8; }

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

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

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

This text has shadow with #193C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193C29 on black background.


Color preview on white background

This text has color #193C29 on white background.



Black color preview on #193C29 background

This text has black color on #193C29 background.


White color preview on #193C29 background

This text has white color on #193C29 background.