COLOR #4B4D3B

HEX: #4B4D3B RGB: (75,77,59)

Color info

#4B4D3B contains red, green and blue colors in about the same proportion. Web safe color of #4B4D3B is #333333 (or #333).

RGB color model

#4B4D3B color RGB value is (75,77,59).

RGB: (75,77,59) (29%, 30%, 23%)

RGB channels and saturation

R 75 of 255 = 29%
G 77 of 255 = 30%
B 59 of 255 = 23%

75
77
59

R + G + B ~ 27%. #4B4D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 77 + 59 = 211 (100%)
R 75 of 211 ~ 35.55%
G 77 of 211 ~ 36.49%
B 59 of 211 ~ 27.96'%

%35.55
%36.49
%27.96

CMYK color model

#4B4D3B color CMYK value is (3,0,23,70).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 69.80%
CMYK: (3,0,23,70) C3M0Y23K70 (3%,0%,23%,70%) (0.03/0.00/0.23/0.70) 

CMYK percentages

%2.6
%0
%23.38
%69.8

Codes

Color #4B4D3B in popluar color models

4B 4D 3B
RGB 75 77 59
HSL 67° 13.24% 26.67%
HSB/HSV 67° 23.38% 30.20%
CMYK 2.60% 0.00% 23.38%
69.80%

Color #4B4D3B in popluar number systems.

HEX 4B 4D 3B
Decimal 75 77 59
Binary 1001011 1001101 111011
Octal 113 115 73

Shades and tints

Shades of #4B4D3B

#4B4D3B
(75,77,59)
#454636
(69,70,54)
#3F3F31
(63,63,49)
#39382C
(57,56,44)
#333127
(51,49,39)
#2D2A22
(45,42,34)
#27231D
(39,35,29)
#211C18
(33,28,24)
#1B1513
(27,21,19)
#150E0E
(21,14,14)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #4B4D3B

#4B4D3B
(75,77,59)
#5B5D4C
(91,93,76)
#6B6D5D
(107,109,93)
#7B7D6E
(123,125,110)
#8B8D7F
(139,141,127)
#9B9D90
(155,157,144)
#ABADA1
(171,173,161)
#BBBDB2
(187,189,178)
#CBCDC3
(203,205,195)
#DBDDD4
(219,221,212)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D3B; }

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

This text font color is #4B4D3B.

Background Color

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

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

This div background color is #4B4D3B.

Border color

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

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

This div border color is #4B4D3B.

Opacity

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

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

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

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

This text has shadow with #4B4D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4D3B.

Preview

Color preview on black background

This text has color #4B4D3B on black background.


Color preview on white background

This text has color #4B4D3B on white background.


Black color preview on #4B4D3B background

This text has black color on #4B4D3B background.


White color preview on #4B4D3B background

This text has white color on #4B4D3B background.


Related colors

Complementary color

Complementary color for #hex is #B4B2C4.


I love getcolorcode.com

Triadic colors

1 #3B4B4D and #4D3B4B with #4B4D3B are triadic colors.

2 #3B4D4B and #4D4B3B with #4B4D3B are triadic colors.