COLOR #4B3A4A

HEX: #4B3A4A
RGB: (75,58,74)

Color info

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

RGB color model

#4B3A4A color RGB value is (75,58,74).

  • red value is 75;
  • green value is 58;
  • blue value is 74.
RGB:
(75,58,74)
(29%,23%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 58 of 255 = 23%
B 74 of 255 = 29%

75
58
74

R + G + B ~ 27%. #4B3A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 58 + 74 = 207 (100%)
R 75 of 207 ~ 36.23%
G 58 of 207 ~ 28.02%
B 74 of 207 ~ 35.75%

%36.23
%28.02
%35.75

CMYK color model

#4B3A4A color CMYK value is (0,23,1,71).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 1.33%
  • key color value is 70.59%
CMYK:
(0,23,1,71)
C0M23Y1K71 
(0%,23%,1%,71%)
(0.00/0.23/0.01/0.71)	

CMYK percentages

%0
%22.67
%1.33
%70.59

Codes

Color #4B3A4A in popluar color models

4B3A4A
RGB755874
HSL304°12.78%26.08%
HSB/HSV304°22.67%29.41%
CMYK0.00%22.67%1.33%
70.59%

Color #4B3A4A in popluar number systems.

HEX4B3A4A
Decimal755874
Binary10010111110101001010
Octal11372112

Shades and tints

Shades of #4B3A4A

#4B3A4A
(75,58,74)
#453544
(69,53,68)
#3F303E
(63,48,62)
#392B38
(57,43,56)
#332632
(51,38,50)
#2D212C
(45,33,44)
#271C26
(39,28,38)
#211720
(33,23,32)
#1B121A
(27,18,26)
#150D14
(21,13,20)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #4B3A4A

#4B3A4A
(75,58,74)
#5B4B5A
(91,75,90)
#6B5C6A
(107,92,106)
#7B6D7A
(123,109,122)
#8B7E8A
(139,126,138)
#9B8F9A
(155,143,154)
#ABA0AA
(171,160,170)
#BBB1BA
(187,177,186)
#CBC2CA
(203,194,202)
#DBD3DA
(219,211,218)
#EBE4EA
(235,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3A4A; }

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

This text font color is #4B3A4A.


Background Color

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

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

This div background color is #4B3A4A.


Border color

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

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

This div border color is #4B3A4A.


Opacity

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

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

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

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

This text has shadow with #4B3A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3A4A on black background.


Color preview on white background

This text has color #4B3A4A on white background.



Black color preview on #4B3A4A background

This text has black color on #4B3A4A background.


White color preview on #4B3A4A background

This text has white color on #4B3A4A background.