COLOR #175B49

HEX: #175B49
RGB: (23,91,73)

Color info

#175B49 contains mainly green and blue colors. Web safe color of #175B49 is #006633 (or #063).

RGB color model

#175B49 color RGB value is (23,91,73).

  • red value is 23;
  • green value is 91;
  • blue value is 73.
RGB:
(23,91,73)
(9%,36%,29%)

RGB channels and saturation

R 23 of 255 = 9%
G 91 of 255 = 36%
B 73 of 255 = 29%

23
91
73

R + G + B ~ 25%. #175B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 91 + 73 = 187 (100%)
R 23 of 187 ~ 12.3%
G 91 of 187 ~ 48.66%
B 73 of 187 ~ 39.04%

%12.3
%48.66
%39.04

CMYK color model

#175B49 color CMYK value is (75,0,20,64).

  • cyan value is 74.73%
  • magenta value is 0.00%
  • yellow value is 19.78%
  • key color value is 64.31%
CMYK:
(75,0,20,64)
C75M0Y20K64 
(75%,0%,20%,64%)
(0.75/0.00/0.20/0.64)	

CMYK percentages

%74.73
%0
%19.78
%64.31

Codes

Color #175B49 in popluar color models

175B49
RGB239173
HSL164°59.65%22.35%
HSB/HSV164°74.73%35.69%
CMYK74.73%0.00%19.78%
64.31%

Color #175B49 in popluar number systems.

HEX175B49
Decimal239173
Binary1011110110111001001
Octal27133111

Shades and tints

Shades of #175B49

#175B49
(23,91,73)
#155343
(21,83,67)
#134B3D
(19,75,61)
#114337
(17,67,55)
#0F3B31
(15,59,49)
#0D332B
(13,51,43)
#0B2B25
(11,43,37)
#09231F
(9,35,31)
#071B19
(7,27,25)
#051313
(5,19,19)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #175B49

#175B49
(23,91,73)
#2C6959
(44,105,89)
#417769
(65,119,105)
#568579
(86,133,121)
#6B9389
(107,147,137)
#80A199
(128,161,153)
#95AFA9
(149,175,169)
#AABDB9
(170,189,185)
#BFCBC9
(191,203,201)
#D4D9D9
(212,217,217)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #175B49 color. Also use rgb(23,91,73) instead hex code.

Text Font Color

.myTextColor { color: #175B49; }

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

This text font color is #175B49.


Background Color

.myBgColor { background-color: #175B49; }

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

This div background color is #175B49.


Border color

.myBorderColor { border: 1px solid #175B49; }

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

This div border color is #175B49.


Opacity

.myOpacity80 { color: #175B49; opacity: 0.8; }

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

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

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

This text has shadow with #175B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #175B49 on black background.


Color preview on white background

This text has color #175B49 on white background.



Black color preview on #175B49 background

This text has black color on #175B49 background.


White color preview on #175B49 background

This text has white color on #175B49 background.