COLOR #4B423A

HEX: #4B423A RGB: (75,66,58)

Color info

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

RGB color model

#4B423A color RGB value is (75,66,58).

RGB: (75,66,58) (29%, 26%, 23%)

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 58 of 255 = 23%

75
66
58

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

Portions of RGB colors in percentages

R + G + B = 75 + 66 + 58 = 199 (100%)
R 75 of 199 ~ 37.69%
G 66 of 199 ~ 33.17%
B 58 of 199 ~ 29.15'%

%37.69
%33.17
%29.15

CMYK color model

#4B423A color CMYK value is (0,12,23,71).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 22.67%
  • key color value is 70.59%

CMYK: (0,12,23,71)
C0M12Y23K71 (0%, 12%, 23%, 71%)
(0.00 / 0.12 / 0.23 / 0.71)

CMYK percentages

%0
%12
%22.67
%70.59

Codes

Color #4B423A in popluar color models

4B 42 3A
RGB 75 66 58
HSL 28° 12.78% 26.08%
HSB/HSV 28° 22.67% 29.41%
CMYK 0.00% 12.00% 22.67%
70.59%

Color #4B423A in popluar number systems.

HEX 4B 42 3A
Decimal 75 66 58
Binary 1001011 1000010 111010
Octal 113 102 72

Shades and tints

Shades of #4B423A

#4B423A
(75,66,58)
#453C35
(69,60,53)
#3F3630
(63,54,48)
#39302B
(57,48,43)
#332A26
(51,42,38)
#2D2421
(45,36,33)
#271E1C
(39,30,28)
#211817
(33,24,23)
#1B1212
(27,18,18)
#150C0D
(21,12,13)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #4B423A

#4B423A
(75,66,58)
#5B534B
(91,83,75)
#6B645C
(107,100,92)
#7B756D
(123,117,109)
#8B867E
(139,134,126)
#9B978F
(155,151,143)
#ABA8A0
(171,168,160)
#BBB9B1
(187,185,177)
#CBCAC2
(203,202,194)
#DBDBD3
(219,219,211)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B423A; }

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

This text font color is #4B423A.

Background Color

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

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

This div background color is #4B423A.

Border color

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

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

This div border color is #4B423A.

Opacity

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

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

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

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

This text has shadow with #4B423A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B423A.

Preview

Color preview on black background

This text has color #4B423A on black background.


Color preview on white background

This text has color #4B423A on white background.


Black color preview on #4B423A background

This text has black color on #4B423A background.


White color preview on #4B423A background

This text has white color on #4B423A background.


Related colors

Complementary color

Complementary color for #hex is #B4BDC5.


I love getcolorcode.com

Triadic colors

1 #3A4B42 and #423A4B with #4B423A are triadic colors.

2 #3A424B and #424B3A with #4B423A are triadic colors.