COLOR #4B855A

HEX: #4B855A RGB: (75,133,90)

Color info

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

RGB color model

#4B855A color RGB value is (75,133,90).

RGB: (75,133,90) (29%, 52%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 133 of 255 = 52%
B 90 of 255 = 35%

75
133
90

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

Portions of RGB colors in percentages

R + G + B = 75 + 133 + 90 = 298 (100%)
R 75 of 298 ~ 25.17%
G 133 of 298 ~ 44.63%
B 90 of 298 ~ 30.2'%

%25.17
%44.63
%30.2

CMYK color model

#4B855A color CMYK value is (44,0,32,48).

  • cyan value is 43.61%
  • magenta value is 0.00%
  • yellow value is 32.33%
  • key color value is 47.84%

CMYK: (44,0,32,48)
C44M0Y32K48 (44%, 0%, 32%, 48%)
(0.44 / 0.00 / 0.32 / 0.48)

CMYK percentages

%43.61
%0
%32.33
%47.84

Codes

Color #4B855A in popluar color models

4B 85 5A
RGB 75 133 90
HSL 136° 27.88% 40.78%
HSB/HSV 136° 43.61% 52.16%
CMYK 43.61% 0.00% 32.33%
47.84%

Color #4B855A in popluar number systems.

HEX 4B 85 5A
Decimal 75 133 90
Binary 1001011 10000101 1011010
Octal 113 205 132

Shades and tints

Shades of #4B855A

#4B855A
(75,133,90)
#457952
(69,121,82)
#3F6D4A
(63,109,74)
#396142
(57,97,66)
#33553A
(51,85,58)
#2D4932
(45,73,50)
#273D2A
(39,61,42)
#213122
(33,49,34)
#1B251A
(27,37,26)
#151912
(21,25,18)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #4B855A

#4B855A
(75,133,90)
#5B9069
(91,144,105)
#6B9B78
(107,155,120)
#7BA687
(123,166,135)
#8BB196
(139,177,150)
#9BBCA5
(155,188,165)
#ABC7B4
(171,199,180)
#BBD2C3
(187,210,195)
#CBDDD2
(203,221,210)
#DBE8E1
(219,232,225)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B855A color. Also use rgb(75,133,90) instead hex code.

Text Font Color

.myTextColor { color: #4B855A; }

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

This text font color is #4B855A.

Background Color

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

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

This div background color is #4B855A.

Border color

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

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

This div border color is #4B855A.

Opacity

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

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

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

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

This text has shadow with #4B855A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B855A.

Preview

Color preview on black background

This text has color #4B855A on black background.


Color preview on white background

This text has color #4B855A on white background.


Black color preview on #4B855A background

This text has black color on #4B855A background.


White color preview on #4B855A background

This text has white color on #4B855A background.


Related colors

Complementary color

Complementary color for #hex is #B47AA5.


I love getcolorcode.com

Triadic colors

1 #5A4B85 and #855A4B with #4B855A are triadic colors.

2 #5A854B and #854B5A with #4B855A are triadic colors.