COLOR #174C36

HEX: #174C36
RGB: (23,76,54)

Color info

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

RGB color model

#174C36 color RGB value is (23,76,54).

  • red value is 23;
  • green value is 76;
  • blue value is 54.
RGB:
(23,76,54)
(9%,30%,21%)

RGB channels and saturation

R 23 of 255 = 9%
G 76 of 255 = 30%
B 54 of 255 = 21%

23
76
54

R + G + B ~ 20%. #174C36 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 76 + 54 = 153 (100%)
R 23 of 153 ~ 15.03%
G 76 of 153 ~ 49.67%
B 54 of 153 ~ 35.29%

%15.03
%49.67
%35.29

CMYK color model

#174C36 color CMYK value is (70,0,29,70).

  • cyan value is 69.74%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 70.20%
CMYK:
(70,0,29,70)
C70M0Y29K70 
(70%,0%,29%,70%)
(0.70/0.00/0.29/0.70)	

CMYK percentages

%69.74
%0
%28.95
%70.2

Codes

Color #174C36 in popluar color models

174C36
RGB237654
HSL155°53.54%19.41%
HSB/HSV155°69.74%29.80%
CMYK69.74%0.00%28.95%
70.20%

Color #174C36 in popluar number systems.

HEX174C36
Decimal237654
Binary101111001100110110
Octal2711466

Shades and tints

Shades of #174C36

#174C36
(23,76,54)
#154632
(21,70,50)
#13402E
(19,64,46)
#113A2A
(17,58,42)
#0F3426
(15,52,38)
#0D2E22
(13,46,34)
#0B281E
(11,40,30)
#09221A
(9,34,26)
#071C16
(7,28,22)
#051612
(5,22,18)
#03100E
(3,16,14)
#000000
(0,0,0)

Tints of #174C36

#174C36
(23,76,54)
#2C5C48
(44,92,72)
#416C5A
(65,108,90)
#567C6C
(86,124,108)
#6B8C7E
(107,140,126)
#809C90
(128,156,144)
#95ACA2
(149,172,162)
#AABCB4
(170,188,180)
#BFCCC6
(191,204,198)
#D4DCD8
(212,220,216)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174C36 color. Also use rgb(23,76,54) instead hex code.

Text Font Color

.myTextColor { color: #174C36; }

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

This text font color is #174C36.


Background Color

.myBgColor { background-color: #174C36; }

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

This div background color is #174C36.


Border color

.myBorderColor { border: 1px solid #174C36; }

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

This div border color is #174C36.


Opacity

.myOpacity80 { color: #174C36; opacity: 0.8; }

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

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

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

This text has shadow with #174C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #174C36 on black background.


Color preview on white background

This text has color #174C36 on white background.



Black color preview on #174C36 background

This text has black color on #174C36 background.


White color preview on #174C36 background

This text has white color on #174C36 background.