COLOR #4B423D

HEX: #4B423D RGB: (75,66,61)

Color info

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

RGB color model

#4B423D color RGB value is (75,66,61).

RGB: (75,66,61) (29%, 26%, 24%)

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 61 of 255 = 24%

75
66
61

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

Portions of RGB colors in percentages

R + G + B = 75 + 66 + 61 = 202 (100%)
R 75 of 202 ~ 37.13%
G 66 of 202 ~ 32.67%
B 61 of 202 ~ 30.2'%

%37.13
%32.67
%30.2

CMYK color model

#4B423D color CMYK value is (0,12,19,71).

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

CMYK: (0,12,19,71)
C0M12Y19K71 (0%, 12%, 19%, 71%)
(0.00 / 0.12 / 0.19 / 0.71)

CMYK percentages

%0
%12
%18.67
%70.59

Codes

Color #4B423D in popluar color models

4B 42 3D
RGB 75 66 61
HSL 21° 10.29% 26.67%
HSB/HSV 21° 18.67% 29.41%
CMYK 0.00% 12.00% 18.67%
70.59%

Color #4B423D in popluar number systems.

HEX 4B 42 3D
Decimal 75 66 61
Binary 1001011 1000010 111101
Octal 113 102 75

Shades and tints

Shades of #4B423D

#4B423D
(75,66,61)
#453C38
(69,60,56)
#3F3633
(63,54,51)
#39302E
(57,48,46)
#332A29
(51,42,41)
#2D2424
(45,36,36)
#271E1F
(39,30,31)
#21181A
(33,24,26)
#1B1215
(27,18,21)
#150C10
(21,12,16)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #4B423D

#4B423D
(75,66,61)
#5B534E
(91,83,78)
#6B645F
(107,100,95)
#7B7570
(123,117,112)
#8B8681
(139,134,129)
#9B9792
(155,151,146)
#ABA8A3
(171,168,163)
#BBB9B4
(187,185,180)
#CBCAC5
(203,202,197)
#DBDBD6
(219,219,214)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B423D; }

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

This text font color is #4B423D.

Background Color

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

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

This div background color is #4B423D.

Border color

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

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

This div border color is #4B423D.

Opacity

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

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

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

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

This text has shadow with #4B423D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B423D.

Preview

Color preview on black background

This text has color #4B423D on black background.


Color preview on white background

This text has color #4B423D on white background.


Black color preview on #4B423D background

This text has black color on #4B423D background.


White color preview on #4B423D background

This text has white color on #4B423D background.


Related colors

Complementary color

Complementary color for #hex is #B4BDC2.


I love getcolorcode.com

Triadic colors

1 #3D4B42 and #423D4B with #4B423D are triadic colors.

2 #3D424B and #424B3D with #4B423D are triadic colors.