COLOR #4B313C

HEX: #4B313C RGB: (75,49,60)

Color info

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

RGB color model

#4B313C color RGB value is (75,49,60).

RGB: (75,49,60) (29%, 19%, 24%)

RGB channels and saturation

R 75 of 255 = 29%
G 49 of 255 = 19%
B 60 of 255 = 24%

75
49
60

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

Portions of RGB colors in percentages

R + G + B = 75 + 49 + 60 = 184 (100%)
R 75 of 184 ~ 40.76%
G 49 of 184 ~ 26.63%
B 60 of 184 ~ 32.61'%

%40.76
%26.63
%32.61

CMYK color model

#4B313C color CMYK value is (0,35,20,71).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 20.00%
  • key color value is 70.59%

CMYK: (0,35,20,71)
C0M35Y20K71 (0%, 35%, 20%, 71%)
(0.00 / 0.35 / 0.20 / 0.71)

CMYK percentages

%0
%34.67
%20
%70.59

Codes

Color #4B313C in popluar color models

4B 31 3C
RGB 75 49 60
HSL 335° 20.97% 24.31%
HSB/HSV 335° 34.67% 29.41%
CMYK 0.00% 34.67% 20.00%
70.59%

Color #4B313C in popluar number systems.

HEX 4B 31 3C
Decimal 75 49 60
Binary 1001011 110001 111100
Octal 113 61 74

Shades and tints

Shades of #4B313C

#4B313C
(75,49,60)
#452D37
(69,45,55)
#3F2932
(63,41,50)
#39252D
(57,37,45)
#332128
(51,33,40)
#2D1D23
(45,29,35)
#27191E
(39,25,30)
#211519
(33,21,25)
#1B1114
(27,17,20)
#150D0F
(21,13,15)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #4B313C

#4B313C
(75,49,60)
#5B434D
(91,67,77)
#6B555E
(107,85,94)
#7B676F
(123,103,111)
#8B7980
(139,121,128)
#9B8B91
(155,139,145)
#AB9DA2
(171,157,162)
#BBAFB3
(187,175,179)
#CBC1C4
(203,193,196)
#DBD3D5
(219,211,213)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B313C; }

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

This text font color is #4B313C.

Background Color

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

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

This div background color is #4B313C.

Border color

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

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

This div border color is #4B313C.

Opacity

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

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

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

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

This text has shadow with #4B313C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B313C.

Preview

Color preview on black background

This text has color #4B313C on black background.


Color preview on white background

This text has color #4B313C on white background.


Black color preview on #4B313C background

This text has black color on #4B313C background.


White color preview on #4B313C background

This text has white color on #4B313C background.


Related colors

Complementary color

Complementary color for #hex is #B4CEC3.


I love getcolorcode.com

Triadic colors

1 #3C4B31 and #313C4B with #4B313C are triadic colors.

2 #3C314B and #314B3C with #4B313C are triadic colors.