COLOR #4B7060

HEX: #4B7060 RGB: (75,112,96)

Color info

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

RGB color model

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

RGB: (75,112,96) (29%, 44%, 38%)

RGB channels and saturation

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

75
112
96

R + G + B ~ 37%. #4B7060 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 112 + 96 = 283 (100%)
R 75 of 283 ~ 26.5%
G 112 of 283 ~ 39.58%
B 96 of 283 ~ 33.92'%

%26.5
%39.58
%33.92

CMYK color model

#4B7060 color CMYK value is (33,0,14,56).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 56.08%

CMYK: (33,0,14,56)
C33M0Y14K56 (33%, 0%, 14%, 56%)
(0.33 / 0.00 / 0.14 / 0.56)

CMYK percentages

%33.04
%0
%14.29
%56.08

Codes

Color #4B7060 in popluar color models

4B 70 60
RGB 75 112 96
HSL 154° 19.79% 36.67%
HSB/HSV 154° 33.04% 43.92%
CMYK 33.04% 0.00% 14.29%
56.08%

Color #4B7060 in popluar number systems.

HEX 4B 70 60
Decimal 75 112 96
Binary 1001011 1110000 1100000
Octal 113 160 140

Shades and tints

Shades of #4B7060

#4B7060
(75,112,96)
#456658
(69,102,88)
#3F5C50
(63,92,80)
#395248
(57,82,72)
#334840
(51,72,64)
#2D3E38
(45,62,56)
#273430
(39,52,48)
#212A28
(33,42,40)
#1B2020
(27,32,32)
#151618
(21,22,24)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #4B7060

#4B7060
(75,112,96)
#5B7D6E
(91,125,110)
#6B8A7C
(107,138,124)
#7B978A
(123,151,138)
#8BA498
(139,164,152)
#9BB1A6
(155,177,166)
#ABBEB4
(171,190,180)
#BBCBC2
(187,203,194)
#CBD8D0
(203,216,208)
#DBE5DE
(219,229,222)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7060; }

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

This text font color is #4B7060.

Background Color

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

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

This div background color is #4B7060.

Border color

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

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

This div border color is #4B7060.

Opacity

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

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

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

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

This text has shadow with #4B7060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7060.

Preview

Color preview on black background

This text has color #4B7060 on black background.


Color preview on white background

This text has color #4B7060 on white background.


Black color preview on #4B7060 background

This text has black color on #4B7060 background.


White color preview on #4B7060 background

This text has white color on #4B7060 background.


Related colors

Complementary color

Complementary color for #hex is #B48F9F.


I love getcolorcode.com

Triadic colors

1 #604B70 and #70604B with #4B7060 are triadic colors.

2 #60704B and #704B60 with #4B7060 are triadic colors.