COLOR #4C6254

HEX: #4C6254 RGB: (76,98,84)

Color info

#4C6254 contains red, green and blue colors in about the same proportion. Web safe color of #4C6254 is #336666 (or #366).

RGB color model

#4C6254 color RGB value is (76,98,84).

RGB: (76,98,84) (30%, 38%, 33%)

RGB channels and saturation

R 76 of 255 = 30%
G 98 of 255 = 38%
B 84 of 255 = 33%

76
98
84

R + G + B ~ 34%. #4C6254 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 98 + 84 = 258 (100%)
R 76 of 258 ~ 29.46%
G 98 of 258 ~ 37.98%
B 84 of 258 ~ 32.56'%

%29.46
%37.98
%32.56

CMYK color model

#4C6254 color CMYK value is (22,0,14,62).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 61.57%

CMYK: (22,0,14,62)
C22M0Y14K62 (22%, 0%, 14%, 62%)
(0.22 / 0.00 / 0.14 / 0.62)

CMYK percentages

%22.45
%0
%14.29
%61.57

Codes

Color #4C6254 in popluar color models

4C 62 54
RGB 76 98 84
HSL 142° 12.64% 34.12%
HSB/HSV 142° 22.45% 38.43%
CMYK 22.45% 0.00% 14.29%
61.57%

Color #4C6254 in popluar number systems.

HEX 4C 62 54
Decimal 76 98 84
Binary 1001100 1100010 1010100
Octal 114 142 124

Shades and tints

Shades of #4C6254

#4C6254
(76,98,84)
#465A4D
(70,90,77)
#405246
(64,82,70)
#3A4A3F
(58,74,63)
#344238
(52,66,56)
#2E3A31
(46,58,49)
#28322A
(40,50,42)
#222A23
(34,42,35)
#1C221C
(28,34,28)
#161A15
(22,26,21)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #4C6254

#4C6254
(76,98,84)
#5C7063
(92,112,99)
#6C7E72
(108,126,114)
#7C8C81
(124,140,129)
#8C9A90
(140,154,144)
#9CA89F
(156,168,159)
#ACB6AE
(172,182,174)
#BCC4BD
(188,196,189)
#CCD2CC
(204,210,204)
#DCE0DB
(220,224,219)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6254 color. Also use rgb(76,98,84) instead hex code.

Text Font Color

.myTextColor { color: #4C6254; }

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

This text font color is #4C6254.

Background Color

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

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

This div background color is #4C6254.

Border color

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

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

This div border color is #4C6254.

Opacity

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

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

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

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

This text has shadow with #4C6254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6254.

Preview

Color preview on black background

This text has color #4C6254 on black background.


Color preview on white background

This text has color #4C6254 on white background.


Black color preview on #4C6254 background

This text has black color on #4C6254 background.


White color preview on #4C6254 background

This text has white color on #4C6254 background.


Related colors

Complementary color

Complementary color for #hex is #B39DAB.


I love getcolorcode.com

Triadic colors

1 #544C62 and #62544C with #4C6254 are triadic colors.

2 #54624C and #624C54 with #4C6254 are triadic colors.