COLOR #174C28

HEX: #174C28
RGB: (23,76,40)

Color info

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

RGB color model

#174C28 color RGB value is (23,76,40).

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

RGB channels and saturation

R 23 of 255 = 9%
G 76 of 255 = 30%
B 40 of 255 = 16%

23
76
40

R + G + B ~ 18%. #174C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 76 + 40 = 139 (100%)
R 23 of 139 ~ 16.55%
G 76 of 139 ~ 54.68%
B 40 of 139 ~ 28.78%

%16.55
%54.68
%28.78

CMYK color model

#174C28 color CMYK value is (70,0,47,70).

  • cyan value is 69.74%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 70.20%
CMYK:
(70,0,47,70)
C70M0Y47K70 
(70%,0%,47%,70%)
(0.70/0.00/0.47/0.70)	

CMYK percentages

%69.74
%0
%47.37
%70.2

Codes

Color #174C28 in popluar color models

174C28
RGB237640
HSL139°53.54%19.41%
HSB/HSV139°69.74%29.80%
CMYK69.74%0.00%47.37%
70.20%

Color #174C28 in popluar number systems.

HEX174C28
Decimal237640
Binary101111001100101000
Octal2711450

Shades and tints

Shades of #174C28

#174C28
(23,76,40)
#154625
(21,70,37)
#134022
(19,64,34)
#113A1F
(17,58,31)
#0F341C
(15,52,28)
#0D2E19
(13,46,25)
#0B2816
(11,40,22)
#092213
(9,34,19)
#071C10
(7,28,16)
#05160D
(5,22,13)
#03100A
(3,16,10)
#000000
(0,0,0)

Tints of #174C28

#174C28
(23,76,40)
#2C5C3B
(44,92,59)
#416C4E
(65,108,78)
#567C61
(86,124,97)
#6B8C74
(107,140,116)
#809C87
(128,156,135)
#95AC9A
(149,172,154)
#AABCAD
(170,188,173)
#BFCCC0
(191,204,192)
#D4DCD3
(212,220,211)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #174C28; }

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

This text font color is #174C28.


Background Color

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

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

This div background color is #174C28.


Border color

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

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

This div border color is #174C28.


Opacity

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

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

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

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

This text has shadow with #174C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #174C28 on black background.


Color preview on white background

This text has color #174C28 on white background.



Black color preview on #174C28 background

This text has black color on #174C28 background.


White color preview on #174C28 background

This text has white color on #174C28 background.