COLOR #495C0C

HEX: #495C0C
RGB: (73,92,12)

Color info

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

RGB color model

#495C0C color RGB value is (73,92,12).

  • red value is 73;
  • green value is 92;
  • blue value is 12.
RGB:
(73,92,12)
(29%,36%,5%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 12 of 255 = 5%

73
92
12

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

Portions of RGB colors in percentages

R + G + B =
73 + 92 + 12 = 177 (100%)
R 73 of 177 ~ 41.24%
G 92 of 177 ~ 51.98%
B 12 of 177 ~ 6.78%

%41.24
%51.98

CMYK color model

#495C0C color CMYK value is (21,0,87,64).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 86.96%
  • key color value is 63.92%
CMYK:
(21,0,87,64)
C21M0Y87K64 
(21%,0%,87%,64%)
(0.21/0.00/0.87/0.64)	

CMYK percentages

%20.65
%0
%86.96
%63.92

Codes

Color #495C0C in popluar color models

495C0C
RGB739212
HSL74°76.92%20.39%
HSB/HSV74°86.96%36.08%
CMYK20.65%0.00%86.96%
63.92%

Color #495C0C in popluar number systems.

HEX495C0C
Decimal739212
Binary100100110111001100
Octal11113414

Shades and tints

Shades of #495C0C

#495C0C
(73,92,12)
#43540B
(67,84,11)
#3D4C0A
(61,76,10)
#374409
(55,68,9)
#313C08
(49,60,8)
#2B3407
(43,52,7)
#252C06
(37,44,6)
#1F2405
(31,36,5)
#191C04
(25,28,4)
#131403
(19,20,3)
#0D0C02
(13,12,2)
#000000
(0,0,0)

Tints of #495C0C

#495C0C
(73,92,12)
#596A22
(89,106,34)
#697838
(105,120,56)
#79864E
(121,134,78)
#899464
(137,148,100)
#99A27A
(153,162,122)
#A9B090
(169,176,144)
#B9BEA6
(185,190,166)
#C9CCBC
(201,204,188)
#D9DAD2
(217,218,210)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495C0C color. Also use rgb(73,92,12) instead hex code.

Text Font Color

.myTextColor { color: #495C0C; }

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

This text font color is #495C0C.


Background Color

.myBgColor { background-color: #495C0C; }

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

This div background color is #495C0C.


Border color

.myBorderColor { border: 1px solid #495C0C; }

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

This div border color is #495C0C.


Opacity

.myOpacity80 { color: #495C0C; opacity: 0.8; }

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

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

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

This text has shadow with #495C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495C0C on black background.


Color preview on white background

This text has color #495C0C on white background.



Black color preview on #495C0C background

This text has black color on #495C0C background.


White color preview on #495C0C background

This text has white color on #495C0C background.