COLOR #4B413F

HEX: #4B413F RGB: (75,65,63)

Color info

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

RGB color model

#4B413F color RGB value is (75,65,63).

RGB: (75,65,63) (29%, 25%, 25%)

RGB channels and saturation

R 75 of 255 = 29%
G 65 of 255 = 25%
B 63 of 255 = 25%

75
65
63

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

Portions of RGB colors in percentages

R + G + B = 75 + 65 + 63 = 203 (100%)
R 75 of 203 ~ 36.95%
G 65 of 203 ~ 32.02%
B 63 of 203 ~ 31.03'%

%36.95
%32.02
%31.03

CMYK color model

#4B413F color CMYK value is (0,13,16,71).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 16.00%
  • key color value is 70.59%
CMYK: (0,13,16,71) C0M13Y16K71 (0%,13%,16%,71%) (0.00/0.13/0.16/0.71) 

CMYK percentages

%0
%13.33
%16
%70.59

Codes

Color #4B413F in popluar color models

4B 41 3F
RGB 75 65 63
HSL 10° 8.70% 27.06%
HSB/HSV 10° 16.00% 29.41%
CMYK 0.00% 13.33% 16.00%
70.59%

Color #4B413F in popluar number systems.

HEX 4B 41 3F
Decimal 75 65 63
Binary 1001011 1000001 111111
Octal 113 101 77

Shades and tints

Shades of #4B413F

#4B413F
(75,65,63)
#453C3A
(69,60,58)
#3F3735
(63,55,53)
#393230
(57,50,48)
#332D2B
(51,45,43)
#2D2826
(45,40,38)
#272321
(39,35,33)
#211E1C
(33,30,28)
#1B1917
(27,25,23)
#151412
(21,20,18)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #4B413F

#4B413F
(75,65,63)
#5B5250
(91,82,80)
#6B6361
(107,99,97)
#7B7472
(123,116,114)
#8B8583
(139,133,131)
#9B9694
(155,150,148)
#ABA7A5
(171,167,165)
#BBB8B6
(187,184,182)
#CBC9C7
(203,201,199)
#DBDAD8
(219,218,216)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B413F; }

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

This text font color is #4B413F.

Background Color

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

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

This div background color is #4B413F.

Border color

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

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

This div border color is #4B413F.

Opacity

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

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

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

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

This text has shadow with #4B413F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B413F.

Preview

Color preview on black background

This text has color #4B413F on black background.


Color preview on white background

This text has color #4B413F on white background.


Black color preview on #4B413F background

This text has black color on #4B413F background.


White color preview on #4B413F background

This text has white color on #4B413F background.


Related colors

Complementary color

Complementary color for #hex is #B4BEC0.


I love getcolorcode.com

Triadic colors

1 #3F4B41 and #413F4B with #4B413F are triadic colors.

2 #3F414B and #414B3F with #4B413F are triadic colors.