COLOR #4B7C50

HEX: #4B7C50
RGB: (75,124,80)

Color info

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

RGB color model

#4B7C50 color RGB value is (75,124,80).

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

RGB channels and saturation

R 75 of 255 = 29%
G 124 of 255 = 49%
B 80 of 255 = 31%

75
124
80

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

Portions of RGB colors in percentages

R + G + B =
75 + 124 + 80 = 279 (100%)
R 75 of 279 ~ 26.88%
G 124 of 279 ~ 44.44%
B 80 of 279 ~ 28.67%

%26.88
%44.44
%28.67

CMYK color model

#4B7C50 color CMYK value is (40,0,35,51).

  • cyan value is 39.52%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 51.37%
CMYK:
(40,0,35,51)
C40M0Y35K51 
(40%,0%,35%,51%)
(0.40/0.00/0.35/0.51)	

CMYK percentages

%39.52
%0
%35.48
%51.37

Codes

Color #4B7C50 in popluar color models

4B7C50
RGB7512480
HSL126°24.62%39.02%
HSB/HSV126°39.52%48.63%
CMYK39.52%0.00%35.48%
51.37%

Color #4B7C50 in popluar number systems.

HEX4B7C50
Decimal7512480
Binary100101111111001010000
Octal113174120

Shades and tints

Shades of #4B7C50

#4B7C50
(75,124,80)
#457149
(69,113,73)
#3F6642
(63,102,66)
#395B3B
(57,91,59)
#335034
(51,80,52)
#2D452D
(45,69,45)
#273A26
(39,58,38)
#212F1F
(33,47,31)
#1B2418
(27,36,24)
#151911
(21,25,17)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #4B7C50

#4B7C50
(75,124,80)
#5B875F
(91,135,95)
#6B926E
(107,146,110)
#7B9D7D
(123,157,125)
#8BA88C
(139,168,140)
#9BB39B
(155,179,155)
#ABBEAA
(171,190,170)
#BBC9B9
(187,201,185)
#CBD4C8
(203,212,200)
#DBDFD7
(219,223,215)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7C50; }

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

This text font color is #4B7C50.


Background Color

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

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

This div background color is #4B7C50.


Border color

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

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

This div border color is #4B7C50.


Opacity

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

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

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

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

This text has shadow with #4B7C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7C50 on black background.


Color preview on white background

This text has color #4B7C50 on white background.



Black color preview on #4B7C50 background

This text has black color on #4B7C50 background.


White color preview on #4B7C50 background

This text has white color on #4B7C50 background.