COLOR #4C530F

HEX: #4C530F RGB: (76,83,15)

Color info

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

RGB color model

#4C530F color RGB value is (76,83,15).

RGB: (76,83,15) (30%, 33%, 6%)

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 15 of 255 = 6%

76
83
15

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

Portions of RGB colors in percentages

R + G + B = 76 + 83 + 15 = 174 (100%)
R 76 of 174 ~ 43.68%
G 83 of 174 ~ 47.7%
B 15 of 174 ~ 8.62'%

%43.68
%47.7

CMYK color model

#4C530F color CMYK value is (8,0,82,67).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 81.93%
  • key color value is 67.45%
CMYK: (8,0,82,67) C8M0Y82K67 (8%,0%,82%,67%) (0.08/0.00/0.82/0.67) 

CMYK percentages

%8.43
%0
%81.93
%67.45

Codes

Color #4C530F in popluar color models

4C 53 0F
RGB 76 83 15
HSL 66° 69.39% 19.22%
HSB/HSV 66° 81.93% 32.55%
CMYK 8.43% 0.00% 81.93%
67.45%

Color #4C530F in popluar number systems.

HEX 4C 53 0F
Decimal 76 83 15
Binary 1001100 1010011 1111
Octal 114 123 17

Shades and tints

Shades of #4C530F

#4C530F
(76,83,15)
#464C0E
(70,76,14)
#40450D
(64,69,13)
#3A3E0C
(58,62,12)
#34370B
(52,55,11)
#2E300A
(46,48,10)
#282909
(40,41,9)
#222208
(34,34,8)
#1C1B07
(28,27,7)
#161406
(22,20,6)
#100D05
(16,13,5)
#000000
(0,0,0)

Tints of #4C530F

#4C530F
(76,83,15)
#5C6224
(92,98,36)
#6C7139
(108,113,57)
#7C804E
(124,128,78)
#8C8F63
(140,143,99)
#9C9E78
(156,158,120)
#ACAD8D
(172,173,141)
#BCBCA2
(188,188,162)
#CCCBB7
(204,203,183)
#DCDACC
(220,218,204)
#ECE9E1
(236,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C530F; }

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

This text font color is #4C530F.

Background Color

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

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

This div background color is #4C530F.

Border color

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

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

This div border color is #4C530F.

Opacity

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

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

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

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

This text has shadow with #4C530F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C530F.

Preview

Color preview on black background

This text has color #4C530F on black background.


Color preview on white background

This text has color #4C530F on white background.


Black color preview on #4C530F background

This text has black color on #4C530F background.


White color preview on #4C530F background

This text has white color on #4C530F background.


Related colors

Complementary color

Complementary color for #hex is #B3ACF0.


I love getcolorcode.com

Triadic colors

1 #0F4C53 and #530F4C with #4C530F are triadic colors.

2 #0F534C and #534C0F with #4C530F are triadic colors.