COLOR #174429

HEX: #174429
RGB: (23,68,41)

Color info

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

RGB color model

#174429 color RGB value is (23,68,41).

  • red value is 23;
  • green value is 68;
  • blue value is 41.
RGB:
(23,68,41)
(9%,27%,16%)

RGB channels and saturation

R 23 of 255 = 9%
G 68 of 255 = 27%
B 41 of 255 = 16%

23
68
41

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

Portions of RGB colors in percentages

R + G + B =
23 + 68 + 41 = 132 (100%)
R 23 of 132 ~ 17.42%
G 68 of 132 ~ 51.52%
B 41 of 132 ~ 31.06%

%17.42
%51.52
%31.06

CMYK color model

#174429 color CMYK value is (66,0,40,73).

  • cyan value is 66.18%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 73.33%
CMYK:
(66,0,40,73)
C66M0Y40K73 
(66%,0%,40%,73%)
(0.66/0.00/0.40/0.73)	

CMYK percentages

%66.18
%0
%39.71
%73.33

Codes

Color #174429 in popluar color models

174429
RGB236841
HSL144°49.45%17.84%
HSB/HSV144°66.18%26.67%
CMYK66.18%0.00%39.71%
73.33%

Color #174429 in popluar number systems.

HEX174429
Decimal236841
Binary101111000100101001
Octal2710451

Shades and tints

Shades of #174429

#174429
(23,68,41)
#153E26
(21,62,38)
#133823
(19,56,35)
#113220
(17,50,32)
#0F2C1D
(15,44,29)
#0D261A
(13,38,26)
#0B2017
(11,32,23)
#091A14
(9,26,20)
#071411
(7,20,17)
#050E0E
(5,14,14)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #174429

#174429
(23,68,41)
#2C553C
(44,85,60)
#41664F
(65,102,79)
#567762
(86,119,98)
#6B8875
(107,136,117)
#809988
(128,153,136)
#95AA9B
(149,170,155)
#AABBAE
(170,187,174)
#BFCCC1
(191,204,193)
#D4DDD4
(212,221,212)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174429 color. Also use rgb(23,68,41) instead hex code.

Text Font Color

.myTextColor { color: #174429; }

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

This text font color is #174429.


Background Color

.myBgColor { background-color: #174429; }

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

This div background color is #174429.


Border color

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

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

This div border color is #174429.


Opacity

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

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

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

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

This text has shadow with #174429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #174429 on black background.


Color preview on white background

This text has color #174429 on white background.



Black color preview on #174429 background

This text has black color on #174429 background.


White color preview on #174429 background

This text has white color on #174429 background.