COLOR #4B7250

HEX: #4B7250
RGB: (75,114,80)

Color info

#4B7250 contains red, green and blue colors in about the same proportion. Web safe color of #4B7250 is #336666 (or #366).

RGB color model

#4B7250 color RGB value is (75,114,80).

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

RGB channels and saturation

R 75 of 255 = 29%
G 114 of 255 = 45%
B 80 of 255 = 31%

75
114
80

R + G + B ~ 35%. #4B7250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 114 + 80 = 269 (100%)
R 75 of 269 ~ 27.88%
G 114 of 269 ~ 42.38%
B 80 of 269 ~ 29.74%

%27.88
%42.38
%29.74

CMYK color model

#4B7250 color CMYK value is (34,0,30,55).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 55.29%
CMYK:
(34,0,30,55)
C34M0Y30K55 
(34%,0%,30%,55%)
(0.34/0.00/0.30/0.55)	

CMYK percentages

%34.21
%0
%29.82
%55.29

Codes

Color #4B7250 in popluar color models

4B7250
RGB7511480
HSL128°20.63%37.06%
HSB/HSV128°34.21%44.71%
CMYK34.21%0.00%29.82%
55.29%

Color #4B7250 in popluar number systems.

HEX4B7250
Decimal7511480
Binary100101111100101010000
Octal113162120

Shades and tints

Shades of #4B7250

#4B7250
(75,114,80)
#456849
(69,104,73)
#3F5E42
(63,94,66)
#39543B
(57,84,59)
#334A34
(51,74,52)
#2D402D
(45,64,45)
#273626
(39,54,38)
#212C1F
(33,44,31)
#1B2218
(27,34,24)
#151811
(21,24,17)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #4B7250

#4B7250
(75,114,80)
#5B7E5F
(91,126,95)
#6B8A6E
(107,138,110)
#7B967D
(123,150,125)
#8BA28C
(139,162,140)
#9BAE9B
(155,174,155)
#ABBAAA
(171,186,170)
#BBC6B9
(187,198,185)
#CBD2C8
(203,210,200)
#DBDED7
(219,222,215)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7250; }

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

This text font color is #4B7250.


Background Color

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

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

This div background color is #4B7250.


Border color

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

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

This div border color is #4B7250.


Opacity

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

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

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

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

This text has shadow with #4B7250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7250 on black background.


Color preview on white background

This text has color #4B7250 on white background.



Black color preview on #4B7250 background

This text has black color on #4B7250 background.


White color preview on #4B7250 background

This text has white color on #4B7250 background.