COLOR #4B924E

HEX: #4B924E
RGB: (75,146,78)

Color info

#4B924E contains mainly green color. Web safe color of #4B924E is #339966 (or #396).

RGB color model

#4B924E color RGB value is (75,146,78).

  • red value is 75;
  • green value is 146;
  • blue value is 78.
RGB:
(75,146,78)
(29%,57%,31%)

RGB channels and saturation

R 75 of 255 = 29%
G 146 of 255 = 57%
B 78 of 255 = 31%

75
146
78

R + G + B ~ 39%. #4B924E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 146 + 78 = 299 (100%)
R 75 of 299 ~ 25.08%
G 146 of 299 ~ 48.83%
B 78 of 299 ~ 26.09%

%25.08
%48.83
%26.09

CMYK color model

#4B924E color CMYK value is (49,0,47,43).

  • cyan value is 48.63%
  • magenta value is 0.00%
  • yellow value is 46.58%
  • key color value is 42.75%
CMYK:
(49,0,47,43)
C49M0Y47K43 
(49%,0%,47%,43%)
(0.49/0.00/0.47/0.43)	

CMYK percentages

%48.63
%0
%46.58
%42.75

Codes

Color #4B924E in popluar color models

4B924E
RGB7514678
HSL123°32.13%43.33%
HSB/HSV123°48.63%57.25%
CMYK48.63%0.00%46.58%
42.75%

Color #4B924E in popluar number systems.

HEX4B924E
Decimal7514678
Binary1001011100100101001110
Octal113222116

Shades and tints

Shades of #4B924E

#4B924E
(75,146,78)
#458547
(69,133,71)
#3F7840
(63,120,64)
#396B39
(57,107,57)
#335E32
(51,94,50)
#2D512B
(45,81,43)
#274424
(39,68,36)
#21371D
(33,55,29)
#1B2A16
(27,42,22)
#151D0F
(21,29,15)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #4B924E

#4B924E
(75,146,78)
#5B9B5E
(91,155,94)
#6BA46E
(107,164,110)
#7BAD7E
(123,173,126)
#8BB68E
(139,182,142)
#9BBF9E
(155,191,158)
#ABC8AE
(171,200,174)
#BBD1BE
(187,209,190)
#CBDACE
(203,218,206)
#DBE3DE
(219,227,222)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B924E; }

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

This text font color is #4B924E.


Background Color

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

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

This div background color is #4B924E.


Border color

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

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

This div border color is #4B924E.


Opacity

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

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

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

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

This text has shadow with #4B924E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B924E on black background.


Color preview on white background

This text has color #4B924E on white background.



Black color preview on #4B924E background

This text has black color on #4B924E background.


White color preview on #4B924E background

This text has white color on #4B924E background.