COLOR #495043

HEX: #495043
RGB: (73,80,67)

Color info

#495043 contains red, green and blue colors in about the same proportion. Web safe color of #495043 is #336633 (or #363).

RGB color model

#495043 color RGB value is (73,80,67).

  • red value is 73;
  • green value is 80;
  • blue value is 67.
RGB:
(73,80,67)
(29%,31%,26%)

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 67 of 255 = 26%

73
80
67

R + G + B ~ 29%. #495043 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 67 = 220 (100%)
R 73 of 220 ~ 33.18%
G 80 of 220 ~ 36.36%
B 67 of 220 ~ 30.45%

%33.18
%36.36
%30.45

CMYK color model

#495043 color CMYK value is (9,0,16,69).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 16.25%
  • key color value is 68.63%
CMYK:
(9,0,16,69)
C9M0Y16K69 
(9%,0%,16%,69%)
(0.09/0.00/0.16/0.69)	

CMYK percentages

%8.75
%0
%16.25
%68.63

Codes

Color #495043 in popluar color models

495043
RGB738067
HSL92°8.84%28.82%
HSB/HSV92°16.25%31.37%
CMYK8.75%0.00%16.25%
68.63%

Color #495043 in popluar number systems.

HEX495043
Decimal738067
Binary100100110100001000011
Octal111120103

Shades and tints

Shades of #495043

#495043
(73,80,67)
#43493D
(67,73,61)
#3D4237
(61,66,55)
#373B31
(55,59,49)
#31342B
(49,52,43)
#2B2D25
(43,45,37)
#25261F
(37,38,31)
#1F1F19
(31,31,25)
#191813
(25,24,19)
#13110D
(19,17,13)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #495043

#495043
(73,80,67)
#595F54
(89,95,84)
#696E65
(105,110,101)
#797D76
(121,125,118)
#898C87
(137,140,135)
#999B98
(153,155,152)
#A9AAA9
(169,170,169)
#B9B9BA
(185,185,186)
#C9C8CB
(201,200,203)
#D9D7DC
(217,215,220)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495043 color. Also use rgb(73,80,67) instead hex code.

Text Font Color

.myTextColor { color: #495043; }

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

This text font color is #495043.


Background Color

.myBgColor { background-color: #495043; }

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

This div background color is #495043.


Border color

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

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

This div border color is #495043.


Opacity

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

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

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

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

This text has shadow with #495043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495043 on black background.


Color preview on white background

This text has color #495043 on white background.



Black color preview on #495043 background

This text has black color on #495043 background.


White color preview on #495043 background

This text has white color on #495043 background.