COLOR #4B706A

HEX: #4B706A
RGB: (75,112,106)

Color info

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

RGB color model

#4B706A color RGB value is (75,112,106).

  • red value is 75;
  • green value is 112;
  • blue value is 106.
RGB:
(75,112,106)
(29%,44%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 112 of 255 = 44%
B 106 of 255 = 42%

75
112
106

R + G + B ~ 38%. #4B706A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 112 + 106 = 293 (100%)
R 75 of 293 ~ 25.6%
G 112 of 293 ~ 38.23%
B 106 of 293 ~ 36.18%

%25.6
%38.23
%36.18

CMYK color model

#4B706A color CMYK value is (33,0,5,56).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 56.08%
CMYK:
(33,0,5,56)
C33M0Y5K56 
(33%,0%,5%,56%)
(0.33/0.00/0.05/0.56)	

CMYK percentages

%33.04
%0
%5.36
%56.08

Codes

Color #4B706A in popluar color models

4B706A
RGB75112106
HSL170°19.79%36.67%
HSB/HSV170°33.04%43.92%
CMYK33.04%0.00%5.36%
56.08%

Color #4B706A in popluar number systems.

HEX4B706A
Decimal75112106
Binary100101111100001101010
Octal113160152

Shades and tints

Shades of #4B706A

#4B706A
(75,112,106)
#456661
(69,102,97)
#3F5C58
(63,92,88)
#39524F
(57,82,79)
#334846
(51,72,70)
#2D3E3D
(45,62,61)
#273434
(39,52,52)
#212A2B
(33,42,43)
#1B2022
(27,32,34)
#151619
(21,22,25)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #4B706A

#4B706A
(75,112,106)
#5B7D77
(91,125,119)
#6B8A84
(107,138,132)
#7B9791
(123,151,145)
#8BA49E
(139,164,158)
#9BB1AB
(155,177,171)
#ABBEB8
(171,190,184)
#BBCBC5
(187,203,197)
#CBD8D2
(203,216,210)
#DBE5DF
(219,229,223)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B706A; }

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

This text font color is #4B706A.


Background Color

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

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

This div background color is #4B706A.


Border color

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

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

This div border color is #4B706A.


Opacity

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

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

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

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

This text has shadow with #4B706A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B706A on black background.


Color preview on white background

This text has color #4B706A on white background.



Black color preview on #4B706A background

This text has black color on #4B706A background.


White color preview on #4B706A background

This text has white color on #4B706A background.