COLOR #4C6075

HEX: #4C6075 RGB: (76,96,117)

Color info

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

RGB color model

#4C6075 color RGB value is (76,96,117).

RGB: (76,96,117) (30%, 38%, 46%)

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 117 of 255 = 46%

76
96
117

R + G + B ~ 38%. #4C6075 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 96 + 117 = 289 (100%)
R 76 of 289 ~ 26.3%
G 96 of 289 ~ 33.22%
B 117 of 289 ~ 40.48'%

%26.3
%33.22
%40.48

CMYK color model

#4C6075 color CMYK value is (35,18,0,54).

  • cyan value is 35.04%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (35,18,0,54)
C35M18Y0K54 (35%, 18%, 0%, 54%)
(0.35 / 0.18 / 0.00 / 0.54)

CMYK percentages

%35.04
%17.95
%0
%54.12

Codes

Color #4C6075 in popluar color models

4C 60 75
RGB 76 96 117
HSL 211° 21.24% 37.84%
HSB/HSV 211° 35.04% 45.88%
CMYK 35.04% 17.95% 0.00%
54.12%

Color #4C6075 in popluar number systems.

HEX 4C 60 75
Decimal 76 96 117
Binary 1001100 1100000 1110101
Octal 114 140 165

Shades and tints

Shades of #4C6075

#4C6075
(76,96,117)
#46586B
(70,88,107)
#405061
(64,80,97)
#3A4857
(58,72,87)
#34404D
(52,64,77)
#2E3843
(46,56,67)
#283039
(40,48,57)
#22282F
(34,40,47)
#1C2025
(28,32,37)
#16181B
(22,24,27)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #4C6075

#4C6075
(76,96,117)
#5C6E81
(92,110,129)
#6C7C8D
(108,124,141)
#7C8A99
(124,138,153)
#8C98A5
(140,152,165)
#9CA6B1
(156,166,177)
#ACB4BD
(172,180,189)
#BCC2C9
(188,194,201)
#CCD0D5
(204,208,213)
#DCDEE1
(220,222,225)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6075 color. Also use rgb(76,96,117) instead hex code.

Text Font Color

.myTextColor { color: #4C6075; }

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

This text font color is #4C6075.

Background Color

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

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

This div background color is #4C6075.

Border color

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

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

This div border color is #4C6075.

Opacity

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

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

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

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

This text has shadow with #4C6075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6075.

Preview

Color preview on black background

This text has color #4C6075 on black background.


Color preview on white background

This text has color #4C6075 on white background.


Black color preview on #4C6075 background

This text has black color on #4C6075 background.


White color preview on #4C6075 background

This text has white color on #4C6075 background.


Related colors

Complementary color

Complementary color for #hex is #B39F8A.


I love getcolorcode.com

Triadic colors

1 #754C60 and #60754C with #4C6075 are triadic colors.

2 #75604C and #604C75 with #4C6075 are triadic colors.