COLOR #4C6351

HEX: #4C6351 RGB: (76,99,81)

Color info

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

RGB color model

#4C6351 color RGB value is (76,99,81).

RGB: (76,99,81) (30%, 39%, 32%)

RGB channels and saturation

R 76 of 255 = 30%
G 99 of 255 = 39%
B 81 of 255 = 32%

76
99
81

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

Portions of RGB colors in percentages

R + G + B = 76 + 99 + 81 = 256 (100%)
R 76 of 256 ~ 29.69%
G 99 of 256 ~ 38.67%
B 81 of 256 ~ 31.64'%

%29.69
%38.67
%31.64

CMYK color model

#4C6351 color CMYK value is (23,0,18,61).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 61.18%

CMYK: (23,0,18,61)
C23M0Y18K61 (23%, 0%, 18%, 61%)
(0.23 / 0.00 / 0.18 / 0.61)

CMYK percentages

%23.23
%0
%18.18
%61.18

Codes

Color #4C6351 in popluar color models

4C 63 51
RGB 76 99 81
HSL 133° 13.14% 34.31%
HSB/HSV 133° 23.23% 38.82%
CMYK 23.23% 0.00% 18.18%
61.18%

Color #4C6351 in popluar number systems.

HEX 4C 63 51
Decimal 76 99 81
Binary 1001100 1100011 1010001
Octal 114 143 121

Shades and tints

Shades of #4C6351

#4C6351
(76,99,81)
#465A4A
(70,90,74)
#405143
(64,81,67)
#3A483C
(58,72,60)
#343F35
(52,63,53)
#2E362E
(46,54,46)
#282D27
(40,45,39)
#222420
(34,36,32)
#1C1B19
(28,27,25)
#161212
(22,18,18)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C6351

#4C6351
(76,99,81)
#5C7160
(92,113,96)
#6C7F6F
(108,127,111)
#7C8D7E
(124,141,126)
#8C9B8D
(140,155,141)
#9CA99C
(156,169,156)
#ACB7AB
(172,183,171)
#BCC5BA
(188,197,186)
#CCD3C9
(204,211,201)
#DCE1D8
(220,225,216)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6351 color. Also use rgb(76,99,81) instead hex code.

Text Font Color

.myTextColor { color: #4C6351; }

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

This text font color is #4C6351.

Background Color

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

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

This div background color is #4C6351.

Border color

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

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

This div border color is #4C6351.

Opacity

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

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

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

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

This text has shadow with #4C6351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6351.

Preview

Color preview on black background

This text has color #4C6351 on black background.


Color preview on white background

This text has color #4C6351 on white background.


Black color preview on #4C6351 background

This text has black color on #4C6351 background.


White color preview on #4C6351 background

This text has white color on #4C6351 background.


Related colors

Complementary color

Complementary color for #hex is #B39CAE.


I love getcolorcode.com

Triadic colors

1 #514C63 and #63514C with #4C6351 are triadic colors.

2 #51634C and #634C51 with #4C6351 are triadic colors.