COLOR #4B912A

HEX: #4B912A RGB: (75,145,42)

Color info

#4B912A contains mainly green color. Web safe color of #4B912A is #339933 (or #393).

RGB color model

#4B912A color RGB value is (75,145,42).

RGB: (75,145,42) (29%, 57%, 16%)

RGB channels and saturation

R 75 of 255 = 29%
G 145 of 255 = 57%
B 42 of 255 = 16%

75
145
42

R + G + B ~ 34%. #4B912A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 145 + 42 = 262 (100%)
R 75 of 262 ~ 28.63%
G 145 of 262 ~ 55.34%
B 42 of 262 ~ 16.03'%

%28.63
%55.34
%16.03

CMYK color model

#4B912A color CMYK value is (48,0,71,43).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 71.03%
  • key color value is 43.14%

CMYK: (48,0,71,43)
C48M0Y71K43 (48%, 0%, 71%, 43%)
(0.48 / 0.00 / 0.71 / 0.43)

CMYK percentages

%48.28
%0
%71.03
%43.14

Codes

Color #4B912A in popluar color models

4B 91 2A
RGB 75 145 42
HSL 101° 55.08% 36.67%
HSB/HSV 101° 71.03% 56.86%
CMYK 48.28% 0.00% 71.03%
43.14%

Color #4B912A in popluar number systems.

HEX 4B 91 2A
Decimal 75 145 42
Binary 1001011 10010001 101010
Octal 113 221 52

Shades and tints

Shades of #4B912A

#4B912A
(75,145,42)
#458427
(69,132,39)
#3F7724
(63,119,36)
#396A21
(57,106,33)
#335D1E
(51,93,30)
#2D501B
(45,80,27)
#274318
(39,67,24)
#213615
(33,54,21)
#1B2912
(27,41,18)
#151C0F
(21,28,15)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #4B912A

#4B912A
(75,145,42)
#5B9B3D
(91,155,61)
#6BA550
(107,165,80)
#7BAF63
(123,175,99)
#8BB976
(139,185,118)
#9BC389
(155,195,137)
#ABCD9C
(171,205,156)
#BBD7AF
(187,215,175)
#CBE1C2
(203,225,194)
#DBEBD5
(219,235,213)
#EBF5E8
(235,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B912A; }

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

This text font color is #4B912A.

Background Color

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

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

This div background color is #4B912A.

Border color

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

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

This div border color is #4B912A.

Opacity

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

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

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

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

This text has shadow with #4B912A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B912A.

Preview

Color preview on black background

This text has color #4B912A on black background.


Color preview on white background

This text has color #4B912A on white background.


Black color preview on #4B912A background

This text has black color on #4B912A background.


White color preview on #4B912A background

This text has white color on #4B912A background.


Related colors

Complementary color

Complementary color for #hex is #B46ED5.


I love getcolorcode.com

Triadic colors

1 #2A4B91 and #912A4B with #4B912A are triadic colors.

2 #2A914B and #914B2A with #4B912A are triadic colors.