COLOR #4A645E

HEX: #4A645E
RGB: (74,100,94)

Color info

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

RGB color model

#4A645E color RGB value is (74,100,94).

  • red value is 74;
  • green value is 100;
  • blue value is 94.
RGB:
(74,100,94)
(29%,39%,37%)

RGB channels and saturation

R 74 of 255 = 29%
G 100 of 255 = 39%
B 94 of 255 = 37%

74
100
94

R + G + B ~ 35%. #4A645E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 100 + 94 = 268 (100%)
R 74 of 268 ~ 27.61%
G 100 of 268 ~ 37.31%
B 94 of 268 ~ 35.07%

%27.61
%37.31
%35.07

CMYK color model

#4A645E color CMYK value is (26,0,6,61).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 60.78%
CMYK:
(26,0,6,61)
C26M0Y6K61 
(26%,0%,6%,61%)
(0.26/0.00/0.06/0.61)	

CMYK percentages

%26
%0
%6
%60.78

Codes

Color #4A645E in popluar color models

4A645E
RGB7410094
HSL166°14.94%34.12%
HSB/HSV166°26.00%39.22%
CMYK26.00%0.00%6.00%
60.78%

Color #4A645E in popluar number systems.

HEX4A645E
Decimal7410094
Binary100101011001001011110
Octal112144136

Shades and tints

Shades of #4A645E

#4A645E
(74,100,94)
#445B56
(68,91,86)
#3E524E
(62,82,78)
#384946
(56,73,70)
#32403E
(50,64,62)
#2C3736
(44,55,54)
#262E2E
(38,46,46)
#202526
(32,37,38)
#1A1C1E
(26,28,30)
#141316
(20,19,22)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #4A645E

#4A645E
(74,100,94)
#5A726C
(90,114,108)
#6A807A
(106,128,122)
#7A8E88
(122,142,136)
#8A9C96
(138,156,150)
#9AAAA4
(154,170,164)
#AAB8B2
(170,184,178)
#BAC6C0
(186,198,192)
#CAD4CE
(202,212,206)
#DAE2DC
(218,226,220)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A645E color. Also use rgb(74,100,94) instead hex code.

Text Font Color

.myTextColor { color: #4A645E; }

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

This text font color is #4A645E.


Background Color

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

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

This div background color is #4A645E.


Border color

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

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

This div border color is #4A645E.


Opacity

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

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

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

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

This text has shadow with #4A645E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A645E on black background.


Color preview on white background

This text has color #4A645E on white background.



Black color preview on #4A645E background

This text has black color on #4A645E background.


White color preview on #4A645E background

This text has white color on #4A645E background.