COLOR #4C6367

HEX: #4C6367
RGB: (76,99,103)

Color info

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

RGB color model

#4C6367 color RGB value is (76,99,103).

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

RGB channels and saturation

R 76 of 255 = 30%
G 99 of 255 = 39%
B 103 of 255 = 40%

76
99
103

R + G + B ~ 36%. #4C6367 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 99 + 103 = 278 (100%)
R 76 of 278 ~ 27.34%
G 99 of 278 ~ 35.61%
B 103 of 278 ~ 37.05%

%27.34
%35.61
%37.05

CMYK color model

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

  • cyan value is 26.21%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(26,4,0,60)
C26M4Y0K60 
(26%,4%,0%,60%)
(0.26/0.04/0.00/0.60)	

CMYK percentages

%26.21
%3.88
%0
%59.61

Codes

Color #4C6367 in popluar color models

4C6367
RGB7699103
HSL189°15.08%35.10%
HSB/HSV189°26.21%40.39%
CMYK26.21%3.88%0.00%
59.61%

Color #4C6367 in popluar number systems.

HEX4C6367
Decimal7699103
Binary100110011000111100111
Octal114143147

Shades and tints

Shades of #4C6367

#4C6367
(76,99,103)
#465A5E
(70,90,94)
#405155
(64,81,85)
#3A484C
(58,72,76)
#343F43
(52,63,67)
#2E363A
(46,54,58)
#282D31
(40,45,49)
#222428
(34,36,40)
#1C1B1F
(28,27,31)
#161216
(22,18,22)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #4C6367

#4C6367
(76,99,103)
#5C7174
(92,113,116)
#6C7F81
(108,127,129)
#7C8D8E
(124,141,142)
#8C9B9B
(140,155,155)
#9CA9A8
(156,169,168)
#ACB7B5
(172,183,181)
#BCC5C2
(188,197,194)
#CCD3CF
(204,211,207)
#DCE1DC
(220,225,220)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6367; }

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

This text font color is #4C6367.


Background Color

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

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

This div background color is #4C6367.


Border color

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

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

This div border color is #4C6367.


Opacity

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

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

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

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

This text has shadow with #4C6367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6367 on black background.


Color preview on white background

This text has color #4C6367 on white background.



Black color preview on #4C6367 background

This text has black color on #4C6367 background.


White color preview on #4C6367 background

This text has white color on #4C6367 background.