COLOR #4B605A

HEX: #4B605A
RGB: (75,96,90)

Color info

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

RGB color model

#4B605A color RGB value is (75,96,90).

  • red value is 75;
  • green value is 96;
  • blue value is 90.
RGB:
(75,96,90)
(29%,38%,35%)

RGB channels and saturation

R 75 of 255 = 29%
G 96 of 255 = 38%
B 90 of 255 = 35%

75
96
90

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

Portions of RGB colors in percentages

R + G + B =
75 + 96 + 90 = 261 (100%)
R 75 of 261 ~ 28.74%
G 96 of 261 ~ 36.78%
B 90 of 261 ~ 34.48%

%28.74
%36.78
%34.48

CMYK color model

#4B605A color CMYK value is (22,0,6,62).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 62.35%
CMYK:
(22,0,6,62)
C22M0Y6K62 
(22%,0%,6%,62%)
(0.22/0.00/0.06/0.62)	

CMYK percentages

%21.88
%0
%6.25
%62.35

Codes

Color #4B605A in popluar color models

4B605A
RGB759690
HSL163°12.28%33.53%
HSB/HSV163°21.88%37.65%
CMYK21.88%0.00%6.25%
62.35%

Color #4B605A in popluar number systems.

HEX4B605A
Decimal759690
Binary100101111000001011010
Octal113140132

Shades and tints

Shades of #4B605A

#4B605A
(75,96,90)
#455852
(69,88,82)
#3F504A
(63,80,74)
#394842
(57,72,66)
#33403A
(51,64,58)
#2D3832
(45,56,50)
#27302A
(39,48,42)
#212822
(33,40,34)
#1B201A
(27,32,26)
#151812
(21,24,18)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #4B605A

#4B605A
(75,96,90)
#5B6E69
(91,110,105)
#6B7C78
(107,124,120)
#7B8A87
(123,138,135)
#8B9896
(139,152,150)
#9BA6A5
(155,166,165)
#ABB4B4
(171,180,180)
#BBC2C3
(187,194,195)
#CBD0D2
(203,208,210)
#DBDEE1
(219,222,225)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B605A color. Also use rgb(75,96,90) instead hex code.

Text Font Color

.myTextColor { color: #4B605A; }

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

This text font color is #4B605A.


Background Color

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

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

This div background color is #4B605A.


Border color

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

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

This div border color is #4B605A.


Opacity

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

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

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

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

This text has shadow with #4B605A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B605A on black background.


Color preview on white background

This text has color #4B605A on white background.



Black color preview on #4B605A background

This text has black color on #4B605A background.


White color preview on #4B605A background

This text has white color on #4B605A background.