COLOR #4A5B61

HEX: #4A5B61
RGB: (74,91,97)

Color info

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

RGB color model

#4A5B61 color RGB value is (74,91,97).

  • red value is 74;
  • green value is 91;
  • blue value is 97.
RGB:
(74,91,97)
(29%,36%,38%)

RGB channels and saturation

R 74 of 255 = 29%
G 91 of 255 = 36%
B 97 of 255 = 38%

74
91
97

R + G + B ~ 34%. #4A5B61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 91 + 97 = 262 (100%)
R 74 of 262 ~ 28.24%
G 91 of 262 ~ 34.73%
B 97 of 262 ~ 37.02%

%28.24
%34.73
%37.02

CMYK color model

#4A5B61 color CMYK value is (24,6,0,62).

  • cyan value is 23.71%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(24,6,0,62)
C24M6Y0K62 
(24%,6%,0%,62%)
(0.24/0.06/0.00/0.62)	

CMYK percentages

%23.71
%6.19
%0
%61.96

Codes

Color #4A5B61 in popluar color models

4A5B61
RGB749197
HSL196°13.45%33.53%
HSB/HSV196°23.71%38.04%
CMYK23.71%6.19%0.00%
61.96%

Color #4A5B61 in popluar number systems.

HEX4A5B61
Decimal749197
Binary100101010110111100001
Octal112133141

Shades and tints

Shades of #4A5B61

#4A5B61
(74,91,97)
#445359
(68,83,89)
#3E4B51
(62,75,81)
#384349
(56,67,73)
#323B41
(50,59,65)
#2C3339
(44,51,57)
#262B31
(38,43,49)
#202329
(32,35,41)
#1A1B21
(26,27,33)
#141319
(20,19,25)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #4A5B61

#4A5B61
(74,91,97)
#5A696F
(90,105,111)
#6A777D
(106,119,125)
#7A858B
(122,133,139)
#8A9399
(138,147,153)
#9AA1A7
(154,161,167)
#AAAFB5
(170,175,181)
#BABDC3
(186,189,195)
#CACBD1
(202,203,209)
#DAD9DF
(218,217,223)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5B61 color. Also use rgb(74,91,97) instead hex code.

Text Font Color

.myTextColor { color: #4A5B61; }

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

This text font color is #4A5B61.


Background Color

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

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

This div background color is #4A5B61.


Border color

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

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

This div border color is #4A5B61.


Opacity

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

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

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

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

This text has shadow with #4A5B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5B61 on black background.


Color preview on white background

This text has color #4A5B61 on white background.



Black color preview on #4A5B61 background

This text has black color on #4A5B61 background.


White color preview on #4A5B61 background

This text has white color on #4A5B61 background.