COLOR #4B423F

HEX: #4B423F RGB: (75,66,63)

Color info

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

RGB color model

#4B423F color RGB value is (75,66,63).

RGB: (75,66,63) (29%, 26%, 25%)

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 63 of 255 = 25%

75
66
63

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

Portions of RGB colors in percentages

R + G + B = 75 + 66 + 63 = 204 (100%)
R 75 of 204 ~ 36.76%
G 66 of 204 ~ 32.35%
B 63 of 204 ~ 30.88'%

%36.76
%32.35
%30.88

CMYK color model

#4B423F color CMYK value is (0,12,16,71).

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

CMYK: (0,12,16,71)
C0M12Y16K71 (0%, 12%, 16%, 71%)
(0.00 / 0.12 / 0.16 / 0.71)

CMYK percentages

%0
%12
%16
%70.59

Codes

Color #4B423F in popluar color models

4B 42 3F
RGB 75 66 63
HSL 15° 8.70% 27.06%
HSB/HSV 15° 16.00% 29.41%
CMYK 0.00% 12.00% 16.00%
70.59%

Color #4B423F in popluar number systems.

HEX 4B 42 3F
Decimal 75 66 63
Binary 1001011 1000010 111111
Octal 113 102 77

Shades and tints

Shades of #4B423F

#4B423F
(75,66,63)
#453C3A
(69,60,58)
#3F3635
(63,54,53)
#393030
(57,48,48)
#332A2B
(51,42,43)
#2D2426
(45,36,38)
#271E21
(39,30,33)
#21181C
(33,24,28)
#1B1217
(27,18,23)
#150C12
(21,12,18)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #4B423F

#4B423F
(75,66,63)
#5B5350
(91,83,80)
#6B6461
(107,100,97)
#7B7572
(123,117,114)
#8B8683
(139,134,131)
#9B9794
(155,151,148)
#ABA8A5
(171,168,165)
#BBB9B6
(187,185,182)
#CBCAC7
(203,202,199)
#DBDBD8
(219,219,216)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B423F; }

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

This text font color is #4B423F.

Background Color

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

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

This div background color is #4B423F.

Border color

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

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

This div border color is #4B423F.

Opacity

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

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

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

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

This text has shadow with #4B423F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B423F.

Preview

Color preview on black background

This text has color #4B423F on black background.


Color preview on white background

This text has color #4B423F on white background.


Black color preview on #4B423F background

This text has black color on #4B423F background.


White color preview on #4B423F background

This text has white color on #4B423F background.


Related colors

Complementary color

Complementary color for #hex is #B4BDC0.


I love getcolorcode.com

Triadic colors

1 #3F4B42 and #423F4B with #4B423F are triadic colors.

2 #3F424B and #424B3F with #4B423F are triadic colors.