COLOR #4B7357

HEX: #4B7357 RGB: (75,115,87)

Color info

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

RGB color model

#4B7357 color RGB value is (75,115,87).

RGB: (75,115,87) (29%, 45%, 34%)

RGB channels and saturation

R 75 of 255 = 29%
G 115 of 255 = 45%
B 87 of 255 = 34%

75
115
87

R + G + B ~ 36%. #4B7357 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 115 + 87 = 277 (100%)
R 75 of 277 ~ 27.08%
G 115 of 277 ~ 41.52%
B 87 of 277 ~ 31.41'%

%27.08
%41.52
%31.41

CMYK color model

#4B7357 color CMYK value is (35,0,24,55).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 54.90%

CMYK: (35,0,24,55)
C35M0Y24K55 (35%, 0%, 24%, 55%)
(0.35 / 0.00 / 0.24 / 0.55)

CMYK percentages

%34.78
%0
%24.35
%54.9

Codes

Color #4B7357 in popluar color models

4B 73 57
RGB 75 115 87
HSL 138° 21.05% 37.25%
HSB/HSV 138° 34.78% 45.10%
CMYK 34.78% 0.00% 24.35%
54.90%

Color #4B7357 in popluar number systems.

HEX 4B 73 57
Decimal 75 115 87
Binary 1001011 1110011 1010111
Octal 113 163 127

Shades and tints

Shades of #4B7357

#4B7357
(75,115,87)
#456950
(69,105,80)
#3F5F49
(63,95,73)
#395542
(57,85,66)
#334B3B
(51,75,59)
#2D4134
(45,65,52)
#27372D
(39,55,45)
#212D26
(33,45,38)
#1B231F
(27,35,31)
#151918
(21,25,24)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #4B7357

#4B7357
(75,115,87)
#5B7F66
(91,127,102)
#6B8B75
(107,139,117)
#7B9784
(123,151,132)
#8BA393
(139,163,147)
#9BAFA2
(155,175,162)
#ABBBB1
(171,187,177)
#BBC7C0
(187,199,192)
#CBD3CF
(203,211,207)
#DBDFDE
(219,223,222)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7357; }

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

This text font color is #4B7357.

Background Color

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

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

This div background color is #4B7357.

Border color

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

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

This div border color is #4B7357.

Opacity

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

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

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

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

This text has shadow with #4B7357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7357.

Preview

Color preview on black background

This text has color #4B7357 on black background.


Color preview on white background

This text has color #4B7357 on white background.


Black color preview on #4B7357 background

This text has black color on #4B7357 background.


White color preview on #4B7357 background

This text has white color on #4B7357 background.


Related colors

Complementary color

Complementary color for #hex is #B48CA8.


I love getcolorcode.com

Triadic colors

1 #574B73 and #73574B with #4B7357 are triadic colors.

2 #57734B and #734B57 with #4B7357 are triadic colors.