COLOR #4B7547

HEX: #4B7547
RGB: (75,117,71)

Color info

#4B7547 contains red, green and blue colors in about the same proportion. Web safe color of #4B7547 is #336633 (or #363).

RGB color model

#4B7547 color RGB value is (75,117,71).

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

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 71 of 255 = 28%

75
117
71

R + G + B ~ 34%. #4B7547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 71 = 263 (100%)
R 75 of 263 ~ 28.52%
G 117 of 263 ~ 44.49%
B 71 of 263 ~ 27%

%28.52
%44.49
%27

CMYK color model

#4B7547 color CMYK value is (36,0,39,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 39.32%
  • key color value is 54.12%
CMYK:
(36,0,39,54)
C36M0Y39K54 
(36%,0%,39%,54%)
(0.36/0.00/0.39/0.54)	

CMYK percentages

%35.9
%0
%39.32
%54.12

Codes

Color #4B7547 in popluar color models

4B7547
RGB7511771
HSL115°24.47%36.86%
HSB/HSV115°39.32%45.88%
CMYK35.90%0.00%39.32%
54.12%

Color #4B7547 in popluar number systems.

HEX4B7547
Decimal7511771
Binary100101111101011000111
Octal113165107

Shades and tints

Shades of #4B7547

#4B7547
(75,117,71)
#456B41
(69,107,65)
#3F613B
(63,97,59)
#395735
(57,87,53)
#334D2F
(51,77,47)
#2D4329
(45,67,41)
#273923
(39,57,35)
#212F1D
(33,47,29)
#1B2517
(27,37,23)
#151B11
(21,27,17)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #4B7547

#4B7547
(75,117,71)
#5B8157
(91,129,87)
#6B8D67
(107,141,103)
#7B9977
(123,153,119)
#8BA587
(139,165,135)
#9BB197
(155,177,151)
#ABBDA7
(171,189,167)
#BBC9B7
(187,201,183)
#CBD5C7
(203,213,199)
#DBE1D7
(219,225,215)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7547; }

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

This text font color is #4B7547.


Background Color

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

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

This div background color is #4B7547.


Border color

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

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

This div border color is #4B7547.


Opacity

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

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

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

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

This text has shadow with #4B7547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7547 on black background.


Color preview on white background

This text has color #4B7547 on white background.



Black color preview on #4B7547 background

This text has black color on #4B7547 background.


White color preview on #4B7547 background

This text has white color on #4B7547 background.