COLOR #4B784E

HEX: #4B784E RGB: (75,120,78)

Color info

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

RGB color model

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

RGB: (75,120,78) (29%, 47%, 31%)

RGB channels and saturation

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

75
120
78

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

Portions of RGB colors in percentages

R + G + B = 75 + 120 + 78 = 273 (100%)
R 75 of 273 ~ 27.47%
G 120 of 273 ~ 43.96%
B 78 of 273 ~ 28.57'%

%27.47
%43.96
%28.57

CMYK color model

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

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 52.94%

CMYK: (38,0,35,53)
C38M0Y35K53 (38%, 0%, 35%, 53%)
(0.38 / 0.00 / 0.35 / 0.53)

CMYK percentages

%37.5
%0
%35
%52.94

Codes

Color #4B784E in popluar color models

4B 78 4E
RGB 75 120 78
HSL 124° 23.08% 38.24%
HSB/HSV 124° 37.50% 47.06%
CMYK 37.50% 0.00% 35.00%
52.94%

Color #4B784E in popluar number systems.

HEX 4B 78 4E
Decimal 75 120 78
Binary 1001011 1111000 1001110
Octal 113 170 116

Shades and tints

Shades of #4B784E

#4B784E
(75,120,78)
#456E47
(69,110,71)
#3F6440
(63,100,64)
#395A39
(57,90,57)
#335032
(51,80,50)
#2D462B
(45,70,43)
#273C24
(39,60,36)
#21321D
(33,50,29)
#1B2816
(27,40,22)
#151E0F
(21,30,15)
#0F1408
(15,20,8)
#000000
(0,0,0)

Tints of #4B784E

#4B784E
(75,120,78)
#5B845E
(91,132,94)
#6B906E
(107,144,110)
#7B9C7E
(123,156,126)
#8BA88E
(139,168,142)
#9BB49E
(155,180,158)
#ABC0AE
(171,192,174)
#BBCCBE
(187,204,190)
#CBD8CE
(203,216,206)
#DBE4DE
(219,228,222)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B784E; }

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

This text font color is #4B784E.

Background Color

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

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

This div background color is #4B784E.

Border color

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

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

This div border color is #4B784E.

Opacity

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

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

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

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

This text has shadow with #4B784E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B784E.

Preview

Color preview on black background

This text has color #4B784E on black background.


Color preview on white background

This text has color #4B784E on white background.


Black color preview on #4B784E background

This text has black color on #4B784E background.


White color preview on #4B784E background

This text has white color on #4B784E background.


Related colors

Complementary color

Complementary color for #hex is #B487B1.


I love getcolorcode.com

Triadic colors

1 #4E4B78 and #784E4B with #4B784E are triadic colors.

2 #4E784B and #784B4E with #4B784E are triadic colors.