COLOR #4C530D

HEX: #4C530D
RGB: (76,83,13)

Color info

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

RGB color model

#4C530D color RGB value is (76,83,13).

  • red value is 76;
  • green value is 83;
  • blue value is 13.
RGB:
(76,83,13)
(30%,33%,5%)

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 13 of 255 = 5%

76
83
13

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

Portions of RGB colors in percentages

R + G + B =
76 + 83 + 13 = 172 (100%)
R 76 of 172 ~ 44.19%
G 83 of 172 ~ 48.26%
B 13 of 172 ~ 7.56%

%44.19
%48.26

CMYK color model

#4C530D color CMYK value is (8,0,84,67).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 84.34%
  • key color value is 67.45%
CMYK:
(8,0,84,67)
C8M0Y84K67 
(8%,0%,84%,67%)
(0.08/0.00/0.84/0.67)	

CMYK percentages

%8.43
%0
%84.34
%67.45

Codes

Color #4C530D in popluar color models

4C530D
RGB768313
HSL66°72.92%18.82%
HSB/HSV66°84.34%32.55%
CMYK8.43%0.00%84.34%
67.45%

Color #4C530D in popluar number systems.

HEX4C530D
Decimal768313
Binary100110010100111101
Octal11412315

Shades and tints

Shades of #4C530D

#4C530D
(76,83,13)
#464C0C
(70,76,12)
#40450B
(64,69,11)
#3A3E0A
(58,62,10)
#343709
(52,55,9)
#2E3008
(46,48,8)
#282907
(40,41,7)
#222206
(34,34,6)
#1C1B05
(28,27,5)
#161404
(22,20,4)
#100D03
(16,13,3)
#000000
(0,0,0)

Tints of #4C530D

#4C530D
(76,83,13)
#5C6223
(92,98,35)
#6C7139
(108,113,57)
#7C804F
(124,128,79)
#8C8F65
(140,143,101)
#9C9E7B
(156,158,123)
#ACAD91
(172,173,145)
#BCBCA7
(188,188,167)
#CCCBBD
(204,203,189)
#DCDAD3
(220,218,211)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C530D color. Also use rgb(76,83,13) instead hex code.

Text Font Color

.myTextColor { color: #4C530D; }

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

This text font color is #4C530D.


Background Color

.myBgColor { background-color: #4C530D; }

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

This div background color is #4C530D.


Border color

.myBorderColor { border: 1px solid #4C530D; }

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

This div border color is #4C530D.


Opacity

.myOpacity80 { color: #4C530D; opacity: 0.8; }

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

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

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

This text has shadow with #4C530D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C530D on black background.


Color preview on white background

This text has color #4C530D on white background.



Black color preview on #4C530D background

This text has black color on #4C530D background.


White color preview on #4C530D background

This text has white color on #4C530D background.