COLOR #4B3A53

HEX: #4B3A53 RGB: (75,58,83)

Color info

#4B3A53 contains red, green and blue colors in about the same proportion. Web safe color of #4B3A53 is #333366 (or #336).

RGB color model

#4B3A53 color RGB value is (75,58,83).

RGB: (75,58,83) (29%, 23%, 33%)

RGB channels and saturation

R 75 of 255 = 29%
G 58 of 255 = 23%
B 83 of 255 = 33%

75
58
83

R + G + B ~ 28%. #4B3A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 58 + 83 = 216 (100%)
R 75 of 216 ~ 34.72%
G 58 of 216 ~ 26.85%
B 83 of 216 ~ 38.43'%

%34.72
%26.85
%38.43

CMYK color model

#4B3A53 color CMYK value is (10,30,0,67).

  • cyan value is 9.64%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (10,30,0,67)
C10M30Y0K67 (10%, 30%, 0%, 67%)
(0.10 / 0.30 / 0.00 / 0.67)

CMYK percentages

%9.64
%30.12
%0
%67.45

Codes

Color #4B3A53 in popluar color models

4B 3A 53
RGB 75 58 83
HSL 281° 17.73% 27.65%
HSB/HSV 281° 30.12% 32.55%
CMYK 9.64% 30.12% 0.00%
67.45%

Color #4B3A53 in popluar number systems.

HEX 4B 3A 53
Decimal 75 58 83
Binary 1001011 111010 1010011
Octal 113 72 123

Shades and tints

Shades of #4B3A53

#4B3A53
(75,58,83)
#45354C
(69,53,76)
#3F3045
(63,48,69)
#392B3E
(57,43,62)
#332637
(51,38,55)
#2D2130
(45,33,48)
#271C29
(39,28,41)
#211722
(33,23,34)
#1B121B
(27,18,27)
#150D14
(21,13,20)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #4B3A53

#4B3A53
(75,58,83)
#5B4B62
(91,75,98)
#6B5C71
(107,92,113)
#7B6D80
(123,109,128)
#8B7E8F
(139,126,143)
#9B8F9E
(155,143,158)
#ABA0AD
(171,160,173)
#BBB1BC
(187,177,188)
#CBC2CB
(203,194,203)
#DBD3DA
(219,211,218)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3A53 color. Also use rgb(75,58,83) instead hex code.

Text Font Color

.myTextColor { color: #4B3A53; }

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

This text font color is #4B3A53.

Background Color

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

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

This div background color is #4B3A53.

Border color

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

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

This div border color is #4B3A53.

Opacity

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

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

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

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

This text has shadow with #4B3A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3A53.

Preview

Color preview on black background

This text has color #4B3A53 on black background.


Color preview on white background

This text has color #4B3A53 on white background.


Black color preview on #4B3A53 background

This text has black color on #4B3A53 background.


White color preview on #4B3A53 background

This text has white color on #4B3A53 background.


Related colors

Complementary color

Complementary color for #hex is #B4C5AC.


I love getcolorcode.com

Triadic colors

1 #534B3A and #3A534B with #4B3A53 are triadic colors.

2 #533A4B and #3A4B53 with #4B3A53 are triadic colors.