COLOR #4B313E

HEX: #4B313E RGB: (75,49,62)

Color info

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

RGB color model

#4B313E color RGB value is (75,49,62).

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

RGB channels and saturation

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

75
49
62

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

Portions of RGB colors in percentages

R + G + B = 75 + 49 + 62 = 186 (100%)
R 75 of 186 ~ 40.32%
G 49 of 186 ~ 26.34%
B 62 of 186 ~ 33.33'%

%40.32
%26.34
%33.33

CMYK color model

#4B313E color CMYK value is (0,35,17,71).

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

CMYK: (0,35,17,71)
C0M35Y17K71 (0%, 35%, 17%, 71%)
(0.00 / 0.35 / 0.17 / 0.71)

CMYK percentages

%0
%34.67
%17.33
%70.59

Codes

Color #4B313E in popluar color models

4B 31 3E
RGB 75 49 62
HSL 330° 20.97% 24.31%
HSB/HSV 330° 34.67% 29.41%
CMYK 0.00% 34.67% 17.33%
70.59%

Color #4B313E in popluar number systems.

HEX 4B 31 3E
Decimal 75 49 62
Binary 1001011 110001 111110
Octal 113 61 76

Shades and tints

Shades of #4B313E

#4B313E
(75,49,62)
#452D39
(69,45,57)
#3F2934
(63,41,52)
#39252F
(57,37,47)
#33212A
(51,33,42)
#2D1D25
(45,29,37)
#271920
(39,25,32)
#21151B
(33,21,27)
#1B1116
(27,17,22)
#150D11
(21,13,17)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #4B313E

#4B313E
(75,49,62)
#5B434F
(91,67,79)
#6B5560
(107,85,96)
#7B6771
(123,103,113)
#8B7982
(139,121,130)
#9B8B93
(155,139,147)
#AB9DA4
(171,157,164)
#BBAFB5
(187,175,181)
#CBC1C6
(203,193,198)
#DBD3D7
(219,211,215)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B313E; }

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

This text font color is #4B313E.

Background Color

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

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

This div background color is #4B313E.

Border color

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

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

This div border color is #4B313E.

Opacity

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

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

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

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

This text has shadow with #4B313E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B313E.

Preview

Color preview on black background

This text has color #4B313E on black background.


Color preview on white background

This text has color #4B313E on white background.


Black color preview on #4B313E background

This text has black color on #4B313E background.


White color preview on #4B313E background

This text has white color on #4B313E background.


Related colors

Complementary color

Complementary color for #hex is #B4CEC1.


I love getcolorcode.com

Triadic colors

1 #3E4B31 and #313E4B with #4B313E are triadic colors.

2 #3E314B and #314B3E with #4B313E are triadic colors.