COLOR #4A6C68

HEX: #4A6C68
RGB: (74,108,104)

Color info

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

RGB color model

#4A6C68 color RGB value is (74,108,104).

  • red value is 74;
  • green value is 108;
  • blue value is 104.
RGB:
(74,108,104)
(29%,42%,41%)

RGB channels and saturation

R 74 of 255 = 29%
G 108 of 255 = 42%
B 104 of 255 = 41%

74
108
104

R + G + B ~ 37%. #4A6C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 108 + 104 = 286 (100%)
R 74 of 286 ~ 25.87%
G 108 of 286 ~ 37.76%
B 104 of 286 ~ 36.36%

%25.87
%37.76
%36.36

CMYK color model

#4A6C68 color CMYK value is (31,0,4,58).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 57.65%
CMYK:
(31,0,4,58)
C31M0Y4K58 
(31%,0%,4%,58%)
(0.31/0.00/0.04/0.58)	

CMYK percentages

%31.48
%0
%3.7
%57.65

Codes

Color #4A6C68 in popluar color models

4A6C68
RGB74108104
HSL173°18.68%35.69%
HSB/HSV173°31.48%42.35%
CMYK31.48%0.00%3.70%
57.65%

Color #4A6C68 in popluar number systems.

HEX4A6C68
Decimal74108104
Binary100101011011001101000
Octal112154150

Shades and tints

Shades of #4A6C68

#4A6C68
(74,108,104)
#44635F
(68,99,95)
#3E5A56
(62,90,86)
#38514D
(56,81,77)
#324844
(50,72,68)
#2C3F3B
(44,63,59)
#263632
(38,54,50)
#202D29
(32,45,41)
#1A2420
(26,36,32)
#141B17
(20,27,23)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #4A6C68

#4A6C68
(74,108,104)
#5A7975
(90,121,117)
#6A8682
(106,134,130)
#7A938F
(122,147,143)
#8AA09C
(138,160,156)
#9AADA9
(154,173,169)
#AABAB6
(170,186,182)
#BAC7C3
(186,199,195)
#CAD4D0
(202,212,208)
#DAE1DD
(218,225,221)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6C68 color. Also use rgb(74,108,104) instead hex code.

Text Font Color

.myTextColor { color: #4A6C68; }

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

This text font color is #4A6C68.


Background Color

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

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

This div background color is #4A6C68.


Border color

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

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

This div border color is #4A6C68.


Opacity

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

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

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

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

This text has shadow with #4A6C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6C68 on black background.


Color preview on white background

This text has color #4A6C68 on white background.



Black color preview on #4A6C68 background

This text has black color on #4A6C68 background.


White color preview on #4A6C68 background

This text has white color on #4A6C68 background.