COLOR #4B2353

HEX: #4B2353 RGB: (75,35,83)

Color info

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

RGB color model

#4B2353 color RGB value is (75,35,83).

RGB: (75,35,83) (29%, 14%, 33%)

RGB channels and saturation

R 75 of 255 = 29%
G 35 of 255 = 14%
B 83 of 255 = 33%

75
35
83

R + G + B ~ 25%. #4B2353 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 35 + 83 = 193 (100%)
R 75 of 193 ~ 38.86%
G 35 of 193 ~ 18.13%
B 83 of 193 ~ 43.01'%

%38.86
%18.13
%43.01

CMYK color model

#4B2353 color CMYK value is (10,58,0,67).

  • cyan value is 9.64%
  • magenta value is 57.83%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (10,58,0,67)
C10M58Y0K67 (10%, 58%, 0%, 67%)
(0.10 / 0.58 / 0.00 / 0.67)

CMYK percentages

%9.64
%57.83
%0
%67.45

Codes

Color #4B2353 in popluar color models

4B 23 53
RGB 75 35 83
HSL 290° 40.68% 23.14%
HSB/HSV 290° 57.83% 32.55%
CMYK 9.64% 57.83% 0.00%
67.45%

Color #4B2353 in popluar number systems.

HEX 4B 23 53
Decimal 75 35 83
Binary 1001011 100011 1010011
Octal 113 43 123

Shades and tints

Shades of #4B2353

#4B2353
(75,35,83)
#45204C
(69,32,76)
#3F1D45
(63,29,69)
#391A3E
(57,26,62)
#331737
(51,23,55)
#2D1430
(45,20,48)
#271129
(39,17,41)
#210E22
(33,14,34)
#1B0B1B
(27,11,27)
#150814
(21,8,20)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #4B2353

#4B2353
(75,35,83)
#5B3762
(91,55,98)
#6B4B71
(107,75,113)
#7B5F80
(123,95,128)
#8B738F
(139,115,143)
#9B879E
(155,135,158)
#AB9BAD
(171,155,173)
#BBAFBC
(187,175,188)
#CBC3CB
(203,195,203)
#DBD7DA
(219,215,218)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2353 color. Also use rgb(75,35,83) instead hex code.

Text Font Color

.myTextColor { color: #4B2353; }

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

This text font color is #4B2353.

Background Color

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

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

This div background color is #4B2353.

Border color

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

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

This div border color is #4B2353.

Opacity

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

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

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

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

This text has shadow with #4B2353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B2353.

Preview

Color preview on black background

This text has color #4B2353 on black background.


Color preview on white background

This text has color #4B2353 on white background.


Black color preview on #4B2353 background

This text has black color on #4B2353 background.


White color preview on #4B2353 background

This text has white color on #4B2353 background.


Related colors

Complementary color

Complementary color for #hex is #B4DCAC.


I love getcolorcode.com

Triadic colors

1 #534B23 and #23534B with #4B2353 are triadic colors.

2 #53234B and #234B53 with #4B2353 are triadic colors.