COLOR #4B4D3C

HEX: #4B4D3C RGB: (75,77,60)

Color info

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

RGB color model

#4B4D3C color RGB value is (75,77,60).

RGB: (75,77,60) (29%, 30%, 24%)

RGB channels and saturation

R 75 of 255 = 29%
G 77 of 255 = 30%
B 60 of 255 = 24%

75
77
60

R + G + B ~ 28%. #4B4D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 77 + 60 = 212 (100%)
R 75 of 212 ~ 35.38%
G 77 of 212 ~ 36.32%
B 60 of 212 ~ 28.3'%

%35.38
%36.32
%28.3

CMYK color model

#4B4D3C color CMYK value is (3,0,22,70).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 22.08%
  • key color value is 69.80%

CMYK: (3,0,22,70)
C3M0Y22K70 (3%, 0%, 22%, 70%)
(0.03 / 0.00 / 0.22 / 0.70)

CMYK percentages

%2.6
%0
%22.08
%69.8

Codes

Color #4B4D3C in popluar color models

4B 4D 3C
RGB 75 77 60
HSL 67° 12.41% 26.86%
HSB/HSV 67° 22.08% 30.20%
CMYK 2.60% 0.00% 22.08%
69.80%

Color #4B4D3C in popluar number systems.

HEX 4B 4D 3C
Decimal 75 77 60
Binary 1001011 1001101 111100
Octal 113 115 74

Shades and tints

Shades of #4B4D3C

#4B4D3C
(75,77,60)
#454637
(69,70,55)
#3F3F32
(63,63,50)
#39382D
(57,56,45)
#333128
(51,49,40)
#2D2A23
(45,42,35)
#27231E
(39,35,30)
#211C19
(33,28,25)
#1B1514
(27,21,20)
#150E0F
(21,14,15)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #4B4D3C

#4B4D3C
(75,77,60)
#5B5D4D
(91,93,77)
#6B6D5E
(107,109,94)
#7B7D6F
(123,125,111)
#8B8D80
(139,141,128)
#9B9D91
(155,157,145)
#ABADA2
(171,173,162)
#BBBDB3
(187,189,179)
#CBCDC4
(203,205,196)
#DBDDD5
(219,221,213)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D3C; }

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

This text font color is #4B4D3C.

Background Color

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

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

This div background color is #4B4D3C.

Border color

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

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

This div border color is #4B4D3C.

Opacity

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

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

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

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

This text has shadow with #4B4D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4D3C.

Preview

Color preview on black background

This text has color #4B4D3C on black background.


Color preview on white background

This text has color #4B4D3C on white background.


Black color preview on #4B4D3C background

This text has black color on #4B4D3C background.


White color preview on #4B4D3C background

This text has white color on #4B4D3C background.


Related colors

Complementary color

Complementary color for #hex is #B4B2C3.


I love getcolorcode.com

Triadic colors

1 #3C4B4D and #4D3C4B with #4B4D3C are triadic colors.

2 #3C4D4B and #4D4B3C with #4B4D3C are triadic colors.