COLOR #4B7554

HEX: #4B7554
RGB: (75,117,84)

Color info

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

RGB color model

#4B7554 color RGB value is (75,117,84).

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

RGB channels and saturation

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

75
117
84

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

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 84 = 276 (100%)
R 75 of 276 ~ 27.17%
G 117 of 276 ~ 42.39%
B 84 of 276 ~ 30.43%

%27.17
%42.39
%30.43

CMYK color model

#4B7554 color CMYK value is (36,0,28,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 54.12%
CMYK:
(36,0,28,54)
C36M0Y28K54 
(36%,0%,28%,54%)
(0.36/0.00/0.28/0.54)	

CMYK percentages

%35.9
%0
%28.21
%54.12

Codes

Color #4B7554 in popluar color models

4B7554
RGB7511784
HSL133°21.88%37.65%
HSB/HSV133°35.90%45.88%
CMYK35.90%0.00%28.21%
54.12%

Color #4B7554 in popluar number systems.

HEX4B7554
Decimal7511784
Binary100101111101011010100
Octal113165124

Shades and tints

Shades of #4B7554

#4B7554
(75,117,84)
#456B4D
(69,107,77)
#3F6146
(63,97,70)
#39573F
(57,87,63)
#334D38
(51,77,56)
#2D4331
(45,67,49)
#27392A
(39,57,42)
#212F23
(33,47,35)
#1B251C
(27,37,28)
#151B15
(21,27,21)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #4B7554

#4B7554
(75,117,84)
#5B8163
(91,129,99)
#6B8D72
(107,141,114)
#7B9981
(123,153,129)
#8BA590
(139,165,144)
#9BB19F
(155,177,159)
#ABBDAE
(171,189,174)
#BBC9BD
(187,201,189)
#CBD5CC
(203,213,204)
#DBE1DB
(219,225,219)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7554; }

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

This text font color is #4B7554.


Background Color

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

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

This div background color is #4B7554.


Border color

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

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

This div border color is #4B7554.


Opacity

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

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

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

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

This text has shadow with #4B7554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7554 on black background.


Color preview on white background

This text has color #4B7554 on white background.



Black color preview on #4B7554 background

This text has black color on #4B7554 background.


White color preview on #4B7554 background

This text has white color on #4B7554 background.