COLOR #175346

HEX: #175346
RGB: (23,83,70)

Color info

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

RGB color model

#175346 color RGB value is (23,83,70).

  • red value is 23;
  • green value is 83;
  • blue value is 70.
RGB:
(23,83,70)
(9%,33%,27%)

RGB channels and saturation

R 23 of 255 = 9%
G 83 of 255 = 33%
B 70 of 255 = 27%

23
83
70

R + G + B ~ 23%. #175346 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 83 + 70 = 176 (100%)
R 23 of 176 ~ 13.07%
G 83 of 176 ~ 47.16%
B 70 of 176 ~ 39.77%

%13.07
%47.16
%39.77

CMYK color model

#175346 color CMYK value is (72,0,16,67).

  • cyan value is 72.29%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 67.45%
CMYK:
(72,0,16,67)
C72M0Y16K67 
(72%,0%,16%,67%)
(0.72/0.00/0.16/0.67)	

CMYK percentages

%72.29
%0
%15.66
%67.45

Codes

Color #175346 in popluar color models

175346
RGB238370
HSL167°56.60%20.78%
HSB/HSV167°72.29%32.55%
CMYK72.29%0.00%15.66%
67.45%

Color #175346 in popluar number systems.

HEX175346
Decimal238370
Binary1011110100111000110
Octal27123106

Shades and tints

Shades of #175346

#175346
(23,83,70)
#154C40
(21,76,64)
#13453A
(19,69,58)
#113E34
(17,62,52)
#0F372E
(15,55,46)
#0D3028
(13,48,40)
#0B2922
(11,41,34)
#09221C
(9,34,28)
#071B16
(7,27,22)
#051410
(5,20,16)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #175346

#175346
(23,83,70)
#2C6256
(44,98,86)
#417166
(65,113,102)
#568076
(86,128,118)
#6B8F86
(107,143,134)
#809E96
(128,158,150)
#95ADA6
(149,173,166)
#AABCB6
(170,188,182)
#BFCBC6
(191,203,198)
#D4DAD6
(212,218,214)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #175346 color. Also use rgb(23,83,70) instead hex code.

Text Font Color

.myTextColor { color: #175346; }

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

This text font color is #175346.


Background Color

.myBgColor { background-color: #175346; }

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

This div background color is #175346.


Border color

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

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

This div border color is #175346.


Opacity

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

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

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

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

This text has shadow with #175346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #175346 on black background.


Color preview on white background

This text has color #175346 on white background.



Black color preview on #175346 background

This text has black color on #175346 background.


White color preview on #175346 background

This text has white color on #175346 background.