COLOR #4B8542

HEX: #4B8542 RGB: (75,133,66)

Color info

#4B8542 contains mainly red and green colors. Web safe color of #4B8542 is #339933 (or #393).

RGB color model

#4B8542 color RGB value is (75,133,66).

RGB: (75,133,66) (29%, 52%, 26%)

RGB channels and saturation

R 75 of 255 = 29%
G 133 of 255 = 52%
B 66 of 255 = 26%

75
133
66

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

Portions of RGB colors in percentages

R + G + B = 75 + 133 + 66 = 274 (100%)
R 75 of 274 ~ 27.37%
G 133 of 274 ~ 48.54%
B 66 of 274 ~ 24.09'%

%27.37
%48.54
%24.09

CMYK color model

#4B8542 color CMYK value is (44,0,50,48).

  • cyan value is 43.61%
  • magenta value is 0.00%
  • yellow value is 50.38%
  • key color value is 47.84%

CMYK: (44,0,50,48)
C44M0Y50K48 (44%, 0%, 50%, 48%)
(0.44 / 0.00 / 0.50 / 0.48)

CMYK percentages

%43.61
%0
%50.38
%47.84

Codes

Color #4B8542 in popluar color models

4B 85 42
RGB 75 133 66
HSL 112° 33.67% 39.02%
HSB/HSV 112° 50.38% 52.16%
CMYK 43.61% 0.00% 50.38%
47.84%

Color #4B8542 in popluar number systems.

HEX 4B 85 42
Decimal 75 133 66
Binary 1001011 10000101 1000010
Octal 113 205 102

Shades and tints

Shades of #4B8542

#4B8542
(75,133,66)
#45793C
(69,121,60)
#3F6D36
(63,109,54)
#396130
(57,97,48)
#33552A
(51,85,42)
#2D4924
(45,73,36)
#273D1E
(39,61,30)
#213118
(33,49,24)
#1B2512
(27,37,18)
#15190C
(21,25,12)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #4B8542

#4B8542
(75,133,66)
#5B9053
(91,144,83)
#6B9B64
(107,155,100)
#7BA675
(123,166,117)
#8BB186
(139,177,134)
#9BBC97
(155,188,151)
#ABC7A8
(171,199,168)
#BBD2B9
(187,210,185)
#CBDDCA
(203,221,202)
#DBE8DB
(219,232,219)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8542; }

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

This text font color is #4B8542.

Background Color

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

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

This div background color is #4B8542.

Border color

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

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

This div border color is #4B8542.

Opacity

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

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

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

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

This text has shadow with #4B8542 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B8542.

Preview

Color preview on black background

This text has color #4B8542 on black background.


Color preview on white background

This text has color #4B8542 on white background.


Black color preview on #4B8542 background

This text has black color on #4B8542 background.


White color preview on #4B8542 background

This text has white color on #4B8542 background.


Related colors

Complementary color

Complementary color for #hex is #B47ABD.


I love getcolorcode.com

Triadic colors

1 #424B85 and #85424B with #4B8542 are triadic colors.

2 #42854B and #854B42 with #4B8542 are triadic colors.