COLOR #4C687A

HEX: #4C687A
RGB: (76,104,122)

Color info

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

RGB color model

#4C687A color RGB value is (76,104,122).

  • red value is 76;
  • green value is 104;
  • blue value is 122.
RGB:
(76,104,122)
(30%,41%,48%)

RGB channels and saturation

R 76 of 255 = 30%
G 104 of 255 = 41%
B 122 of 255 = 48%

76
104
122

R + G + B ~ 40%. #4C687A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 104 + 122 = 302 (100%)
R 76 of 302 ~ 25.17%
G 104 of 302 ~ 34.44%
B 122 of 302 ~ 40.4%

%25.17
%34.44
%40.4

CMYK color model

#4C687A color CMYK value is (38,15,0,52).

  • cyan value is 37.70%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(38,15,0,52)
C38M15Y0K52 
(38%,15%,0%,52%)
(0.38/0.15/0.00/0.52)	

CMYK percentages

%37.7
%14.75
%0
%52.16

Codes

Color #4C687A in popluar color models

4C687A
RGB76104122
HSL203°23.23%38.82%
HSB/HSV203°37.70%47.84%
CMYK37.70%14.75%0.00%
52.16%

Color #4C687A in popluar number systems.

HEX4C687A
Decimal76104122
Binary100110011010001111010
Octal114150172

Shades and tints

Shades of #4C687A

#4C687A
(76,104,122)
#465F6F
(70,95,111)
#405664
(64,86,100)
#3A4D59
(58,77,89)
#34444E
(52,68,78)
#2E3B43
(46,59,67)
#283238
(40,50,56)
#22292D
(34,41,45)
#1C2022
(28,32,34)
#161717
(22,23,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #4C687A

#4C687A
(76,104,122)
#5C7586
(92,117,134)
#6C8292
(108,130,146)
#7C8F9E
(124,143,158)
#8C9CAA
(140,156,170)
#9CA9B6
(156,169,182)
#ACB6C2
(172,182,194)
#BCC3CE
(188,195,206)
#CCD0DA
(204,208,218)
#DCDDE6
(220,221,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C687A color. Also use rgb(76,104,122) instead hex code.

Text Font Color

.myTextColor { color: #4C687A; }

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

This text font color is #4C687A.


Background Color

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

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

This div background color is #4C687A.


Border color

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

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

This div border color is #4C687A.


Opacity

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

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

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

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

This text has shadow with #4C687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C687A on black background.


Color preview on white background

This text has color #4C687A on white background.



Black color preview on #4C687A background

This text has black color on #4C687A background.


White color preview on #4C687A background

This text has white color on #4C687A background.