COLOR #4B7555

HEX: #4B7555
RGB: (75,117,85)

Color info

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

RGB color model

#4B7555 color RGB value is (75,117,85).

  • red value is 75;
  • green value is 117;
  • blue value is 85.
RGB:
(75,117,85)
(29%,46%,33%)

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 85 of 255 = 33%

75
117
85

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

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 85 = 277 (100%)
R 75 of 277 ~ 27.08%
G 117 of 277 ~ 42.24%
B 85 of 277 ~ 30.69%

%27.08
%42.24
%30.69

CMYK color model

#4B7555 color CMYK value is (36,0,27,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(36,0,27,54)
C36M0Y27K54 
(36%,0%,27%,54%)
(0.36/0.00/0.27/0.54)	

CMYK percentages

%35.9
%0
%27.35
%54.12

Codes

Color #4B7555 in popluar color models

4B7555
RGB7511785
HSL134°21.88%37.65%
HSB/HSV134°35.90%45.88%
CMYK35.90%0.00%27.35%
54.12%

Color #4B7555 in popluar number systems.

HEX4B7555
Decimal7511785
Binary100101111101011010101
Octal113165125

Shades and tints

Shades of #4B7555

#4B7555
(75,117,85)
#456B4E
(69,107,78)
#3F6147
(63,97,71)
#395740
(57,87,64)
#334D39
(51,77,57)
#2D4332
(45,67,50)
#27392B
(39,57,43)
#212F24
(33,47,36)
#1B251D
(27,37,29)
#151B16
(21,27,22)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #4B7555

#4B7555
(75,117,85)
#5B8164
(91,129,100)
#6B8D73
(107,141,115)
#7B9982
(123,153,130)
#8BA591
(139,165,145)
#9BB1A0
(155,177,160)
#ABBDAF
(171,189,175)
#BBC9BE
(187,201,190)
#CBD5CD
(203,213,205)
#DBE1DC
(219,225,220)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7555 color. Also use rgb(75,117,85) instead hex code.

Text Font Color

.myTextColor { color: #4B7555; }

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

This text font color is #4B7555.


Background Color

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

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

This div background color is #4B7555.


Border color

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

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

This div border color is #4B7555.


Opacity

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

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

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

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

This text has shadow with #4B7555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7555 on black background.


Color preview on white background

This text has color #4B7555 on white background.



Black color preview on #4B7555 background

This text has black color on #4B7555 background.


White color preview on #4B7555 background

This text has white color on #4B7555 background.