COLOR #4B5E3B

HEX: #4B5E3B RGB: (75,94,59)

Color info

#4B5E3B contains red, green and blue colors in about the same proportion. Web safe color of #4B5E3B is #336633 (or #363).

RGB color model

#4B5E3B color RGB value is (75,94,59).

RGB: (75,94,59) (29%, 37%, 23%)

RGB channels and saturation

R 75 of 255 = 29%
G 94 of 255 = 37%
B 59 of 255 = 23%

75
94
59

R + G + B ~ 30%. #4B5E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 94 + 59 = 228 (100%)
R 75 of 228 ~ 32.89%
G 94 of 228 ~ 41.23%
B 59 of 228 ~ 25.88'%

%32.89
%41.23
%25.88

CMYK color model

#4B5E3B color CMYK value is (20,0,37,63).

  • cyan value is 20.21%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 63.14%
CMYK: (20,0,37,63) C20M0Y37K63 (20%,0%,37%,63%) (0.20/0.00/0.37/0.63) 

CMYK percentages

%20.21
%0
%37.23
%63.14

Codes

Color #4B5E3B in popluar color models

4B 5E 3B
RGB 75 94 59
HSL 93° 22.88% 30.00%
HSB/HSV 93° 37.23% 36.86%
CMYK 20.21% 0.00% 37.23%
63.14%

Color #4B5E3B in popluar number systems.

HEX 4B 5E 3B
Decimal 75 94 59
Binary 1001011 1011110 111011
Octal 113 136 73

Shades and tints

Shades of #4B5E3B

#4B5E3B
(75,94,59)
#455636
(69,86,54)
#3F4E31
(63,78,49)
#39462C
(57,70,44)
#333E27
(51,62,39)
#2D3622
(45,54,34)
#272E1D
(39,46,29)
#212618
(33,38,24)
#1B1E13
(27,30,19)
#15160E
(21,22,14)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #4B5E3B

#4B5E3B
(75,94,59)
#5B6C4C
(91,108,76)
#6B7A5D
(107,122,93)
#7B886E
(123,136,110)
#8B967F
(139,150,127)
#9BA490
(155,164,144)
#ABB2A1
(171,178,161)
#BBC0B2
(187,192,178)
#CBCEC3
(203,206,195)
#DBDCD4
(219,220,212)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5E3B; }

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

This text font color is #4B5E3B.

Background Color

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

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

This div background color is #4B5E3B.

Border color

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

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

This div border color is #4B5E3B.

Opacity

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

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

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

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

This text has shadow with #4B5E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5E3B.

Preview

Color preview on black background

This text has color #4B5E3B on black background.


Color preview on white background

This text has color #4B5E3B on white background.


Black color preview on #4B5E3B background

This text has black color on #4B5E3B background.


White color preview on #4B5E3B background

This text has white color on #4B5E3B background.


Related colors

Complementary color

Complementary color for #hex is #B4A1C4.


I love getcolorcode.com

Triadic colors

1 #3B4B5E and #5E3B4B with #4B5E3B are triadic colors.

2 #3B5E4B and #5E4B3B with #4B5E3B are triadic colors.