COLOR #4B7857

HEX: #4B7857 RGB: (75,120,87)

Color info

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

RGB color model

#4B7857 color RGB value is (75,120,87).

RGB: (75,120,87) (29%, 47%, 34%)

RGB channels and saturation

R 75 of 255 = 29%
G 120 of 255 = 47%
B 87 of 255 = 34%

75
120
87

R + G + B ~ 37%. #4B7857 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 120 + 87 = 282 (100%)
R 75 of 282 ~ 26.6%
G 120 of 282 ~ 42.55%
B 87 of 282 ~ 30.85'%

%26.6
%42.55
%30.85

CMYK color model

#4B7857 color CMYK value is (38,0,28,53).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 52.94%
CMYK: (38,0,28,53) C38M0Y28K53 (38%,0%,28%,53%) (0.38/0.00/0.28/0.53) 

CMYK percentages

%37.5
%0
%27.5
%52.94

Codes

Color #4B7857 in popluar color models

4B 78 57
RGB 75 120 87
HSL 136° 23.08% 38.24%
HSB/HSV 136° 37.50% 47.06%
CMYK 37.50% 0.00% 27.50%
52.94%

Color #4B7857 in popluar number systems.

HEX 4B 78 57
Decimal 75 120 87
Binary 1001011 1111000 1010111
Octal 113 170 127

Shades and tints

Shades of #4B7857

#4B7857
(75,120,87)
#456E50
(69,110,80)
#3F6449
(63,100,73)
#395A42
(57,90,66)
#33503B
(51,80,59)
#2D4634
(45,70,52)
#273C2D
(39,60,45)
#213226
(33,50,38)
#1B281F
(27,40,31)
#151E18
(21,30,24)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #4B7857

#4B7857
(75,120,87)
#5B8466
(91,132,102)
#6B9075
(107,144,117)
#7B9C84
(123,156,132)
#8BA893
(139,168,147)
#9BB4A2
(155,180,162)
#ABC0B1
(171,192,177)
#BBCCC0
(187,204,192)
#CBD8CF
(203,216,207)
#DBE4DE
(219,228,222)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7857; }

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

This text font color is #4B7857.

Background Color

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

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

This div background color is #4B7857.

Border color

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

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

This div border color is #4B7857.

Opacity

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

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

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

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

This text has shadow with #4B7857 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7857.

Preview

Color preview on black background

This text has color #4B7857 on black background.


Color preview on white background

This text has color #4B7857 on white background.


Black color preview on #4B7857 background

This text has black color on #4B7857 background.


White color preview on #4B7857 background

This text has white color on #4B7857 background.


Related colors

Complementary color

Complementary color for #hex is #B487A8.


I love getcolorcode.com

Triadic colors

1 #574B78 and #78574B with #4B7857 are triadic colors.

2 #57784B and #784B57 with #4B7857 are triadic colors.