COLOR #4B8250

HEX: #4B8250
RGB: (75,130,80)

Color info

#4B8250 contains red, green and blue colors in about the same proportion. Web safe color of #4B8250 is #339966 (or #396).

RGB color model

#4B8250 color RGB value is (75,130,80).

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

RGB channels and saturation

R 75 of 255 = 29%
G 130 of 255 = 51%
B 80 of 255 = 31%

75
130
80

R + G + B ~ 37%. #4B8250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 130 + 80 = 285 (100%)
R 75 of 285 ~ 26.32%
G 130 of 285 ~ 45.61%
B 80 of 285 ~ 28.07%

%26.32
%45.61
%28.07

CMYK color model

#4B8250 color CMYK value is (42,0,38,49).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 49.02%
CMYK:
(42,0,38,49)
C42M0Y38K49 
(42%,0%,38%,49%)
(0.42/0.00/0.38/0.49)	

CMYK percentages

%42.31
%0
%38.46
%49.02

Codes

Color #4B8250 in popluar color models

4B8250
RGB7513080
HSL125°26.83%40.20%
HSB/HSV125°42.31%50.98%
CMYK42.31%0.00%38.46%
49.02%

Color #4B8250 in popluar number systems.

HEX4B8250
Decimal7513080
Binary1001011100000101010000
Octal113202120

Shades and tints

Shades of #4B8250

#4B8250
(75,130,80)
#457749
(69,119,73)
#3F6C42
(63,108,66)
#39613B
(57,97,59)
#335634
(51,86,52)
#2D4B2D
(45,75,45)
#274026
(39,64,38)
#21351F
(33,53,31)
#1B2A18
(27,42,24)
#151F11
(21,31,17)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #4B8250

#4B8250
(75,130,80)
#5B8D5F
(91,141,95)
#6B986E
(107,152,110)
#7BA37D
(123,163,125)
#8BAE8C
(139,174,140)
#9BB99B
(155,185,155)
#ABC4AA
(171,196,170)
#BBCFB9
(187,207,185)
#CBDAC8
(203,218,200)
#DBE5D7
(219,229,215)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8250; }

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

This text font color is #4B8250.


Background Color

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

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

This div background color is #4B8250.


Border color

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

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

This div border color is #4B8250.


Opacity

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

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

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

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

This text has shadow with #4B8250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8250 on black background.


Color preview on white background

This text has color #4B8250 on white background.



Black color preview on #4B8250 background

This text has black color on #4B8250 background.


White color preview on #4B8250 background

This text has white color on #4B8250 background.