COLOR #4B8252

HEX: #4B8252 RGB: (75,130,82)

Color info

#4B8252 contains red, green and blue colors in about the same proportion. Web safe color of #4B8252 is #339966 (or #396).

RGB color model

#4B8252 color RGB value is (75,130,82).

RGB: (75,130,82) (29%, 51%, 32%)

RGB channels and saturation

R 75 of 255 = 29%
G 130 of 255 = 51%
B 82 of 255 = 32%

75
130
82

R + G + B ~ 37%. #4B8252 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 130 + 82 = 287 (100%)
R 75 of 287 ~ 26.13%
G 130 of 287 ~ 45.3%
B 82 of 287 ~ 28.57'%

%26.13
%45.3
%28.57

CMYK color model

#4B8252 color CMYK value is (42,0,37,49).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 49.02%

CMYK: (42,0,37,49)
C42M0Y37K49 (42%, 0%, 37%, 49%)
(0.42 / 0.00 / 0.37 / 0.49)

CMYK percentages

%42.31
%0
%36.92
%49.02

Codes

Color #4B8252 in popluar color models

4B 82 52
RGB 75 130 82
HSL 128° 26.83% 40.20%
HSB/HSV 128° 42.31% 50.98%
CMYK 42.31% 0.00% 36.92%
49.02%

Color #4B8252 in popluar number systems.

HEX 4B 82 52
Decimal 75 130 82
Binary 1001011 10000010 1010010
Octal 113 202 122

Shades and tints

Shades of #4B8252

#4B8252
(75,130,82)
#45774B
(69,119,75)
#3F6C44
(63,108,68)
#39613D
(57,97,61)
#335636
(51,86,54)
#2D4B2F
(45,75,47)
#274028
(39,64,40)
#213521
(33,53,33)
#1B2A1A
(27,42,26)
#151F13
(21,31,19)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #4B8252

#4B8252
(75,130,82)
#5B8D61
(91,141,97)
#6B9870
(107,152,112)
#7BA37F
(123,163,127)
#8BAE8E
(139,174,142)
#9BB99D
(155,185,157)
#ABC4AC
(171,196,172)
#BBCFBB
(187,207,187)
#CBDACA
(203,218,202)
#DBE5D9
(219,229,217)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8252; }

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

This text font color is #4B8252.

Background Color

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

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

This div background color is #4B8252.

Border color

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

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

This div border color is #4B8252.

Opacity

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

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

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

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

This text has shadow with #4B8252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B8252.

Preview

Color preview on black background

This text has color #4B8252 on black background.


Color preview on white background

This text has color #4B8252 on white background.


Black color preview on #4B8252 background

This text has black color on #4B8252 background.


White color preview on #4B8252 background

This text has white color on #4B8252 background.


Related colors

Complementary color

Complementary color for #hex is #B47DAD.


I love getcolorcode.com

Triadic colors

1 #524B82 and #82524B with #4B8252 are triadic colors.

2 #52824B and #824B52 with #4B8252 are triadic colors.