COLOR #4C8F3B

HEX: #4C8F3B
RGB: (76,143,59)

Color info

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

RGB color model

#4C8F3B color RGB value is (76,143,59).

  • red value is 76;
  • green value is 143;
  • blue value is 59.
RGB:
(76,143,59)
(30%,56%,23%)

RGB channels and saturation

R 76 of 255 = 30%
G 143 of 255 = 56%
B 59 of 255 = 23%

76
143
59

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

Portions of RGB colors in percentages

R + G + B =
76 + 143 + 59 = 278 (100%)
R 76 of 278 ~ 27.34%
G 143 of 278 ~ 51.44%
B 59 of 278 ~ 21.22%

%27.34
%51.44
%21.22

CMYK color model

#4C8F3B color CMYK value is (47,0,59,44).

  • cyan value is 46.85%
  • magenta value is 0.00%
  • yellow value is 58.74%
  • key color value is 43.92%
CMYK:
(47,0,59,44)
C47M0Y59K44 
(47%,0%,59%,44%)
(0.47/0.00/0.59/0.44)	

CMYK percentages

%46.85
%0
%58.74
%43.92

Codes

Color #4C8F3B in popluar color models

4C8F3B
RGB7614359
HSL108°41.58%39.61%
HSB/HSV108°58.74%56.08%
CMYK46.85%0.00%58.74%
43.92%

Color #4C8F3B in popluar number systems.

HEX4C8F3B
Decimal7614359
Binary100110010001111111011
Octal11421773

Shades and tints

Shades of #4C8F3B

#4C8F3B
(76,143,59)
#468236
(70,130,54)
#407531
(64,117,49)
#3A682C
(58,104,44)
#345B27
(52,91,39)
#2E4E22
(46,78,34)
#28411D
(40,65,29)
#223418
(34,52,24)
#1C2713
(28,39,19)
#161A0E
(22,26,14)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #4C8F3B

#4C8F3B
(76,143,59)
#5C994C
(92,153,76)
#6CA35D
(108,163,93)
#7CAD6E
(124,173,110)
#8CB77F
(140,183,127)
#9CC190
(156,193,144)
#ACCBA1
(172,203,161)
#BCD5B2
(188,213,178)
#CCDFC3
(204,223,195)
#DCE9D4
(220,233,212)
#ECF3E5
(236,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8F3B color. Also use rgb(76,143,59) instead hex code.

Text Font Color

.myTextColor { color: #4C8F3B; }

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

This text font color is #4C8F3B.


Background Color

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

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

This div background color is #4C8F3B.


Border color

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

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

This div border color is #4C8F3B.


Opacity

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

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

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

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

This text has shadow with #4C8F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8F3B on black background.


Color preview on white background

This text has color #4C8F3B on white background.



Black color preview on #4C8F3B background

This text has black color on #4C8F3B background.


White color preview on #4C8F3B background

This text has white color on #4C8F3B background.