COLOR #4B706C

HEX: #4B706C
RGB: (75,112,108)

Color info

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

RGB color model

#4B706C color RGB value is (75,112,108).

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

RGB channels and saturation

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

75
112
108

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

Portions of RGB colors in percentages

R + G + B =
75 + 112 + 108 = 295 (100%)
R 75 of 295 ~ 25.42%
G 112 of 295 ~ 37.97%
B 108 of 295 ~ 36.61%

%25.42
%37.97
%36.61

CMYK color model

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

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 56.08%
CMYK:
(33,0,4,56)
C33M0Y4K56 
(33%,0%,4%,56%)
(0.33/0.00/0.04/0.56)	

CMYK percentages

%33.04
%0
%3.57
%56.08

Codes

Color #4B706C in popluar color models

4B706C
RGB75112108
HSL174°19.79%36.67%
HSB/HSV174°33.04%43.92%
CMYK33.04%0.00%3.57%
56.08%

Color #4B706C in popluar number systems.

HEX4B706C
Decimal75112108
Binary100101111100001101100
Octal113160154

Shades and tints

Shades of #4B706C

#4B706C
(75,112,108)
#456663
(69,102,99)
#3F5C5A
(63,92,90)
#395251
(57,82,81)
#334848
(51,72,72)
#2D3E3F
(45,62,63)
#273436
(39,52,54)
#212A2D
(33,42,45)
#1B2024
(27,32,36)
#15161B
(21,22,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #4B706C

#4B706C
(75,112,108)
#5B7D79
(91,125,121)
#6B8A86
(107,138,134)
#7B9793
(123,151,147)
#8BA4A0
(139,164,160)
#9BB1AD
(155,177,173)
#ABBEBA
(171,190,186)
#BBCBC7
(187,203,199)
#CBD8D4
(203,216,212)
#DBE5E1
(219,229,225)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B706C; }

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

This text font color is #4B706C.


Background Color

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

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

This div background color is #4B706C.


Border color

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

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

This div border color is #4B706C.


Opacity

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

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

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

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

This text has shadow with #4B706C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B706C on black background.


Color preview on white background

This text has color #4B706C on white background.



Black color preview on #4B706C background

This text has black color on #4B706C background.


White color preview on #4B706C background

This text has white color on #4B706C background.