COLOR #4B784B

HEX: #4B784B
RGB: (75,120,75)

Color info

#4B784B contains red, green and blue colors in about the same proportion. Web safe color of #4B784B is #336633 (or #363).

RGB color model

#4B784B color RGB value is (75,120,75).

  • red value is 75;
  • green value is 120;
  • blue value is 75.
RGB:
(75,120,75)
(29%,47%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 120 of 255 = 47%
B 75 of 255 = 29%

75
120
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 120 + 75 = 270 (100%)
R 75 of 270 ~ 27.78%
G 120 of 270 ~ 44.44%
B 75 of 270 ~ 27.78%

%27.78
%44.44
%27.78

CMYK color model

#4B784B color CMYK value is (38,0,38,53).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 52.94%
CMYK:
(38,0,38,53)
C38M0Y38K53 
(38%,0%,38%,53%)
(0.38/0.00/0.38/0.53)	

CMYK percentages

%37.5
%0
%37.5
%52.94

Codes

Color #4B784B in popluar color models

4B784B
RGB7512075
HSL120°23.08%38.24%
HSB/HSV120°37.50%47.06%
CMYK37.50%0.00%37.50%
52.94%

Color #4B784B in popluar number systems.

HEX4B784B
Decimal7512075
Binary100101111110001001011
Octal113170113

Shades and tints

Shades of #4B784B

#4B784B
(75,120,75)
#456E45
(69,110,69)
#3F643F
(63,100,63)
#395A39
(57,90,57)
#335033
(51,80,51)
#2D462D
(45,70,45)
#273C27
(39,60,39)
#213221
(33,50,33)
#1B281B
(27,40,27)
#151E15
(21,30,21)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #4B784B

#4B784B
(75,120,75)
#5B845B
(91,132,91)
#6B906B
(107,144,107)
#7B9C7B
(123,156,123)
#8BA88B
(139,168,139)
#9BB49B
(155,180,155)
#ABC0AB
(171,192,171)
#BBCCBB
(187,204,187)
#CBD8CB
(203,216,203)
#DBE4DB
(219,228,219)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B784B; }

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

This text font color is #4B784B.


Background Color

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

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

This div background color is #4B784B.


Border color

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

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

This div border color is #4B784B.


Opacity

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

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

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

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

This text has shadow with #4B784B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B784B on black background.


Color preview on white background

This text has color #4B784B on white background.



Black color preview on #4B784B background

This text has black color on #4B784B background.


White color preview on #4B784B background

This text has white color on #4B784B background.