COLOR #175849

HEX: #175849
RGB: (23,88,73)

Color info

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

RGB color model

#175849 color RGB value is (23,88,73).

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

RGB channels and saturation

R 23 of 255 = 9%
G 88 of 255 = 35%
B 73 of 255 = 29%

23
88
73

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

Portions of RGB colors in percentages

R + G + B =
23 + 88 + 73 = 184 (100%)
R 23 of 184 ~ 12.5%
G 88 of 184 ~ 47.83%
B 73 of 184 ~ 39.67%

%12.5
%47.83
%39.67

CMYK color model

#175849 color CMYK value is (74,0,17,65).

  • cyan value is 73.86%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(74,0,17,65)
C74M0Y17K65 
(74%,0%,17%,65%)
(0.74/0.00/0.17/0.65)	

CMYK percentages

%73.86
%0
%17.05
%65.49

Codes

Color #175849 in popluar color models

175849
RGB238873
HSL166°58.56%21.76%
HSB/HSV166°73.86%34.51%
CMYK73.86%0.00%17.05%
65.49%

Color #175849 in popluar number systems.

HEX175849
Decimal238873
Binary1011110110001001001
Octal27130111

Shades and tints

Shades of #175849

#175849
(23,88,73)
#155043
(21,80,67)
#13483D
(19,72,61)
#114037
(17,64,55)
#0F3831
(15,56,49)
#0D302B
(13,48,43)
#0B2825
(11,40,37)
#09201F
(9,32,31)
#071819
(7,24,25)
#051013
(5,16,19)
#03080D
(3,8,13)
#000000
(0,0,0)

Tints of #175849

#175849
(23,88,73)
#2C6759
(44,103,89)
#417669
(65,118,105)
#568579
(86,133,121)
#6B9489
(107,148,137)
#80A399
(128,163,153)
#95B2A9
(149,178,169)
#AAC1B9
(170,193,185)
#BFD0C9
(191,208,201)
#D4DFD9
(212,223,217)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #175849; }

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

This text font color is #175849.


Background Color

.myBgColor { background-color: #175849; }

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

This div background color is #175849.


Border color

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

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

This div border color is #175849.


Opacity

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

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

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

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

This text has shadow with #175849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #175849 on black background.


Color preview on white background

This text has color #175849 on white background.



Black color preview on #175849 background

This text has black color on #175849 background.


White color preview on #175849 background

This text has white color on #175849 background.