COLOR #4B2656

HEX: #4B2656
RGB: (75,38,86)

Color info

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

RGB color model

#4B2656 color RGB value is (75,38,86).

  • red value is 75;
  • green value is 38;
  • blue value is 86.
RGB:
(75,38,86)
(29%,15%,34%)

RGB channels and saturation

R 75 of 255 = 29%
G 38 of 255 = 15%
B 86 of 255 = 34%

75
38
86

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

Portions of RGB colors in percentages

R + G + B =
75 + 38 + 86 = 199 (100%)
R 75 of 199 ~ 37.69%
G 38 of 199 ~ 19.1%
B 86 of 199 ~ 43.22%

%37.69
%19.1
%43.22

CMYK color model

#4B2656 color CMYK value is (13,56,0,66).

  • cyan value is 12.79%
  • magenta value is 55.81%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(13,56,0,66)
C13M56Y0K66 
(13%,56%,0%,66%)
(0.13/0.56/0.00/0.66)	

CMYK percentages

%12.79
%55.81
%0
%66.27

Codes

Color #4B2656 in popluar color models

4B2656
RGB753886
HSL286°38.71%24.31%
HSB/HSV286°55.81%33.73%
CMYK12.79%55.81%0.00%
66.27%

Color #4B2656 in popluar number systems.

HEX4B2656
Decimal753886
Binary10010111001101010110
Octal11346126

Shades and tints

Shades of #4B2656

#4B2656
(75,38,86)
#45234F
(69,35,79)
#3F2048
(63,32,72)
#391D41
(57,29,65)
#331A3A
(51,26,58)
#2D1733
(45,23,51)
#27142C
(39,20,44)
#211125
(33,17,37)
#1B0E1E
(27,14,30)
#150B17
(21,11,23)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #4B2656

#4B2656
(75,38,86)
#5B3965
(91,57,101)
#6B4C74
(107,76,116)
#7B5F83
(123,95,131)
#8B7292
(139,114,146)
#9B85A1
(155,133,161)
#AB98B0
(171,152,176)
#BBABBF
(187,171,191)
#CBBECE
(203,190,206)
#DBD1DD
(219,209,221)
#EBE4EC
(235,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2656 color. Also use rgb(75,38,86) instead hex code.

Text Font Color

.myTextColor { color: #4B2656; }

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

This text font color is #4B2656.


Background Color

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

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

This div background color is #4B2656.


Border color

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

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

This div border color is #4B2656.


Opacity

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

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

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

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

This text has shadow with #4B2656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2656 on black background.


Color preview on white background

This text has color #4B2656 on white background.



Black color preview on #4B2656 background

This text has black color on #4B2656 background.


White color preview on #4B2656 background

This text has white color on #4B2656 background.