COLOR #4B786F

HEX: #4B786F RGB: (75,120,111)

Color info

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

RGB color model

#4B786F color RGB value is (75,120,111).

RGB: (75,120,111) (29%, 47%, 44%)

RGB channels and saturation

R 75 of 255 = 29%
G 120 of 255 = 47%
B 111 of 255 = 44%

75
120
111

R + G + B ~ 40%. #4B786F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 75 + 120 + 111 = 306 (100%)
R 75 of 306 ~ 24.51%
G 120 of 306 ~ 39.22%
B 111 of 306 ~ 36.27'%

%24.51
%39.22
%36.27

CMYK color model

#4B786F color CMYK value is (38,0,8,53).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 52.94%

CMYK: (38,0,8,53)
C38M0Y8K53 (38%, 0%, 8%, 53%)
(0.38 / 0.00 / 0.08 / 0.53)

CMYK percentages

%37.5
%0
%7.5
%52.94

Codes

Color #4B786F in popluar color models

4B 78 6F
RGB 75 120 111
HSL 168° 23.08% 38.24%
HSB/HSV 168° 37.50% 47.06%
CMYK 37.50% 0.00% 7.50%
52.94%

Color #4B786F in popluar number systems.

HEX 4B 78 6F
Decimal 75 120 111
Binary 1001011 1111000 1101111
Octal 113 170 157

Shades and tints

Shades of #4B786F

#4B786F
(75,120,111)
#456E65
(69,110,101)
#3F645B
(63,100,91)
#395A51
(57,90,81)
#335047
(51,80,71)
#2D463D
(45,70,61)
#273C33
(39,60,51)
#213229
(33,50,41)
#1B281F
(27,40,31)
#151E15
(21,30,21)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #4B786F

#4B786F
(75,120,111)
#5B847C
(91,132,124)
#6B9089
(107,144,137)
#7B9C96
(123,156,150)
#8BA8A3
(139,168,163)
#9BB4B0
(155,180,176)
#ABC0BD
(171,192,189)
#BBCCCA
(187,204,202)
#CBD8D7
(203,216,215)
#DBE4E4
(219,228,228)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B786F color. Also use rgb(75,120,111) instead hex code.

Text Font Color

.myTextColor { color: #4B786F; }

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

This text font color is #4B786F.

Background Color

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

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

This div background color is #4B786F.

Border color

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

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

This div border color is #4B786F.

Opacity

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

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

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

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

This text has shadow with #4B786F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B786F.

Preview

Color preview on black background

This text has color #4B786F on black background.


Color preview on white background

This text has color #4B786F on white background.


Black color preview on #4B786F background

This text has black color on #4B786F background.


White color preview on #4B786F background

This text has white color on #4B786F background.


Related colors

Complementary color

Complementary color for #hex is #B48790.


I love getcolorcode.com

Triadic colors

1 #6F4B78 and #786F4B with #4B786F are triadic colors.

2 #6F784B and #784B6F with #4B786F are triadic colors.