COLOR #175D48

HEX: #175D48
RGB: (23,93,72)

Color info

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

RGB color model

#175D48 color RGB value is (23,93,72).

  • red value is 23;
  • green value is 93;
  • blue value is 72.
RGB:
(23,93,72)
(9%,36%,28%)

RGB channels and saturation

R 23 of 255 = 9%
G 93 of 255 = 36%
B 72 of 255 = 28%

23
93
72

R + G + B ~ 24%. #175D48 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 93 + 72 = 188 (100%)
R 23 of 188 ~ 12.23%
G 93 of 188 ~ 49.47%
B 72 of 188 ~ 38.3%

%12.23
%49.47
%38.3

CMYK color model

#175D48 color CMYK value is (75,0,23,64).

  • cyan value is 75.27%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 63.53%
CMYK:
(75,0,23,64)
C75M0Y23K64 
(75%,0%,23%,64%)
(0.75/0.00/0.23/0.64)	

CMYK percentages

%75.27
%0
%22.58
%63.53

Codes

Color #175D48 in popluar color models

175D48
RGB239372
HSL162°60.34%22.75%
HSB/HSV162°75.27%36.47%
CMYK75.27%0.00%22.58%
63.53%

Color #175D48 in popluar number systems.

HEX175D48
Decimal239372
Binary1011110111011001000
Octal27135110

Shades and tints

Shades of #175D48

#175D48
(23,93,72)
#155542
(21,85,66)
#134D3C
(19,77,60)
#114536
(17,69,54)
#0F3D30
(15,61,48)
#0D352A
(13,53,42)
#0B2D24
(11,45,36)
#09251E
(9,37,30)
#071D18
(7,29,24)
#051512
(5,21,18)
#030D0C
(3,13,12)
#000000
(0,0,0)

Tints of #175D48

#175D48
(23,93,72)
#2C6B58
(44,107,88)
#417968
(65,121,104)
#568778
(86,135,120)
#6B9588
(107,149,136)
#80A398
(128,163,152)
#95B1A8
(149,177,168)
#AABFB8
(170,191,184)
#BFCDC8
(191,205,200)
#D4DBD8
(212,219,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #175D48 color. Also use rgb(23,93,72) instead hex code.

Text Font Color

.myTextColor { color: #175D48; }

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

This text font color is #175D48.


Background Color

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

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

This div background color is #175D48.


Border color

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

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

This div border color is #175D48.


Opacity

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

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

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

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

This text has shadow with #175D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #175D48 on black background.


Color preview on white background

This text has color #175D48 on white background.



Black color preview on #175D48 background

This text has black color on #175D48 background.


White color preview on #175D48 background

This text has white color on #175D48 background.