COLOR #495833

HEX: #495833
RGB: (73,88,51)

Color info

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

RGB color model

#495833 color RGB value is (73,88,51).

  • red value is 73;
  • green value is 88;
  • blue value is 51.
RGB:
(73,88,51)
(29%,35%,20%)

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 51 of 255 = 20%

73
88
51

R + G + B ~ 28%. #495833 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 51 = 212 (100%)
R 73 of 212 ~ 34.43%
G 88 of 212 ~ 41.51%
B 51 of 212 ~ 24.06%

%34.43
%41.51
%24.06

CMYK color model

#495833 color CMYK value is (17,0,42,65).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 65.49%
CMYK:
(17,0,42,65)
C17M0Y42K65 
(17%,0%,42%,65%)
(0.17/0.00/0.42/0.65)	

CMYK percentages

%17.05
%0
%42.05
%65.49

Codes

Color #495833 in popluar color models

495833
RGB738851
HSL84°26.62%27.25%
HSB/HSV84°42.05%34.51%
CMYK17.05%0.00%42.05%
65.49%

Color #495833 in popluar number systems.

HEX495833
Decimal738851
Binary10010011011000110011
Octal11113063

Shades and tints

Shades of #495833

#495833
(73,88,51)
#43502F
(67,80,47)
#3D482B
(61,72,43)
#374027
(55,64,39)
#313823
(49,56,35)
#2B301F
(43,48,31)
#25281B
(37,40,27)
#1F2017
(31,32,23)
#191813
(25,24,19)
#13100F
(19,16,15)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #495833

#495833
(73,88,51)
#596745
(89,103,69)
#697657
(105,118,87)
#798569
(121,133,105)
#89947B
(137,148,123)
#99A38D
(153,163,141)
#A9B29F
(169,178,159)
#B9C1B1
(185,193,177)
#C9D0C3
(201,208,195)
#D9DFD5
(217,223,213)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495833 color. Also use rgb(73,88,51) instead hex code.

Text Font Color

.myTextColor { color: #495833; }

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

This text font color is #495833.


Background Color

.myBgColor { background-color: #495833; }

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

This div background color is #495833.


Border color

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

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

This div border color is #495833.


Opacity

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

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

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

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

This text has shadow with #495833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495833 on black background.


Color preview on white background

This text has color #495833 on white background.



Black color preview on #495833 background

This text has black color on #495833 background.


White color preview on #495833 background

This text has white color on #495833 background.