COLOR #4B951A

HEX: #4B951A RGB: (75,149,26)

Color info

#4B951A contains mainly green color. Web safe color of #4B951A is #339900 (or #390).

RGB color model

#4B951A color RGB value is (75,149,26).

RGB: (75,149,26) (29%, 58%, 10%)

RGB channels and saturation

R 75 of 255 = 29%
G 149 of 255 = 58%
B 26 of 255 = 10%

75
149
26

R + G + B ~ 32%. #4B951A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 149 + 26 = 250 (100%)
R 75 of 250 ~ 30%
G 149 of 250 ~ 59.6%
B 26 of 250 ~ 10.4'%

%30
%59.6
%10.4

CMYK color model

#4B951A color CMYK value is (50,0,83,42).

  • cyan value is 49.66%
  • magenta value is 0.00%
  • yellow value is 82.55%
  • key color value is 41.57%
CMYK: (50,0,83,42) C50M0Y83K42 (50%,0%,83%,42%) (0.50/0.00/0.83/0.42) 

CMYK percentages

%49.66
%0
%82.55
%41.57

Codes

Color #4B951A in popluar color models

4B 95 1A
RGB 75 149 26
HSL 96° 70.29% 34.31%
HSB/HSV 96° 82.55% 58.43%
CMYK 49.66% 0.00% 82.55%
41.57%

Color #4B951A in popluar number systems.

HEX 4B 95 1A
Decimal 75 149 26
Binary 1001011 10010101 11010
Octal 113 225 32

Shades and tints

Shades of #4B951A

#4B951A
(75,149,26)
#458818
(69,136,24)
#3F7B16
(63,123,22)
#396E14
(57,110,20)
#336112
(51,97,18)
#2D5410
(45,84,16)
#27470E
(39,71,14)
#213A0C
(33,58,12)
#1B2D0A
(27,45,10)
#152008
(21,32,8)
#0F1306
(15,19,6)
#000000
(0,0,0)

Tints of #4B951A

#4B951A
(75,149,26)
#5B9E2E
(91,158,46)
#6BA742
(107,167,66)
#7BB056
(123,176,86)
#8BB96A
(139,185,106)
#9BC27E
(155,194,126)
#ABCB92
(171,203,146)
#BBD4A6
(187,212,166)
#CBDDBA
(203,221,186)
#DBE6CE
(219,230,206)
#EBEFE2
(235,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B951A; }

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

This text font color is #4B951A.

Background Color

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

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

This div background color is #4B951A.

Border color

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

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

This div border color is #4B951A.

Opacity

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

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

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

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

This text has shadow with #4B951A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B951A.

Preview

Color preview on black background

This text has color #4B951A on black background.


Color preview on white background

This text has color #4B951A on white background.


Black color preview on #4B951A background

This text has black color on #4B951A background.


White color preview on #4B951A background

This text has white color on #4B951A background.


Related colors

Complementary color

Complementary color for #hex is #B46AE5.


I love getcolorcode.com

Triadic colors

1 #1A4B95 and #951A4B with #4B951A are triadic colors.

2 #1A954B and #954B1A with #4B951A are triadic colors.