COLOR #4B3D2F

HEX: #4B3D2F RGB: (75,61,47)

Color info

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

RGB color model

#4B3D2F color RGB value is (75,61,47).

RGB: (75,61,47) (29%, 24%, 18%)

RGB channels and saturation

R 75 of 255 = 29%
G 61 of 255 = 24%
B 47 of 255 = 18%

75
61
47

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

Portions of RGB colors in percentages

R + G + B = 75 + 61 + 47 = 183 (100%)
R 75 of 183 ~ 40.98%
G 61 of 183 ~ 33.33%
B 47 of 183 ~ 25.68'%

%40.98
%33.33
%25.68

CMYK color model

#4B3D2F color CMYK value is (0,19,37,71).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 37.33%
  • key color value is 70.59%

CMYK: (0,19,37,71)
C0M19Y37K71 (0%, 19%, 37%, 71%)
(0.00 / 0.19 / 0.37 / 0.71)

CMYK percentages

%0
%18.67
%37.33
%70.59

Codes

Color #4B3D2F in popluar color models

4B 3D 2F
RGB 75 61 47
HSL 30° 22.95% 23.92%
HSB/HSV 30° 37.33% 29.41%
CMYK 0.00% 18.67% 37.33%
70.59%

Color #4B3D2F in popluar number systems.

HEX 4B 3D 2F
Decimal 75 61 47
Binary 1001011 111101 101111
Octal 113 75 57

Shades and tints

Shades of #4B3D2F

#4B3D2F
(75,61,47)
#45382B
(69,56,43)
#3F3327
(63,51,39)
#392E23
(57,46,35)
#33291F
(51,41,31)
#2D241B
(45,36,27)
#271F17
(39,31,23)
#211A13
(33,26,19)
#1B150F
(27,21,15)
#15100B
(21,16,11)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #4B3D2F

#4B3D2F
(75,61,47)
#5B4E41
(91,78,65)
#6B5F53
(107,95,83)
#7B7065
(123,112,101)
#8B8177
(139,129,119)
#9B9289
(155,146,137)
#ABA39B
(171,163,155)
#BBB4AD
(187,180,173)
#CBC5BF
(203,197,191)
#DBD6D1
(219,214,209)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3D2F color. Also use rgb(75,61,47) instead hex code.

Text Font Color

.myTextColor { color: #4B3D2F; }

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

This text font color is #4B3D2F.

Background Color

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

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

This div background color is #4B3D2F.

Border color

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

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

This div border color is #4B3D2F.

Opacity

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

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

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

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

This text has shadow with #4B3D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3D2F.

Preview

Color preview on black background

This text has color #4B3D2F on black background.


Color preview on white background

This text has color #4B3D2F on white background.


Black color preview on #4B3D2F background

This text has black color on #4B3D2F background.


White color preview on #4B3D2F background

This text has white color on #4B3D2F background.


Related colors

Complementary color

Complementary color for #hex is #B4C2D0.


I love getcolorcode.com

Triadic colors

1 #2F4B3D and #3D2F4B with #4B3D2F are triadic colors.

2 #2F3D4B and #3D4B2F with #4B3D2F are triadic colors.