COLOR #4B8829

HEX: #4B8829
RGB: (75,136,41)

Color info

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

RGB color model

#4B8829 color RGB value is (75,136,41).

  • red value is 75;
  • green value is 136;
  • blue value is 41.
RGB:
(75,136,41)
(29%,53%,16%)

RGB channels and saturation

R 75 of 255 = 29%
G 136 of 255 = 53%
B 41 of 255 = 16%

75
136
41

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

Portions of RGB colors in percentages

R + G + B =
75 + 136 + 41 = 252 (100%)
R 75 of 252 ~ 29.76%
G 136 of 252 ~ 53.97%
B 41 of 252 ~ 16.27%

%29.76
%53.97
%16.27

CMYK color model

#4B8829 color CMYK value is (45,0,70,47).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 69.85%
  • key color value is 46.67%
CMYK:
(45,0,70,47)
C45M0Y70K47 
(45%,0%,70%,47%)
(0.45/0.00/0.70/0.47)	

CMYK percentages

%44.85
%0
%69.85
%46.67

Codes

Color #4B8829 in popluar color models

4B8829
RGB7513641
HSL99°53.67%34.71%
HSB/HSV99°69.85%53.33%
CMYK44.85%0.00%69.85%
46.67%

Color #4B8829 in popluar number systems.

HEX4B8829
Decimal7513641
Binary100101110001000101001
Octal11321051

Shades and tints

Shades of #4B8829

#4B8829
(75,136,41)
#457C26
(69,124,38)
#3F7023
(63,112,35)
#396420
(57,100,32)
#33581D
(51,88,29)
#2D4C1A
(45,76,26)
#274017
(39,64,23)
#213414
(33,52,20)
#1B2811
(27,40,17)
#151C0E
(21,28,14)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #4B8829

#4B8829
(75,136,41)
#5B923C
(91,146,60)
#6B9C4F
(107,156,79)
#7BA662
(123,166,98)
#8BB075
(139,176,117)
#9BBA88
(155,186,136)
#ABC49B
(171,196,155)
#BBCEAE
(187,206,174)
#CBD8C1
(203,216,193)
#DBE2D4
(219,226,212)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8829 color. Also use rgb(75,136,41) instead hex code.

Text Font Color

.myTextColor { color: #4B8829; }

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

This text font color is #4B8829.


Background Color

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

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

This div background color is #4B8829.


Border color

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

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

This div border color is #4B8829.


Opacity

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

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

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

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

This text has shadow with #4B8829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8829 on black background.


Color preview on white background

This text has color #4B8829 on white background.



Black color preview on #4B8829 background

This text has black color on #4B8829 background.


White color preview on #4B8829 background

This text has white color on #4B8829 background.