COLOR #4C6755

HEX: #4C6755
RGB: (76,103,85)

Color info

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

RGB color model

#4C6755 color RGB value is (76,103,85).

  • red value is 76;
  • green value is 103;
  • blue value is 85.
RGB:
(76,103,85)
(30%,40%,33%)

RGB channels and saturation

R 76 of 255 = 30%
G 103 of 255 = 40%
B 85 of 255 = 33%

76
103
85

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

Portions of RGB colors in percentages

R + G + B =
76 + 103 + 85 = 264 (100%)
R 76 of 264 ~ 28.79%
G 103 of 264 ~ 39.02%
B 85 of 264 ~ 32.2%

%28.79
%39.02
%32.2

CMYK color model

#4C6755 color CMYK value is (26,0,17,60).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 59.61%
CMYK:
(26,0,17,60)
C26M0Y17K60 
(26%,0%,17%,60%)
(0.26/0.00/0.17/0.60)	

CMYK percentages

%26.21
%0
%17.48
%59.61

Codes

Color #4C6755 in popluar color models

4C6755
RGB7610385
HSL140°15.08%35.10%
HSB/HSV140°26.21%40.39%
CMYK26.21%0.00%17.48%
59.61%

Color #4C6755 in popluar number systems.

HEX4C6755
Decimal7610385
Binary100110011001111010101
Octal114147125

Shades and tints

Shades of #4C6755

#4C6755
(76,103,85)
#465E4E
(70,94,78)
#405547
(64,85,71)
#3A4C40
(58,76,64)
#344339
(52,67,57)
#2E3A32
(46,58,50)
#28312B
(40,49,43)
#222824
(34,40,36)
#1C1F1D
(28,31,29)
#161616
(22,22,22)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #4C6755

#4C6755
(76,103,85)
#5C7464
(92,116,100)
#6C8173
(108,129,115)
#7C8E82
(124,142,130)
#8C9B91
(140,155,145)
#9CA8A0
(156,168,160)
#ACB5AF
(172,181,175)
#BCC2BE
(188,194,190)
#CCCFCD
(204,207,205)
#DCDCDC
(220,220,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6755; }

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

This text font color is #4C6755.


Background Color

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

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

This div background color is #4C6755.


Border color

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

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

This div border color is #4C6755.


Opacity

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

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

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

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

This text has shadow with #4C6755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6755 on black background.


Color preview on white background

This text has color #4C6755 on white background.



Black color preview on #4C6755 background

This text has black color on #4C6755 background.


White color preview on #4C6755 background

This text has white color on #4C6755 background.