COLOR #4B7142

HEX: #4B7142
RGB: (75,113,66)

Color info

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

RGB color model

#4B7142 color RGB value is (75,113,66).

  • red value is 75;
  • green value is 113;
  • blue value is 66.
RGB:
(75,113,66)
(29%,44%,26%)

RGB channels and saturation

R 75 of 255 = 29%
G 113 of 255 = 44%
B 66 of 255 = 26%

75
113
66

R + G + B ~ 33%. #4B7142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 113 + 66 = 254 (100%)
R 75 of 254 ~ 29.53%
G 113 of 254 ~ 44.49%
B 66 of 254 ~ 25.98%

%29.53
%44.49
%25.98

CMYK color model

#4B7142 color CMYK value is (34,0,42,56).

  • cyan value is 33.63%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 55.69%
CMYK:
(34,0,42,56)
C34M0Y42K56 
(34%,0%,42%,56%)
(0.34/0.00/0.42/0.56)	

CMYK percentages

%33.63
%0
%41.59
%55.69

Codes

Color #4B7142 in popluar color models

4B7142
RGB7511366
HSL109°26.26%35.10%
HSB/HSV109°41.59%44.31%
CMYK33.63%0.00%41.59%
55.69%

Color #4B7142 in popluar number systems.

HEX4B7142
Decimal7511366
Binary100101111100011000010
Octal113161102

Shades and tints

Shades of #4B7142

#4B7142
(75,113,66)
#45673C
(69,103,60)
#3F5D36
(63,93,54)
#395330
(57,83,48)
#33492A
(51,73,42)
#2D3F24
(45,63,36)
#27351E
(39,53,30)
#212B18
(33,43,24)
#1B2112
(27,33,18)
#15170C
(21,23,12)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #4B7142

#4B7142
(75,113,66)
#5B7D53
(91,125,83)
#6B8964
(107,137,100)
#7B9575
(123,149,117)
#8BA186
(139,161,134)
#9BAD97
(155,173,151)
#ABB9A8
(171,185,168)
#BBC5B9
(187,197,185)
#CBD1CA
(203,209,202)
#DBDDDB
(219,221,219)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7142 color. Also use rgb(75,113,66) instead hex code.

Text Font Color

.myTextColor { color: #4B7142; }

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

This text font color is #4B7142.


Background Color

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

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

This div background color is #4B7142.


Border color

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

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

This div border color is #4B7142.


Opacity

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

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

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

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

This text has shadow with #4B7142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7142 on black background.


Color preview on white background

This text has color #4B7142 on white background.



Black color preview on #4B7142 background

This text has black color on #4B7142 background.


White color preview on #4B7142 background

This text has white color on #4B7142 background.