COLOR #4B3041

HEX: #4B3041 RGB: (75,48,65)

Color info

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

RGB color model

#4B3041 color RGB value is (75,48,65).

RGB: (75,48,65) (29%, 19%, 25%)

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 65 of 255 = 25%

75
48
65

R + G + B ~ 24%. #4B3041 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 48 + 65 = 188 (100%)
R 75 of 188 ~ 39.89%
G 48 of 188 ~ 25.53%
B 65 of 188 ~ 34.57'%

%39.89
%25.53
%34.57

CMYK color model

#4B3041 color CMYK value is (0,36,13,71).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 13.33%
  • key color value is 70.59%

CMYK: (0,36,13,71)
C0M36Y13K71 (0%, 36%, 13%, 71%)
(0.00 / 0.36 / 0.13 / 0.71)

CMYK percentages

%0
%36
%13.33
%70.59

Codes

Color #4B3041 in popluar color models

4B 30 41
RGB 75 48 65
HSL 322° 21.95% 24.12%
HSB/HSV 322° 36.00% 29.41%
CMYK 0.00% 36.00% 13.33%
70.59%

Color #4B3041 in popluar number systems.

HEX 4B 30 41
Decimal 75 48 65
Binary 1001011 110000 1000001
Octal 113 60 101

Shades and tints

Shades of #4B3041

#4B3041
(75,48,65)
#452C3C
(69,44,60)
#3F2837
(63,40,55)
#392432
(57,36,50)
#33202D
(51,32,45)
#2D1C28
(45,28,40)
#271823
(39,24,35)
#21141E
(33,20,30)
#1B1019
(27,16,25)
#150C14
(21,12,20)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #4B3041

#4B3041
(75,48,65)
#5B4252
(91,66,82)
#6B5463
(107,84,99)
#7B6674
(123,102,116)
#8B7885
(139,120,133)
#9B8A96
(155,138,150)
#AB9CA7
(171,156,167)
#BBAEB8
(187,174,184)
#CBC0C9
(203,192,201)
#DBD2DA
(219,210,218)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3041; }

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

This text font color is #4B3041.

Background Color

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

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

This div background color is #4B3041.

Border color

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

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

This div border color is #4B3041.

Opacity

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

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

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

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

This text has shadow with #4B3041 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3041.

Preview

Color preview on black background

This text has color #4B3041 on black background.


Color preview on white background

This text has color #4B3041 on white background.


Black color preview on #4B3041 background

This text has black color on #4B3041 background.


White color preview on #4B3041 background

This text has white color on #4B3041 background.


Related colors

Complementary color

Complementary color for #hex is #B4CFBE.


I love getcolorcode.com

Triadic colors

1 #414B30 and #30414B with #4B3041 are triadic colors.

2 #41304B and #304B41 with #4B3041 are triadic colors.