COLOR #173135

HEX: #173135
RGB: (23,49,53)

Color info

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

RGB color model

#173135 color RGB value is (23,49,53).

  • red value is 23;
  • green value is 49;
  • blue value is 53.
RGB:
(23,49,53)
(9%,19%,21%)

RGB channels and saturation

R 23 of 255 = 9%
G 49 of 255 = 19%
B 53 of 255 = 21%

23
49
53

R + G + B ~ 16%. #173135 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 49 + 53 = 125 (100%)
R 23 of 125 ~ 18.4%
G 49 of 125 ~ 39.2%
B 53 of 125 ~ 42.4%

%18.4
%39.2
%42.4

CMYK color model

#173135 color CMYK value is (57,8,0,79).

  • cyan value is 56.60%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(57,8,0,79)
C57M8Y0K79 
(57%,8%,0%,79%)
(0.57/0.08/0.00/0.79)	

CMYK percentages

%56.6
%7.55
%0
%79.22

Codes

Color #173135 in popluar color models

173135
RGB234953
HSL188°39.47%14.90%
HSB/HSV188°56.60%20.78%
CMYK56.60%7.55%0.00%
79.22%

Color #173135 in popluar number systems.

HEX173135
Decimal234953
Binary10111110001110101
Octal276165

Shades and tints

Shades of #173135

#173135
(23,49,53)
#152D31
(21,45,49)
#13292D
(19,41,45)
#112529
(17,37,41)
#0F2125
(15,33,37)
#0D1D21
(13,29,33)
#0B191D
(11,25,29)
#091519
(9,21,25)
#071115
(7,17,21)
#050D11
(5,13,17)
#03090D
(3,9,13)
#000000
(0,0,0)

Tints of #173135

#173135
(23,49,53)
#2C4347
(44,67,71)
#415559
(65,85,89)
#56676B
(86,103,107)
#6B797D
(107,121,125)
#808B8F
(128,139,143)
#959DA1
(149,157,161)
#AAAFB3
(170,175,179)
#BFC1C5
(191,193,197)
#D4D3D7
(212,211,215)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173135 color. Also use rgb(23,49,53) instead hex code.

Text Font Color

.myTextColor { color: #173135; }

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

This text font color is #173135.


Background Color

.myBgColor { background-color: #173135; }

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

This div background color is #173135.


Border color

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

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

This div border color is #173135.


Opacity

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

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

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

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

This text has shadow with #173135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173135 on black background.


Color preview on white background

This text has color #173135 on white background.



Black color preview on #173135 background

This text has black color on #173135 background.


White color preview on #173135 background

This text has white color on #173135 background.