COLOR #495315

HEX: #495315
RGB: (73,83,21)

Color info

#495315 contains mainly red and green colors. Web safe color of #495315 is #336600 (or #360).

RGB color model

#495315 color RGB value is (73,83,21).

  • red value is 73;
  • green value is 83;
  • blue value is 21.
RGB:
(73,83,21)
(29%,33%,8%)

RGB channels and saturation

R 73 of 255 = 29%
G 83 of 255 = 33%
B 21 of 255 = 8%

73
83
21

R + G + B ~ 23%. #495315 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 83 + 21 = 177 (100%)
R 73 of 177 ~ 41.24%
G 83 of 177 ~ 46.89%
B 21 of 177 ~ 11.86%

%41.24
%46.89
%11.86

CMYK color model

#495315 color CMYK value is (12,0,75,67).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 74.70%
  • key color value is 67.45%
CMYK:
(12,0,75,67)
C12M0Y75K67 
(12%,0%,75%,67%)
(0.12/0.00/0.75/0.67)	

CMYK percentages

%12.05
%0
%74.7
%67.45

Codes

Color #495315 in popluar color models

495315
RGB738321
HSL70°59.62%20.39%
HSB/HSV70°74.70%32.55%
CMYK12.05%0.00%74.70%
67.45%

Color #495315 in popluar number systems.

HEX495315
Decimal738321
Binary1001001101001110101
Octal11112325

Shades and tints

Shades of #495315

#495315
(73,83,21)
#434C14
(67,76,20)
#3D4513
(61,69,19)
#373E12
(55,62,18)
#313711
(49,55,17)
#2B3010
(43,48,16)
#25290F
(37,41,15)
#1F220E
(31,34,14)
#191B0D
(25,27,13)
#13140C
(19,20,12)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #495315

#495315
(73,83,21)
#59622A
(89,98,42)
#69713F
(105,113,63)
#798054
(121,128,84)
#898F69
(137,143,105)
#999E7E
(153,158,126)
#A9AD93
(169,173,147)
#B9BCA8
(185,188,168)
#C9CBBD
(201,203,189)
#D9DAD2
(217,218,210)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495315 color. Also use rgb(73,83,21) instead hex code.

Text Font Color

.myTextColor { color: #495315; }

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

This text font color is #495315.


Background Color

.myBgColor { background-color: #495315; }

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

This div background color is #495315.


Border color

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

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

This div border color is #495315.


Opacity

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

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

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

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

This text has shadow with #495315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495315 on black background.


Color preview on white background

This text has color #495315 on white background.



Black color preview on #495315 background

This text has black color on #495315 background.


White color preview on #495315 background

This text has white color on #495315 background.