COLOR #4B527B

HEX: #4B527B
RGB: (75,82,123)

Color info

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

RGB color model

#4B527B color RGB value is (75,82,123).

  • red value is 75;
  • green value is 82;
  • blue value is 123.
RGB:
(75,82,123)
(29%,32%,48%)

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 123 of 255 = 48%

75
82
123

R + G + B ~ 36%. #4B527B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 82 + 123 = 280 (100%)
R 75 of 280 ~ 26.79%
G 82 of 280 ~ 29.29%
B 123 of 280 ~ 43.93%

%26.79
%29.29
%43.93

CMYK color model

#4B527B color CMYK value is (39,33,0,52).

  • cyan value is 39.02%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(39,33,0,52)
C39M33Y0K52 
(39%,33%,0%,52%)
(0.39/0.33/0.00/0.52)	

CMYK percentages

%39.02
%33.33
%0
%51.76

Codes

Color #4B527B in popluar color models

4B527B
RGB7582123
HSL231°24.24%38.82%
HSB/HSV231°39.02%48.24%
CMYK39.02%33.33%0.00%
51.76%

Color #4B527B in popluar number systems.

HEX4B527B
Decimal7582123
Binary100101110100101111011
Octal113122173

Shades and tints

Shades of #4B527B

#4B527B
(75,82,123)
#454B70
(69,75,112)
#3F4465
(63,68,101)
#393D5A
(57,61,90)
#33364F
(51,54,79)
#2D2F44
(45,47,68)
#272839
(39,40,57)
#21212E
(33,33,46)
#1B1A23
(27,26,35)
#151318
(21,19,24)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #4B527B

#4B527B
(75,82,123)
#5B6187
(91,97,135)
#6B7093
(107,112,147)
#7B7F9F
(123,127,159)
#8B8EAB
(139,142,171)
#9B9DB7
(155,157,183)
#ABACC3
(171,172,195)
#BBBBCF
(187,187,207)
#CBCADB
(203,202,219)
#DBD9E7
(219,217,231)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B527B color. Also use rgb(75,82,123) instead hex code.

Text Font Color

.myTextColor { color: #4B527B; }

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

This text font color is #4B527B.


Background Color

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

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

This div background color is #4B527B.


Border color

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

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

This div border color is #4B527B.


Opacity

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

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

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

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

This text has shadow with #4B527B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B527B on black background.


Color preview on white background

This text has color #4B527B on white background.



Black color preview on #4B527B background

This text has black color on #4B527B background.


White color preview on #4B527B background

This text has white color on #4B527B background.