COLOR #4B9342

HEX: #4B9342
RGB: (75,147,66)

Color info

#4B9342 contains mainly green color. Web safe color of #4B9342 is #339933 (or #393).

RGB color model

#4B9342 color RGB value is (75,147,66).

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

RGB channels and saturation

R 75 of 255 = 29%
G 147 of 255 = 58%
B 66 of 255 = 26%

75
147
66

R + G + B ~ 38%. #4B9342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 147 + 66 = 288 (100%)
R 75 of 288 ~ 26.04%
G 147 of 288 ~ 51.04%
B 66 of 288 ~ 22.92%

%26.04
%51.04
%22.92

CMYK color model

#4B9342 color CMYK value is (49,0,55,42).

  • cyan value is 48.98%
  • magenta value is 0.00%
  • yellow value is 55.10%
  • key color value is 42.35%
CMYK:
(49,0,55,42)
C49M0Y55K42 
(49%,0%,55%,42%)
(0.49/0.00/0.55/0.42)	

CMYK percentages

%48.98
%0
%55.1
%42.35

Codes

Color #4B9342 in popluar color models

4B9342
RGB7514766
HSL113°38.03%41.76%
HSB/HSV113°55.10%57.65%
CMYK48.98%0.00%55.10%
42.35%

Color #4B9342 in popluar number systems.

HEX4B9342
Decimal7514766
Binary1001011100100111000010
Octal113223102

Shades and tints

Shades of #4B9342

#4B9342
(75,147,66)
#45863C
(69,134,60)
#3F7936
(63,121,54)
#396C30
(57,108,48)
#335F2A
(51,95,42)
#2D5224
(45,82,36)
#27451E
(39,69,30)
#213818
(33,56,24)
#1B2B12
(27,43,18)
#151E0C
(21,30,12)
#0F1106
(15,17,6)
#000000
(0,0,0)

Tints of #4B9342

#4B9342
(75,147,66)
#5B9C53
(91,156,83)
#6BA564
(107,165,100)
#7BAE75
(123,174,117)
#8BB786
(139,183,134)
#9BC097
(155,192,151)
#ABC9A8
(171,201,168)
#BBD2B9
(187,210,185)
#CBDBCA
(203,219,202)
#DBE4DB
(219,228,219)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9342; }

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

This text font color is #4B9342.


Background Color

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

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

This div background color is #4B9342.


Border color

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

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

This div border color is #4B9342.


Opacity

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

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

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

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

This text has shadow with #4B9342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9342 on black background.


Color preview on white background

This text has color #4B9342 on white background.



Black color preview on #4B9342 background

This text has black color on #4B9342 background.


White color preview on #4B9342 background

This text has white color on #4B9342 background.