COLOR #4B716E

HEX: #4B716E RGB: (75,113,110)

Color info

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

RGB color model

#4B716E color RGB value is (75,113,110).

RGB: (75,113,110) (29%, 44%, 43%)

RGB channels and saturation

R 75 of 255 = 29%
G 113 of 255 = 44%
B 110 of 255 = 43%

75
113
110

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

Portions of RGB colors in percentages

R + G + B = 75 + 113 + 110 = 298 (100%)
R 75 of 298 ~ 25.17%
G 113 of 298 ~ 37.92%
B 110 of 298 ~ 36.91'%

%25.17
%37.92
%36.91

CMYK color model

#4B716E color CMYK value is (34,0,3,56).

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

CMYK: (34,0,3,56)
C34M0Y3K56 (34%, 0%, 3%, 56%)
(0.34 / 0.00 / 0.03 / 0.56)

CMYK percentages

%33.63
%0
%2.65
%55.69

Codes

Color #4B716E in popluar color models

4B 71 6E
RGB 75 113 110
HSL 175° 20.21% 36.86%
HSB/HSV 175° 33.63% 44.31%
CMYK 33.63% 0.00% 2.65%
55.69%

Color #4B716E in popluar number systems.

HEX 4B 71 6E
Decimal 75 113 110
Binary 1001011 1110001 1101110
Octal 113 161 156

Shades and tints

Shades of #4B716E

#4B716E
(75,113,110)
#456764
(69,103,100)
#3F5D5A
(63,93,90)
#395350
(57,83,80)
#334946
(51,73,70)
#2D3F3C
(45,63,60)
#273532
(39,53,50)
#212B28
(33,43,40)
#1B211E
(27,33,30)
#151714
(21,23,20)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #4B716E

#4B716E
(75,113,110)
#5B7D7B
(91,125,123)
#6B8988
(107,137,136)
#7B9595
(123,149,149)
#8BA1A2
(139,161,162)
#9BADAF
(155,173,175)
#ABB9BC
(171,185,188)
#BBC5C9
(187,197,201)
#CBD1D6
(203,209,214)
#DBDDE3
(219,221,227)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B716E; }

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

This text font color is #4B716E.

Background Color

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

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

This div background color is #4B716E.

Border color

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

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

This div border color is #4B716E.

Opacity

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

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

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

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

This text has shadow with #4B716E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B716E.

Preview

Color preview on black background

This text has color #4B716E on black background.


Color preview on white background

This text has color #4B716E on white background.


Black color preview on #4B716E background

This text has black color on #4B716E background.


White color preview on #4B716E background

This text has white color on #4B716E background.


Related colors

Complementary color

Complementary color for #hex is #B48E91.


I love getcolorcode.com

Triadic colors

1 #6E4B71 and #716E4B with #4B716E are triadic colors.

2 #6E714B and #714B6E with #4B716E are triadic colors.