COLOR #4B4D1F

HEX: #4B4D1F RGB: (75,77,31)

Color info

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

RGB color model

#4B4D1F color RGB value is (75,77,31).

RGB: (75,77,31) (29%, 30%, 12%)

RGB channels and saturation

R 75 of 255 = 29%
G 77 of 255 = 30%
B 31 of 255 = 12%

75
77
31

R + G + B ~ 24%. #4B4D1F is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 77 + 31 = 183 (100%)
R 75 of 183 ~ 40.98%
G 77 of 183 ~ 42.08%
B 31 of 183 ~ 16.94'%

%40.98
%42.08
%16.94

CMYK color model

#4B4D1F color CMYK value is (3,0,60,70).

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

CMYK: (3,0,60,70)
C3M0Y60K70 (3%, 0%, 60%, 70%)
(0.03 / 0.00 / 0.60 / 0.70)

CMYK percentages

%2.6
%0
%59.74
%69.8

Codes

Color #4B4D1F in popluar color models

4B 4D 1F
RGB 75 77 31
HSL 63° 42.59% 21.18%
HSB/HSV 63° 59.74% 30.20%
CMYK 2.60% 0.00% 59.74%
69.80%

Color #4B4D1F in popluar number systems.

HEX 4B 4D 1F
Decimal 75 77 31
Binary 1001011 1001101 11111
Octal 113 115 37

Shades and tints

Shades of #4B4D1F

#4B4D1F
(75,77,31)
#45461D
(69,70,29)
#3F3F1B
(63,63,27)
#393819
(57,56,25)
#333117
(51,49,23)
#2D2A15
(45,42,21)
#272313
(39,35,19)
#211C11
(33,28,17)
#1B150F
(27,21,15)
#150E0D
(21,14,13)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #4B4D1F

#4B4D1F
(75,77,31)
#5B5D33
(91,93,51)
#6B6D47
(107,109,71)
#7B7D5B
(123,125,91)
#8B8D6F
(139,141,111)
#9B9D83
(155,157,131)
#ABAD97
(171,173,151)
#BBBDAB
(187,189,171)
#CBCDBF
(203,205,191)
#DBDDD3
(219,221,211)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D1F; }

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

This text font color is #4B4D1F.

Background Color

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

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

This div background color is #4B4D1F.

Border color

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

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

This div border color is #4B4D1F.

Opacity

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

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

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

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

This text has shadow with #4B4D1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4D1F.

Preview

Color preview on black background

This text has color #4B4D1F on black background.


Color preview on white background

This text has color #4B4D1F on white background.


Black color preview on #4B4D1F background

This text has black color on #4B4D1F background.


White color preview on #4B4D1F background

This text has white color on #4B4D1F background.


Related colors

Complementary color

Complementary color for #hex is #B4B2E0.


I love getcolorcode.com

Triadic colors

1 #1F4B4D and #4D1F4B with #4B4D1F are triadic colors.

2 #1F4D4B and #4D4B1F with #4B4D1F are triadic colors.