COLOR #4B7071

HEX: #4B7071 RGB: (75,112,113)

Color info

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

RGB color model

#4B7071 color RGB value is (75,112,113).

RGB: (75,112,113) (29%, 44%, 44%)

RGB channels and saturation

R 75 of 255 = 29%
G 112 of 255 = 44%
B 113 of 255 = 44%

75
112
113

R + G + B ~ 39%. #4B7071 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 112 + 113 = 300 (100%)
R 75 of 300 ~ 25%
G 112 of 300 ~ 37.33%
B 113 of 300 ~ 37.67'%

%25
%37.33
%37.67

CMYK color model

#4B7071 color CMYK value is (34,1,0,56).

  • cyan value is 33.63%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (34,1,0,56)
C34M1Y0K56 (34%, 1%, 0%, 56%)
(0.34 / 0.01 / 0.00 / 0.56)

CMYK percentages

%33.63
%0.88
%0
%55.69

Codes

Color #4B7071 in popluar color models

4B 70 71
RGB 75 112 113
HSL 182° 20.21% 36.86%
HSB/HSV 182° 33.63% 44.31%
CMYK 33.63% 0.88% 0.00%
55.69%

Color #4B7071 in popluar number systems.

HEX 4B 70 71
Decimal 75 112 113
Binary 1001011 1110000 1110001
Octal 113 160 161

Shades and tints

Shades of #4B7071

#4B7071
(75,112,113)
#456667
(69,102,103)
#3F5C5D
(63,92,93)
#395253
(57,82,83)
#334849
(51,72,73)
#2D3E3F
(45,62,63)
#273435
(39,52,53)
#212A2B
(33,42,43)
#1B2021
(27,32,33)
#151617
(21,22,23)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #4B7071

#4B7071
(75,112,113)
#5B7D7D
(91,125,125)
#6B8A89
(107,138,137)
#7B9795
(123,151,149)
#8BA4A1
(139,164,161)
#9BB1AD
(155,177,173)
#ABBEB9
(171,190,185)
#BBCBC5
(187,203,197)
#CBD8D1
(203,216,209)
#DBE5DD
(219,229,221)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7071; }

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

This text font color is #4B7071.

Background Color

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

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

This div background color is #4B7071.

Border color

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

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

This div border color is #4B7071.

Opacity

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

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

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

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

This text has shadow with #4B7071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7071.

Preview

Color preview on black background

This text has color #4B7071 on black background.


Color preview on white background

This text has color #4B7071 on white background.


Black color preview on #4B7071 background

This text has black color on #4B7071 background.


White color preview on #4B7071 background

This text has white color on #4B7071 background.


Related colors

Complementary color

Complementary color for #hex is #B48F8E.


I love getcolorcode.com

Triadic colors

1 #714B70 and #70714B with #4B7071 are triadic colors.

2 #71704B and #704B71 with #4B7071 are triadic colors.