COLOR #4B463A

HEX: #4B463A
RGB: (75,70,58)

Color info

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

RGB color model

#4B463A color RGB value is (75,70,58).

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

RGB channels and saturation

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

75
70
58

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

Portions of RGB colors in percentages

R + G + B =
75 + 70 + 58 = 203 (100%)
R 75 of 203 ~ 36.95%
G 70 of 203 ~ 34.48%
B 58 of 203 ~ 28.57%

%36.95
%34.48
%28.57

CMYK color model

#4B463A color CMYK value is (0,7,23,71).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 22.67%
  • key color value is 70.59%
CMYK:
(0,7,23,71)
C0M7Y23K71 
(0%,7%,23%,71%)
(0.00/0.07/0.23/0.71)	

CMYK percentages

%0
%6.67
%22.67
%70.59

Codes

Color #4B463A in popluar color models

4B463A
RGB757058
HSL42°12.78%26.08%
HSB/HSV42°22.67%29.41%
CMYK0.00%6.67%22.67%
70.59%

Color #4B463A in popluar number systems.

HEX4B463A
Decimal757058
Binary10010111000110111010
Octal11310672

Shades and tints

Shades of #4B463A

#4B463A
(75,70,58)
#454035
(69,64,53)
#3F3A30
(63,58,48)
#39342B
(57,52,43)
#332E26
(51,46,38)
#2D2821
(45,40,33)
#27221C
(39,34,28)
#211C17
(33,28,23)
#1B1612
(27,22,18)
#15100D
(21,16,13)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #4B463A

#4B463A
(75,70,58)
#5B564B
(91,86,75)
#6B665C
(107,102,92)
#7B766D
(123,118,109)
#8B867E
(139,134,126)
#9B968F
(155,150,143)
#ABA6A0
(171,166,160)
#BBB6B1
(187,182,177)
#CBC6C2
(203,198,194)
#DBD6D3
(219,214,211)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B463A; }

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

This text font color is #4B463A.


Background Color

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

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

This div background color is #4B463A.


Border color

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

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

This div border color is #4B463A.


Opacity

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

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

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

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

This text has shadow with #4B463A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B463A on black background.


Color preview on white background

This text has color #4B463A on white background.



Black color preview on #4B463A background

This text has black color on #4B463A background.


White color preview on #4B463A background

This text has white color on #4B463A background.