COLOR #4B883B

HEX: #4B883B RGB: (75,136,59)

Color info

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

RGB color model

#4B883B color RGB value is (75,136,59).

RGB: (75,136,59) (29%, 53%, 23%)

RGB channels and saturation

R 75 of 255 = 29%
G 136 of 255 = 53%
B 59 of 255 = 23%

75
136
59

R + G + B ~ 35%. #4B883B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 136 + 59 = 270 (100%)
R 75 of 270 ~ 27.78%
G 136 of 270 ~ 50.37%
B 59 of 270 ~ 21.85'%

%27.78
%50.37
%21.85

CMYK color model

#4B883B color CMYK value is (45,0,57,47).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 56.62%
  • key color value is 46.67%

CMYK: (45,0,57,47)
C45M0Y57K47 (45%, 0%, 57%, 47%)
(0.45 / 0.00 / 0.57 / 0.47)

CMYK percentages

%44.85
%0
%56.62
%46.67

Codes

Color #4B883B in popluar color models

4B 88 3B
RGB 75 136 59
HSL 108° 39.49% 38.24%
HSB/HSV 108° 56.62% 53.33%
CMYK 44.85% 0.00% 56.62%
46.67%

Color #4B883B in popluar number systems.

HEX 4B 88 3B
Decimal 75 136 59
Binary 1001011 10001000 111011
Octal 113 210 73

Shades and tints

Shades of #4B883B

#4B883B
(75,136,59)
#457C36
(69,124,54)
#3F7031
(63,112,49)
#39642C
(57,100,44)
#335827
(51,88,39)
#2D4C22
(45,76,34)
#27401D
(39,64,29)
#213418
(33,52,24)
#1B2813
(27,40,19)
#151C0E
(21,28,14)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #4B883B

#4B883B
(75,136,59)
#5B924C
(91,146,76)
#6B9C5D
(107,156,93)
#7BA66E
(123,166,110)
#8BB07F
(139,176,127)
#9BBA90
(155,186,144)
#ABC4A1
(171,196,161)
#BBCEB2
(187,206,178)
#CBD8C3
(203,216,195)
#DBE2D4
(219,226,212)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B883B color. Also use rgb(75,136,59) instead hex code.

Text Font Color

.myTextColor { color: #4B883B; }

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

This text font color is #4B883B.

Background Color

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

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

This div background color is #4B883B.

Border color

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

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

This div border color is #4B883B.

Opacity

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

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

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

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

This text has shadow with #4B883B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B883B.

Preview

Color preview on black background

This text has color #4B883B on black background.


Color preview on white background

This text has color #4B883B on white background.


Black color preview on #4B883B background

This text has black color on #4B883B background.


White color preview on #4B883B background

This text has white color on #4B883B background.


Related colors

Complementary color

Complementary color for #hex is #B477C4.


I love getcolorcode.com

Triadic colors

1 #3B4B88 and #883B4B with #4B883B are triadic colors.

2 #3B884B and #884B3B with #4B883B are triadic colors.