COLOR #174641

HEX: #174641
RGB: (23,70,65)

Color info

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

RGB color model

#174641 color RGB value is (23,70,65).

  • red value is 23;
  • green value is 70;
  • blue value is 65.
RGB:
(23,70,65)
(9%,27%,25%)

RGB channels and saturation

R 23 of 255 = 9%
G 70 of 255 = 27%
B 65 of 255 = 25%

23
70
65

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

Portions of RGB colors in percentages

R + G + B =
23 + 70 + 65 = 158 (100%)
R 23 of 158 ~ 14.56%
G 70 of 158 ~ 44.3%
B 65 of 158 ~ 41.14%

%14.56
%44.3
%41.14

CMYK color model

#174641 color CMYK value is (67,0,7,73).

  • cyan value is 67.14%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 72.55%
CMYK:
(67,0,7,73)
C67M0Y7K73 
(67%,0%,7%,73%)
(0.67/0.00/0.07/0.73)	

CMYK percentages

%67.14
%0
%7.14
%72.55

Codes

Color #174641 in popluar color models

174641
RGB237065
HSL174°50.54%18.24%
HSB/HSV174°67.14%27.45%
CMYK67.14%0.00%7.14%
72.55%

Color #174641 in popluar number systems.

HEX174641
Decimal237065
Binary1011110001101000001
Octal27106101

Shades and tints

Shades of #174641

#174641
(23,70,65)
#15403C
(21,64,60)
#133A37
(19,58,55)
#113432
(17,52,50)
#0F2E2D
(15,46,45)
#0D2828
(13,40,40)
#0B2223
(11,34,35)
#091C1E
(9,28,30)
#071619
(7,22,25)
#051014
(5,16,20)
#030A0F
(3,10,15)
#000000
(0,0,0)

Tints of #174641

#174641
(23,70,65)
#2C5652
(44,86,82)
#416663
(65,102,99)
#567674
(86,118,116)
#6B8685
(107,134,133)
#809696
(128,150,150)
#95A6A7
(149,166,167)
#AAB6B8
(170,182,184)
#BFC6C9
(191,198,201)
#D4D6DA
(212,214,218)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174641 color. Also use rgb(23,70,65) instead hex code.

Text Font Color

.myTextColor { color: #174641; }

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

This text font color is #174641.


Background Color

.myBgColor { background-color: #174641; }

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

This div background color is #174641.


Border color

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

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

This div border color is #174641.


Opacity

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

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

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

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

This text has shadow with #174641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #174641 on black background.


Color preview on white background

This text has color #174641 on white background.



Black color preview on #174641 background

This text has black color on #174641 background.


White color preview on #174641 background

This text has white color on #174641 background.