COLOR #4B3251

HEX: #4B3251
RGB: (75,50,81)

Color info

#4B3251 contains red, green and blue colors in about the same proportion. Web safe color of #4B3251 is #333366 (or #336).

RGB color model

#4B3251 color RGB value is (75,50,81).

  • red value is 75;
  • green value is 50;
  • blue value is 81.
RGB:
(75,50,81)
(29%,20%,32%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 81 of 255 = 32%

75
50
81

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

Portions of RGB colors in percentages

R + G + B =
75 + 50 + 81 = 206 (100%)
R 75 of 206 ~ 36.41%
G 50 of 206 ~ 24.27%
B 81 of 206 ~ 39.32%

%36.41
%24.27
%39.32

CMYK color model

#4B3251 color CMYK value is (7,38,0,68).

  • cyan value is 7.41%
  • magenta value is 38.27%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(7,38,0,68)
C7M38Y0K68 
(7%,38%,0%,68%)
(0.07/0.38/0.00/0.68)	

CMYK percentages

%7.41
%38.27
%0
%68.24

Codes

Color #4B3251 in popluar color models

4B3251
RGB755081
HSL288°23.66%25.69%
HSB/HSV288°38.27%31.76%
CMYK7.41%38.27%0.00%
68.24%

Color #4B3251 in popluar number systems.

HEX4B3251
Decimal755081
Binary10010111100101010001
Octal11362121

Shades and tints

Shades of #4B3251

#4B3251
(75,50,81)
#452E4A
(69,46,74)
#3F2A43
(63,42,67)
#39263C
(57,38,60)
#332235
(51,34,53)
#2D1E2E
(45,30,46)
#271A27
(39,26,39)
#211620
(33,22,32)
#1B1219
(27,18,25)
#150E12
(21,14,18)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #4B3251

#4B3251
(75,50,81)
#5B4460
(91,68,96)
#6B566F
(107,86,111)
#7B687E
(123,104,126)
#8B7A8D
(139,122,141)
#9B8C9C
(155,140,156)
#AB9EAB
(171,158,171)
#BBB0BA
(187,176,186)
#CBC2C9
(203,194,201)
#DBD4D8
(219,212,216)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3251 color. Also use rgb(75,50,81) instead hex code.

Text Font Color

.myTextColor { color: #4B3251; }

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

This text font color is #4B3251.


Background Color

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

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

This div background color is #4B3251.


Border color

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

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

This div border color is #4B3251.


Opacity

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

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

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

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

This text has shadow with #4B3251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3251 on black background.


Color preview on white background

This text has color #4B3251 on white background.



Black color preview on #4B3251 background

This text has black color on #4B3251 background.


White color preview on #4B3251 background

This text has white color on #4B3251 background.