COLOR #4B8245

HEX: #4B8245
RGB: (75,130,69)

Color info

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

RGB color model

#4B8245 color RGB value is (75,130,69).

  • red value is 75;
  • green value is 130;
  • blue value is 69.
RGB:
(75,130,69)
(29%,51%,27%)

RGB channels and saturation

R 75 of 255 = 29%
G 130 of 255 = 51%
B 69 of 255 = 27%

75
130
69

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

Portions of RGB colors in percentages

R + G + B =
75 + 130 + 69 = 274 (100%)
R 75 of 274 ~ 27.37%
G 130 of 274 ~ 47.45%
B 69 of 274 ~ 25.18%

%27.37
%47.45
%25.18

CMYK color model

#4B8245 color CMYK value is (42,0,47,49).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 46.92%
  • key color value is 49.02%
CMYK:
(42,0,47,49)
C42M0Y47K49 
(42%,0%,47%,49%)
(0.42/0.00/0.47/0.49)	

CMYK percentages

%42.31
%0
%46.92
%49.02

Codes

Color #4B8245 in popluar color models

4B8245
RGB7513069
HSL114°30.65%39.02%
HSB/HSV114°46.92%50.98%
CMYK42.31%0.00%46.92%
49.02%

Color #4B8245 in popluar number systems.

HEX4B8245
Decimal7513069
Binary1001011100000101000101
Octal113202105

Shades and tints

Shades of #4B8245

#4B8245
(75,130,69)
#45773F
(69,119,63)
#3F6C39
(63,108,57)
#396133
(57,97,51)
#33562D
(51,86,45)
#2D4B27
(45,75,39)
#274021
(39,64,33)
#21351B
(33,53,27)
#1B2A15
(27,42,21)
#151F0F
(21,31,15)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #4B8245

#4B8245
(75,130,69)
#5B8D55
(91,141,85)
#6B9865
(107,152,101)
#7BA375
(123,163,117)
#8BAE85
(139,174,133)
#9BB995
(155,185,149)
#ABC4A5
(171,196,165)
#BBCFB5
(187,207,181)
#CBDAC5
(203,218,197)
#DBE5D5
(219,229,213)
#EBF0E5
(235,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8245 color. Also use rgb(75,130,69) instead hex code.

Text Font Color

.myTextColor { color: #4B8245; }

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

This text font color is #4B8245.


Background Color

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

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

This div background color is #4B8245.


Border color

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

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

This div border color is #4B8245.


Opacity

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

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

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

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

This text has shadow with #4B8245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8245 on black background.


Color preview on white background

This text has color #4B8245 on white background.



Black color preview on #4B8245 background

This text has black color on #4B8245 background.


White color preview on #4B8245 background

This text has white color on #4B8245 background.