COLOR #4B6657

HEX: #4B6657
RGB: (75,102,87)

Color info

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

RGB color model

#4B6657 color RGB value is (75,102,87).

  • red value is 75;
  • green value is 102;
  • blue value is 87.
RGB:
(75,102,87)
(29%,40%,34%)

RGB channels and saturation

R 75 of 255 = 29%
G 102 of 255 = 40%
B 87 of 255 = 34%

75
102
87

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

Portions of RGB colors in percentages

R + G + B =
75 + 102 + 87 = 264 (100%)
R 75 of 264 ~ 28.41%
G 102 of 264 ~ 38.64%
B 87 of 264 ~ 32.95%

%28.41
%38.64
%32.95

CMYK color model

#4B6657 color CMYK value is (26,0,15,60).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 60.00%
CMYK:
(26,0,15,60)
C26M0Y15K60 
(26%,0%,15%,60%)
(0.26/0.00/0.15/0.60)	

CMYK percentages

%26.47
%0
%14.71
%60

Codes

Color #4B6657 in popluar color models

4B6657
RGB7510287
HSL147°15.25%34.71%
HSB/HSV147°26.47%40.00%
CMYK26.47%0.00%14.71%
60.00%

Color #4B6657 in popluar number systems.

HEX4B6657
Decimal7510287
Binary100101111001101010111
Octal113146127

Shades and tints

Shades of #4B6657

#4B6657
(75,102,87)
#455D50
(69,93,80)
#3F5449
(63,84,73)
#394B42
(57,75,66)
#33423B
(51,66,59)
#2D3934
(45,57,52)
#27302D
(39,48,45)
#212726
(33,39,38)
#1B1E1F
(27,30,31)
#151518
(21,21,24)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #4B6657

#4B6657
(75,102,87)
#5B7366
(91,115,102)
#6B8075
(107,128,117)
#7B8D84
(123,141,132)
#8B9A93
(139,154,147)
#9BA7A2
(155,167,162)
#ABB4B1
(171,180,177)
#BBC1C0
(187,193,192)
#CBCECF
(203,206,207)
#DBDBDE
(219,219,222)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6657; }

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

This text font color is #4B6657.


Background Color

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

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

This div background color is #4B6657.


Border color

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

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

This div border color is #4B6657.


Opacity

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

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

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

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

This text has shadow with #4B6657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6657 on black background.


Color preview on white background

This text has color #4B6657 on white background.



Black color preview on #4B6657 background

This text has black color on #4B6657 background.


White color preview on #4B6657 background

This text has white color on #4B6657 background.