COLOR #4C6653

HEX: #4C6653 RGB: (76,102,83)

Color info

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

RGB color model

#4C6653 color RGB value is (76,102,83).

RGB: (76,102,83) (30%, 40%, 33%)

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 83 of 255 = 33%

76
102
83

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

Portions of RGB colors in percentages

R + G + B = 76 + 102 + 83 = 261 (100%)
R 76 of 261 ~ 29.12%
G 102 of 261 ~ 39.08%
B 83 of 261 ~ 31.8'%

%29.12
%39.08
%31.8

CMYK color model

#4C6653 color CMYK value is (25,0,19,60).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 60.00%

CMYK: (25,0,19,60)
C25M0Y19K60 (25%, 0%, 19%, 60%)
(0.25 / 0.00 / 0.19 / 0.60)

CMYK percentages

%25.49
%0
%18.63
%60

Codes

Color #4C6653 in popluar color models

4C 66 53
RGB 76 102 83
HSL 136° 14.61% 34.90%
HSB/HSV 136° 25.49% 40.00%
CMYK 25.49% 0.00% 18.63%
60.00%

Color #4C6653 in popluar number systems.

HEX 4C 66 53
Decimal 76 102 83
Binary 1001100 1100110 1010011
Octal 114 146 123

Shades and tints

Shades of #4C6653

#4C6653
(76,102,83)
#465D4C
(70,93,76)
#405445
(64,84,69)
#3A4B3E
(58,75,62)
#344237
(52,66,55)
#2E3930
(46,57,48)
#283029
(40,48,41)
#222722
(34,39,34)
#1C1E1B
(28,30,27)
#161514
(22,21,20)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C6653

#4C6653
(76,102,83)
#5C7362
(92,115,98)
#6C8071
(108,128,113)
#7C8D80
(124,141,128)
#8C9A8F
(140,154,143)
#9CA79E
(156,167,158)
#ACB4AD
(172,180,173)
#BCC1BC
(188,193,188)
#CCCECB
(204,206,203)
#DCDBDA
(220,219,218)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6653; }

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

This text font color is #4C6653.

Background Color

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

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

This div background color is #4C6653.

Border color

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

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

This div border color is #4C6653.

Opacity

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

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

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

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

This text has shadow with #4C6653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6653.

Preview

Color preview on black background

This text has color #4C6653 on black background.


Color preview on white background

This text has color #4C6653 on white background.


Black color preview on #4C6653 background

This text has black color on #4C6653 background.


White color preview on #4C6653 background

This text has white color on #4C6653 background.


Related colors

Complementary color

Complementary color for #hex is #B399AC.


I love getcolorcode.com

Triadic colors

1 #534C66 and #66534C with #4C6653 are triadic colors.

2 #53664C and #664C53 with #4C6653 are triadic colors.