COLOR #4B706D

HEX: #4B706D RGB: (75,112,109)

Color info

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

RGB color model

#4B706D color RGB value is (75,112,109).

RGB: (75,112,109) (29%, 44%, 43%)

RGB channels and saturation

R 75 of 255 = 29%
G 112 of 255 = 44%
B 109 of 255 = 43%

75
112
109

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

Portions of RGB colors in percentages

R + G + B = 75 + 112 + 109 = 296 (100%)
R 75 of 296 ~ 25.34%
G 112 of 296 ~ 37.84%
B 109 of 296 ~ 36.82'%

%25.34
%37.84
%36.82

CMYK color model

#4B706D color CMYK value is (33,0,3,56).

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

CMYK: (33,0,3,56)
C33M0Y3K56 (33%, 0%, 3%, 56%)
(0.33 / 0.00 / 0.03 / 0.56)

CMYK percentages

%33.04
%0
%2.68
%56.08

Codes

Color #4B706D in popluar color models

4B 70 6D
RGB 75 112 109
HSL 175° 19.79% 36.67%
HSB/HSV 175° 33.04% 43.92%
CMYK 33.04% 0.00% 2.68%
56.08%

Color #4B706D in popluar number systems.

HEX 4B 70 6D
Decimal 75 112 109
Binary 1001011 1110000 1101101
Octal 113 160 155

Shades and tints

Shades of #4B706D

#4B706D
(75,112,109)
#456664
(69,102,100)
#3F5C5B
(63,92,91)
#395252
(57,82,82)
#334849
(51,72,73)
#2D3E40
(45,62,64)
#273437
(39,52,55)
#212A2E
(33,42,46)
#1B2025
(27,32,37)
#15161C
(21,22,28)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #4B706D

#4B706D
(75,112,109)
#5B7D7A
(91,125,122)
#6B8A87
(107,138,135)
#7B9794
(123,151,148)
#8BA4A1
(139,164,161)
#9BB1AE
(155,177,174)
#ABBEBB
(171,190,187)
#BBCBC8
(187,203,200)
#CBD8D5
(203,216,213)
#DBE5E2
(219,229,226)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B706D; }

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

This text font color is #4B706D.

Background Color

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

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

This div background color is #4B706D.

Border color

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

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

This div border color is #4B706D.

Opacity

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

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

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

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

This text has shadow with #4B706D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B706D.

Preview

Color preview on black background

This text has color #4B706D on black background.


Color preview on white background

This text has color #4B706D on white background.


Black color preview on #4B706D background

This text has black color on #4B706D background.


White color preview on #4B706D background

This text has white color on #4B706D background.


Related colors

Complementary color

Complementary color for #hex is #B48F92.


I love getcolorcode.com

Triadic colors

1 #6D4B70 and #706D4B with #4B706D are triadic colors.

2 #6D704B and #704B6D with #4B706D are triadic colors.