COLOR #174B21

HEX: #174B21
RGB: (23,75,33)

Color info

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

RGB color model

#174B21 color RGB value is (23,75,33).

  • red value is 23;
  • green value is 75;
  • blue value is 33.
RGB:
(23,75,33)
(9%,29%,13%)

RGB channels and saturation

R 23 of 255 = 9%
G 75 of 255 = 29%
B 33 of 255 = 13%

23
75
33

R + G + B ~ 17%. #174B21 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 75 + 33 = 131 (100%)
R 23 of 131 ~ 17.56%
G 75 of 131 ~ 57.25%
B 33 of 131 ~ 25.19%

%17.56
%57.25
%25.19

CMYK color model

#174B21 color CMYK value is (69,0,56,71).

  • cyan value is 69.33%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 70.59%
CMYK:
(69,0,56,71)
C69M0Y56K71 
(69%,0%,56%,71%)
(0.69/0.00/0.56/0.71)	

CMYK percentages

%69.33
%0
%56
%70.59

Codes

Color #174B21 in popluar color models

174B21
RGB237533
HSL132°53.06%19.22%
HSB/HSV132°69.33%29.41%
CMYK69.33%0.00%56.00%
70.59%

Color #174B21 in popluar number systems.

HEX174B21
Decimal237533
Binary101111001011100001
Octal2711341

Shades and tints

Shades of #174B21

#174B21
(23,75,33)
#15451E
(21,69,30)
#133F1B
(19,63,27)
#113918
(17,57,24)
#0F3315
(15,51,21)
#0D2D12
(13,45,18)
#0B270F
(11,39,15)
#09210C
(9,33,12)
#071B09
(7,27,9)
#051506
(5,21,6)
#030F03
(3,15,3)
#000000
(0,0,0)

Tints of #174B21

#174B21
(23,75,33)
#2C5B35
(44,91,53)
#416B49
(65,107,73)
#567B5D
(86,123,93)
#6B8B71
(107,139,113)
#809B85
(128,155,133)
#95AB99
(149,171,153)
#AABBAD
(170,187,173)
#BFCBC1
(191,203,193)
#D4DBD5
(212,219,213)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174B21 color. Also use rgb(23,75,33) instead hex code.

Text Font Color

.myTextColor { color: #174B21; }

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

This text font color is #174B21.


Background Color

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

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

This div background color is #174B21.


Border color

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

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

This div border color is #174B21.


Opacity

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

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

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

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

This text has shadow with #174B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #174B21 on black background.


Color preview on white background

This text has color #174B21 on white background.



Black color preview on #174B21 background

This text has black color on #174B21 background.


White color preview on #174B21 background

This text has white color on #174B21 background.