COLOR #4B8D53

HEX: #4B8D53
RGB: (75,141,83)

Color info

#4B8D53 contains mainly green and blue colors. Web safe color of #4B8D53 is #339966 (or #396).

RGB color model

#4B8D53 color RGB value is (75,141,83).

  • red value is 75;
  • green value is 141;
  • blue value is 83.
RGB:
(75,141,83)
(29%,55%,33%)

RGB channels and saturation

R 75 of 255 = 29%
G 141 of 255 = 55%
B 83 of 255 = 33%

75
141
83

R + G + B ~ 39%. #4B8D53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 141 + 83 = 299 (100%)
R 75 of 299 ~ 25.08%
G 141 of 299 ~ 47.16%
B 83 of 299 ~ 27.76%

%25.08
%47.16
%27.76

CMYK color model

#4B8D53 color CMYK value is (47,0,41,45).

  • cyan value is 46.81%
  • magenta value is 0.00%
  • yellow value is 41.13%
  • key color value is 44.71%
CMYK:
(47,0,41,45)
C47M0Y41K45 
(47%,0%,41%,45%)
(0.47/0.00/0.41/0.45)	

CMYK percentages

%46.81
%0
%41.13
%44.71

Codes

Color #4B8D53 in popluar color models

4B8D53
RGB7514183
HSL127°30.56%42.35%
HSB/HSV127°46.81%55.29%
CMYK46.81%0.00%41.13%
44.71%

Color #4B8D53 in popluar number systems.

HEX4B8D53
Decimal7514183
Binary1001011100011011010011
Octal113215123

Shades and tints

Shades of #4B8D53

#4B8D53
(75,141,83)
#45814C
(69,129,76)
#3F7545
(63,117,69)
#39693E
(57,105,62)
#335D37
(51,93,55)
#2D5130
(45,81,48)
#274529
(39,69,41)
#213922
(33,57,34)
#1B2D1B
(27,45,27)
#152114
(21,33,20)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #4B8D53

#4B8D53
(75,141,83)
#5B9762
(91,151,98)
#6BA171
(107,161,113)
#7BAB80
(123,171,128)
#8BB58F
(139,181,143)
#9BBF9E
(155,191,158)
#ABC9AD
(171,201,173)
#BBD3BC
(187,211,188)
#CBDDCB
(203,221,203)
#DBE7DA
(219,231,218)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8D53 color. Also use rgb(75,141,83) instead hex code.

Text Font Color

.myTextColor { color: #4B8D53; }

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

This text font color is #4B8D53.


Background Color

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

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

This div background color is #4B8D53.


Border color

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

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

This div border color is #4B8D53.


Opacity

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

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

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

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

This text has shadow with #4B8D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8D53 on black background.


Color preview on white background

This text has color #4B8D53 on white background.



Black color preview on #4B8D53 background

This text has black color on #4B8D53 background.


White color preview on #4B8D53 background

This text has white color on #4B8D53 background.