COLOR #4B7166

HEX: #4B7166
RGB: (75,113,102)

Color info

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

RGB color model

#4B7166 color RGB value is (75,113,102).

  • red value is 75;
  • green value is 113;
  • blue value is 102.
RGB:
(75,113,102)
(29%,44%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 113 of 255 = 44%
B 102 of 255 = 40%

75
113
102

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

Portions of RGB colors in percentages

R + G + B =
75 + 113 + 102 = 290 (100%)
R 75 of 290 ~ 25.86%
G 113 of 290 ~ 38.97%
B 102 of 290 ~ 35.17%

%25.86
%38.97
%35.17

CMYK color model

#4B7166 color CMYK value is (34,0,10,56).

  • cyan value is 33.63%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 55.69%
CMYK:
(34,0,10,56)
C34M0Y10K56 
(34%,0%,10%,56%)
(0.34/0.00/0.10/0.56)	

CMYK percentages

%33.63
%0
%9.73
%55.69

Codes

Color #4B7166 in popluar color models

4B7166
RGB75113102
HSL163°20.21%36.86%
HSB/HSV163°33.63%44.31%
CMYK33.63%0.00%9.73%
55.69%

Color #4B7166 in popluar number systems.

HEX4B7166
Decimal75113102
Binary100101111100011100110
Octal113161146

Shades and tints

Shades of #4B7166

#4B7166
(75,113,102)
#45675D
(69,103,93)
#3F5D54
(63,93,84)
#39534B
(57,83,75)
#334942
(51,73,66)
#2D3F39
(45,63,57)
#273530
(39,53,48)
#212B27
(33,43,39)
#1B211E
(27,33,30)
#151715
(21,23,21)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #4B7166

#4B7166
(75,113,102)
#5B7D73
(91,125,115)
#6B8980
(107,137,128)
#7B958D
(123,149,141)
#8BA19A
(139,161,154)
#9BADA7
(155,173,167)
#ABB9B4
(171,185,180)
#BBC5C1
(187,197,193)
#CBD1CE
(203,209,206)
#DBDDDB
(219,221,219)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7166; }

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

This text font color is #4B7166.


Background Color

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

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

This div background color is #4B7166.


Border color

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

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

This div border color is #4B7166.


Opacity

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

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

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

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

This text has shadow with #4B7166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7166 on black background.


Color preview on white background

This text has color #4B7166 on white background.



Black color preview on #4B7166 background

This text has black color on #4B7166 background.


White color preview on #4B7166 background

This text has white color on #4B7166 background.