COLOR #174223

HEX: #174223
RGB: (23,66,35)

Color info

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

RGB color model

#174223 color RGB value is (23,66,35).

  • red value is 23;
  • green value is 66;
  • blue value is 35.
RGB:
(23,66,35)
(9%,26%,14%)

RGB channels and saturation

R 23 of 255 = 9%
G 66 of 255 = 26%
B 35 of 255 = 14%

23
66
35

R + G + B ~ 16%. #174223 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 66 + 35 = 124 (100%)
R 23 of 124 ~ 18.55%
G 66 of 124 ~ 53.23%
B 35 of 124 ~ 28.23%

%18.55
%53.23
%28.23

CMYK color model

#174223 color CMYK value is (65,0,47,74).

  • cyan value is 65.15%
  • magenta value is 0.00%
  • yellow value is 46.97%
  • key color value is 74.12%
CMYK:
(65,0,47,74)
C65M0Y47K74 
(65%,0%,47%,74%)
(0.65/0.00/0.47/0.74)	

CMYK percentages

%65.15
%0
%46.97
%74.12

Codes

Color #174223 in popluar color models

174223
RGB236635
HSL137°48.31%17.45%
HSB/HSV137°65.15%25.88%
CMYK65.15%0.00%46.97%
74.12%

Color #174223 in popluar number systems.

HEX174223
Decimal236635
Binary101111000010100011
Octal2710243

Shades and tints

Shades of #174223

#174223
(23,66,35)
#153C20
(21,60,32)
#13361D
(19,54,29)
#11301A
(17,48,26)
#0F2A17
(15,42,23)
#0D2414
(13,36,20)
#0B1E11
(11,30,17)
#09180E
(9,24,14)
#07120B
(7,18,11)
#050C08
(5,12,8)
#030605
(3,6,5)
#000000
(0,0,0)

Tints of #174223

#174223
(23,66,35)
#2C5337
(44,83,55)
#41644B
(65,100,75)
#56755F
(86,117,95)
#6B8673
(107,134,115)
#809787
(128,151,135)
#95A89B
(149,168,155)
#AAB9AF
(170,185,175)
#BFCAC3
(191,202,195)
#D4DBD7
(212,219,215)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174223 color. Also use rgb(23,66,35) instead hex code.

Text Font Color

.myTextColor { color: #174223; }

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

This text font color is #174223.


Background Color

.myBgColor { background-color: #174223; }

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

This div background color is #174223.


Border color

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

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

This div border color is #174223.


Opacity

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

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

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

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

This text has shadow with #174223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #174223 on black background.


Color preview on white background

This text has color #174223 on white background.



Black color preview on #174223 background

This text has black color on #174223 background.


White color preview on #174223 background

This text has white color on #174223 background.