COLOR #4C6055

HEX: #4C6055 RGB: (76,96,85)

Color info

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

RGB color model

#4C6055 color RGB value is (76,96,85).

RGB: (76,96,85) (30%, 38%, 33%)

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 85 of 255 = 33%

76
96
85

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

Portions of RGB colors in percentages

R + G + B = 76 + 96 + 85 = 257 (100%)
R 76 of 257 ~ 29.57%
G 96 of 257 ~ 37.35%
B 85 of 257 ~ 33.07'%

%29.57
%37.35
%33.07

CMYK color model

#4C6055 color CMYK value is (21,0,11,62).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 62.35%

CMYK: (21,0,11,62)
C21M0Y11K62 (21%, 0%, 11%, 62%)
(0.21 / 0.00 / 0.11 / 0.62)

CMYK percentages

%20.83
%0
%11.46
%62.35

Codes

Color #4C6055 in popluar color models

4C 60 55
RGB 76 96 85
HSL 147° 11.63% 33.73%
HSB/HSV 147° 20.83% 37.65%
CMYK 20.83% 0.00% 11.46%
62.35%

Color #4C6055 in popluar number systems.

HEX 4C 60 55
Decimal 76 96 85
Binary 1001100 1100000 1010101
Octal 114 140 125

Shades and tints

Shades of #4C6055

#4C6055
(76,96,85)
#46584E
(70,88,78)
#405047
(64,80,71)
#3A4840
(58,72,64)
#344039
(52,64,57)
#2E3832
(46,56,50)
#28302B
(40,48,43)
#222824
(34,40,36)
#1C201D
(28,32,29)
#161816
(22,24,22)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #4C6055

#4C6055
(76,96,85)
#5C6E64
(92,110,100)
#6C7C73
(108,124,115)
#7C8A82
(124,138,130)
#8C9891
(140,152,145)
#9CA6A0
(156,166,160)
#ACB4AF
(172,180,175)
#BCC2BE
(188,194,190)
#CCD0CD
(204,208,205)
#DCDEDC
(220,222,220)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6055 color. Also use rgb(76,96,85) instead hex code.

Text Font Color

.myTextColor { color: #4C6055; }

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

This text font color is #4C6055.

Background Color

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

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

This div background color is #4C6055.

Border color

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

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

This div border color is #4C6055.

Opacity

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

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

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

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

This text has shadow with #4C6055 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6055.

Preview

Color preview on black background

This text has color #4C6055 on black background.


Color preview on white background

This text has color #4C6055 on white background.


Black color preview on #4C6055 background

This text has black color on #4C6055 background.


White color preview on #4C6055 background

This text has white color on #4C6055 background.


Related colors

Complementary color

Complementary color for #hex is #B39FAA.


I love getcolorcode.com

Triadic colors

1 #554C60 and #60554C with #4C6055 are triadic colors.

2 #55604C and #604C55 with #4C6055 are triadic colors.