COLOR #164829

HEX: #164829
RGB: (22,72,41)

Color info

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

RGB color model

#164829 color RGB value is (22,72,41).

  • red value is 22;
  • green value is 72;
  • blue value is 41.
RGB:
(22,72,41)
(9%,28%,16%)

RGB channels and saturation

R 22 of 255 = 9%
G 72 of 255 = 28%
B 41 of 255 = 16%

22
72
41

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

Portions of RGB colors in percentages

R + G + B =
22 + 72 + 41 = 135 (100%)
R 22 of 135 ~ 16.3%
G 72 of 135 ~ 53.33%
B 41 of 135 ~ 30.37%

%16.3
%53.33
%30.37

CMYK color model

#164829 color CMYK value is (69,0,43,72).

  • cyan value is 69.44%
  • magenta value is 0.00%
  • yellow value is 43.06%
  • key color value is 71.76%
CMYK:
(69,0,43,72)
C69M0Y43K72 
(69%,0%,43%,72%)
(0.69/0.00/0.43/0.72)	

CMYK percentages

%69.44
%0
%43.06
%71.76

Codes

Color #164829 in popluar color models

164829
RGB227241
HSL143°53.19%18.43%
HSB/HSV143°69.44%28.24%
CMYK69.44%0.00%43.06%
71.76%

Color #164829 in popluar number systems.

HEX164829
Decimal227241
Binary101101001000101001
Octal2611051

Shades and tints

Shades of #164829

#164829
(22,72,41)
#144226
(20,66,38)
#123C23
(18,60,35)
#103620
(16,54,32)
#0E301D
(14,48,29)
#0C2A1A
(12,42,26)
#0A2417
(10,36,23)
#081E14
(8,30,20)
#061811
(6,24,17)
#04120E
(4,18,14)
#020C0B
(2,12,11)
#000000
(0,0,0)

Tints of #164829

#164829
(22,72,41)
#2B583C
(43,88,60)
#40684F
(64,104,79)
#557862
(85,120,98)
#6A8875
(106,136,117)
#7F9888
(127,152,136)
#94A89B
(148,168,155)
#A9B8AE
(169,184,174)
#BEC8C1
(190,200,193)
#D3D8D4
(211,216,212)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #164829 color. Also use rgb(22,72,41) instead hex code.

Text Font Color

.myTextColor { color: #164829; }

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

This text font color is #164829.


Background Color

.myBgColor { background-color: #164829; }

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

This div background color is #164829.


Border color

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

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

This div border color is #164829.


Opacity

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

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

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

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

This text has shadow with #164829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #164829 on black background.


Color preview on white background

This text has color #164829 on white background.



Black color preview on #164829 background

This text has black color on #164829 background.


White color preview on #164829 background

This text has white color on #164829 background.