COLOR #4B536C

HEX: #4B536C RGB: (75,83,108)

Color info

#4B536C contains red, green and blue colors in about the same proportion. Web safe color of #4B536C is #336666 (or #366).

RGB color model

#4B536C color RGB value is (75,83,108).

RGB: (75,83,108) (29%, 33%, 42%)

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 108 of 255 = 42%

75
83
108

R + G + B ~ 35%. #4B536C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 83 + 108 = 266 (100%)
R 75 of 266 ~ 28.2%
G 83 of 266 ~ 31.2%
B 108 of 266 ~ 40.6'%

%28.2
%31.2
%40.6

CMYK color model

#4B536C color CMYK value is (31,23,0,58).

  • cyan value is 30.56%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (31,23,0,58)
C31M23Y0K58 (31%, 23%, 0%, 58%)
(0.31 / 0.23 / 0.00 / 0.58)

CMYK percentages

%30.56
%23.15
%0
%57.65

Codes

Color #4B536C in popluar color models

4B 53 6C
RGB 75 83 108
HSL 225° 18.03% 35.88%
HSB/HSV 225° 30.56% 42.35%
CMYK 30.56% 23.15% 0.00%
57.65%

Color #4B536C in popluar number systems.

HEX 4B 53 6C
Decimal 75 83 108
Binary 1001011 1010011 1101100
Octal 113 123 154

Shades and tints

Shades of #4B536C

#4B536C
(75,83,108)
#454C63
(69,76,99)
#3F455A
(63,69,90)
#393E51
(57,62,81)
#333748
(51,55,72)
#2D303F
(45,48,63)
#272936
(39,41,54)
#21222D
(33,34,45)
#1B1B24
(27,27,36)
#15141B
(21,20,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #4B536C

#4B536C
(75,83,108)
#5B6279
(91,98,121)
#6B7186
(107,113,134)
#7B8093
(123,128,147)
#8B8FA0
(139,143,160)
#9B9EAD
(155,158,173)
#ABADBA
(171,173,186)
#BBBCC7
(187,188,199)
#CBCBD4
(203,203,212)
#DBDAE1
(219,218,225)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B536C; }

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

This text font color is #4B536C.

Background Color

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

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

This div background color is #4B536C.

Border color

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

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

This div border color is #4B536C.

Opacity

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

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

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

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

This text has shadow with #4B536C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B536C.

Preview

Color preview on black background

This text has color #4B536C on black background.


Color preview on white background

This text has color #4B536C on white background.


Black color preview on #4B536C background

This text has black color on #4B536C background.


White color preview on #4B536C background

This text has white color on #4B536C background.


Related colors

Complementary color

Complementary color for #hex is #B4AC93.


I love getcolorcode.com

Triadic colors

1 #6C4B53 and #536C4B with #4B536C are triadic colors.

2 #6C534B and #534B6C with #4B536C are triadic colors.