COLOR #4C664B

HEX: #4C664B
RGB: (76,102,75)

Color info

#4C664B contains red, green and blue colors in about the same proportion. Web safe color of #4C664B is #336633 (or #363).

RGB color model

#4C664B color RGB value is (76,102,75).

  • red value is 76;
  • green value is 102;
  • blue value is 75.
RGB:
(76,102,75)
(30%,40%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 75 of 255 = 29%

76
102
75

R + G + B ~ 33%. #4C664B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 102 + 75 = 253 (100%)
R 76 of 253 ~ 30.04%
G 102 of 253 ~ 40.32%
B 75 of 253 ~ 29.64%

%30.04
%40.32
%29.64

CMYK color model

#4C664B color CMYK value is (25,0,26,60).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 60.00%
CMYK:
(25,0,26,60)
C25M0Y26K60 
(25%,0%,26%,60%)
(0.25/0.00/0.26/0.60)	

CMYK percentages

%25.49
%0
%26.47
%60

Codes

Color #4C664B in popluar color models

4C664B
RGB7610275
HSL118°15.25%34.71%
HSB/HSV118°26.47%40.00%
CMYK25.49%0.00%26.47%
60.00%

Color #4C664B in popluar number systems.

HEX4C664B
Decimal7610275
Binary100110011001101001011
Octal114146113

Shades and tints

Shades of #4C664B

#4C664B
(76,102,75)
#465D45
(70,93,69)
#40543F
(64,84,63)
#3A4B39
(58,75,57)
#344233
(52,66,51)
#2E392D
(46,57,45)
#283027
(40,48,39)
#222721
(34,39,33)
#1C1E1B
(28,30,27)
#161515
(22,21,21)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #4C664B

#4C664B
(76,102,75)
#5C735B
(92,115,91)
#6C806B
(108,128,107)
#7C8D7B
(124,141,123)
#8C9A8B
(140,154,139)
#9CA79B
(156,167,155)
#ACB4AB
(172,180,171)
#BCC1BB
(188,193,187)
#CCCECB
(204,206,203)
#DCDBDB
(220,219,219)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C664B; }

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

This text font color is #4C664B.


Background Color

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

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

This div background color is #4C664B.


Border color

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

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

This div border color is #4C664B.


Opacity

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

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

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

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

This text has shadow with #4C664B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C664B on black background.


Color preview on white background

This text has color #4C664B on white background.



Black color preview on #4C664B background

This text has black color on #4C664B background.


White color preview on #4C664B background

This text has white color on #4C664B background.