COLOR #4C6155

HEX: #4C6155
RGB: (76,97,85)

Color info

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

RGB color model

#4C6155 color RGB value is (76,97,85).

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

RGB channels and saturation

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

76
97
85

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

Portions of RGB colors in percentages

R + G + B =
76 + 97 + 85 = 258 (100%)
R 76 of 258 ~ 29.46%
G 97 of 258 ~ 37.6%
B 85 of 258 ~ 32.95%

%29.46
%37.6
%32.95

CMYK color model

#4C6155 color CMYK value is (22,0,12,62).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 61.96%
CMYK:
(22,0,12,62)
C22M0Y12K62 
(22%,0%,12%,62%)
(0.22/0.00/0.12/0.62)	

CMYK percentages

%21.65
%0
%12.37
%61.96

Codes

Color #4C6155 in popluar color models

4C6155
RGB769785
HSL146°12.14%33.92%
HSB/HSV146°21.65%38.04%
CMYK21.65%0.00%12.37%
61.96%

Color #4C6155 in popluar number systems.

HEX4C6155
Decimal769785
Binary100110011000011010101
Octal114141125

Shades and tints

Shades of #4C6155

#4C6155
(76,97,85)
#46594E
(70,89,78)
#405147
(64,81,71)
#3A4940
(58,73,64)
#344139
(52,65,57)
#2E3932
(46,57,50)
#28312B
(40,49,43)
#222924
(34,41,36)
#1C211D
(28,33,29)
#161916
(22,25,22)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #4C6155

#4C6155
(76,97,85)
#5C6F64
(92,111,100)
#6C7D73
(108,125,115)
#7C8B82
(124,139,130)
#8C9991
(140,153,145)
#9CA7A0
(156,167,160)
#ACB5AF
(172,181,175)
#BCC3BE
(188,195,190)
#CCD1CD
(204,209,205)
#DCDFDC
(220,223,220)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6155; }

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

This text font color is #4C6155.


Background Color

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

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

This div background color is #4C6155.


Border color

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

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

This div border color is #4C6155.


Opacity

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

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

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

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

This text has shadow with #4C6155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6155 on black background.


Color preview on white background

This text has color #4C6155 on white background.



Black color preview on #4C6155 background

This text has black color on #4C6155 background.


White color preview on #4C6155 background

This text has white color on #4C6155 background.