COLOR #4B6060

HEX: #4B6060
RGB: (75,96,96)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
96
96

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

Portions of RGB colors in percentages

R + G + B =
75 + 96 + 96 = 267 (100%)
R 75 of 267 ~ 28.09%
G 96 of 267 ~ 35.96%
B 96 of 267 ~ 35.96%

%28.09
%35.96
%35.96

CMYK color model

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

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

CMYK percentages

%21.88
%0
%0
%62.35

Codes

Color #4B6060 in popluar color models

4B6060
RGB759696
HSL180°12.28%33.53%
HSB/HSV180°21.88%37.65%
CMYK21.88%0.00%0.00%
62.35%

Color #4B6060 in popluar number systems.

HEX4B6060
Decimal759696
Binary100101111000001100000
Octal113140140

Shades and tints

Shades of #4B6060

#4B6060
(75,96,96)
#455858
(69,88,88)
#3F5050
(63,80,80)
#394848
(57,72,72)
#334040
(51,64,64)
#2D3838
(45,56,56)
#273030
(39,48,48)
#212828
(33,40,40)
#1B2020
(27,32,32)
#151818
(21,24,24)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #4B6060

#4B6060
(75,96,96)
#5B6E6E
(91,110,110)
#6B7C7C
(107,124,124)
#7B8A8A
(123,138,138)
#8B9898
(139,152,152)
#9BA6A6
(155,166,166)
#ABB4B4
(171,180,180)
#BBC2C2
(187,194,194)
#CBD0D0
(203,208,208)
#DBDEDE
(219,222,222)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6060; }

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

This text font color is #4B6060.


Background Color

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

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

This div background color is #4B6060.


Border color

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

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

This div border color is #4B6060.


Opacity

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

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

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

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

This text has shadow with #4B6060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6060 on black background.


Color preview on white background

This text has color #4B6060 on white background.



Black color preview on #4B6060 background

This text has black color on #4B6060 background.


White color preview on #4B6060 background

This text has white color on #4B6060 background.