COLOR #4B463B

HEX: #4B463B RGB: (75,70,59)

Color info

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

RGB color model

#4B463B color RGB value is (75,70,59).

RGB: (75,70,59) (29%, 27%, 23%)

RGB channels and saturation

R 75 of 255 = 29%
G 70 of 255 = 27%
B 59 of 255 = 23%

75
70
59

R + G + B ~ 26%. #4B463B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 70 + 59 = 204 (100%)
R 75 of 204 ~ 36.76%
G 70 of 204 ~ 34.31%
B 59 of 204 ~ 28.92'%

%36.76
%34.31
%28.92

CMYK color model

#4B463B color CMYK value is (0,7,21,71).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 21.33%
  • key color value is 70.59%
CMYK: (0,7,21,71) C0M7Y21K71 (0%,7%,21%,71%) (0.00/0.07/0.21/0.71) 

CMYK percentages

%0
%6.67
%21.33
%70.59

Codes

Color #4B463B in popluar color models

4B 46 3B
RGB 75 70 59
HSL 41° 11.94% 26.27%
HSB/HSV 41° 21.33% 29.41%
CMYK 0.00% 6.67% 21.33%
70.59%

Color #4B463B in popluar number systems.

HEX 4B 46 3B
Decimal 75 70 59
Binary 1001011 1000110 111011
Octal 113 106 73

Shades and tints

Shades of #4B463B

#4B463B
(75,70,59)
#454036
(69,64,54)
#3F3A31
(63,58,49)
#39342C
(57,52,44)
#332E27
(51,46,39)
#2D2822
(45,40,34)
#27221D
(39,34,29)
#211C18
(33,28,24)
#1B1613
(27,22,19)
#15100E
(21,16,14)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #4B463B

#4B463B
(75,70,59)
#5B564C
(91,86,76)
#6B665D
(107,102,93)
#7B766E
(123,118,110)
#8B867F
(139,134,127)
#9B9690
(155,150,144)
#ABA6A1
(171,166,161)
#BBB6B2
(187,182,178)
#CBC6C3
(203,198,195)
#DBD6D4
(219,214,212)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B463B; }

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

This text font color is #4B463B.

Background Color

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

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

This div background color is #4B463B.

Border color

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

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

This div border color is #4B463B.

Opacity

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

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

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

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

This text has shadow with #4B463B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B463B.

Preview

Color preview on black background

This text has color #4B463B on black background.


Color preview on white background

This text has color #4B463B on white background.


Black color preview on #4B463B background

This text has black color on #4B463B background.


White color preview on #4B463B background

This text has white color on #4B463B background.


Related colors

Complementary color

Complementary color for #hex is #B4B9C4.


I love getcolorcode.com

Triadic colors

1 #3B4B46 and #463B4B with #4B463B are triadic colors.

2 #3B464B and #464B3B with #4B463B are triadic colors.