COLOR #193323

HEX: #193323 RGB: (25,51,35)

Color info

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

RGB color model

#193323 color RGB value is (25,51,35).

RGB: (25,51,35) (10%, 20%, 14%)

RGB channels and saturation

R 25 of 255 = 10%
G 51 of 255 = 20%
B 35 of 255 = 14%

25
51
35

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

Portions of RGB colors in percentages

R + G + B = 25 + 51 + 35 = 111 (100%)
R 25 of 111 ~ 22.52%
G 51 of 111 ~ 45.95%
B 35 of 111 ~ 31.53'%

%22.52
%45.95
%31.53

CMYK color model

#193323 color CMYK value is (51,0,31,80).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 80.00%
CMYK: (51,0,31,80) C51M0Y31K80 (51%,0%,31%,80%) (0.51/0.00/0.31/0.80) 

CMYK percentages

%50.98
%0
%31.37
%80

Codes

Color #193323 in popluar color models

19 33 23
RGB 25 51 35
HSL 143° 34.21% 14.90%
HSB/HSV 143° 50.98% 20.00%
CMYK 50.98% 0.00% 31.37%
80.00%

Color #193323 in popluar number systems.

HEX 19 33 23
Decimal 25 51 35
Binary 11001 110011 100011
Octal 31 63 43

Shades and tints

Shades of #193323

#193323
(25,51,35)
#172F20
(23,47,32)
#152B1D
(21,43,29)
#13271A
(19,39,26)
#112317
(17,35,23)
#0F1F14
(15,31,20)
#0D1B11
(13,27,17)
#0B170E
(11,23,14)
#09130B
(9,19,11)
#070F08
(7,15,8)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #193323

#193323
(25,51,35)
#2D4537
(45,69,55)
#41574B
(65,87,75)
#55695F
(85,105,95)
#697B73
(105,123,115)
#7D8D87
(125,141,135)
#919F9B
(145,159,155)
#A5B1AF
(165,177,175)
#B9C3C3
(185,195,195)
#CDD5D7
(205,213,215)
#E1E7EB
(225,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193323 color. Also use rgb(25,51,35) instead hex code.

Text Font Color

.myTextColor { color: #193323; }

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

This text font color is #193323.

Background Color

.myBgColor { background-color: #193323; }

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

This div background color is #193323.

Border color

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

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

This div border color is #193323.

Opacity

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

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

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

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

This text has shadow with #193323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193323.

Preview

Color preview on black background

This text has color #193323 on black background.


Color preview on white background

This text has color #193323 on white background.


Black color preview on #193323 background

This text has black color on #193323 background.


White color preview on #193323 background

This text has white color on #193323 background.


Related colors

Complementary color

Complementary color for #hex is #E6CCDC.


I love getcolorcode.com

Triadic colors

1 #231933 and #332319 with #193323 are triadic colors.

2 #233319 and #331923 with #193323 are triadic colors.