COLOR #4B254B

HEX: #4B254B
RGB: (75,37,75)

Color info

#4B254B contains red, green and blue colors in about the same proportion. Web safe color of #4B254B is #333333 (or #333).

RGB color model

#4B254B color RGB value is (75,37,75).

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

RGB channels and saturation

R 75 of 255 = 29%
G 37 of 255 = 15%
B 75 of 255 = 29%

75
37
75

R + G + B ~ 24%. #4B254B is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 37 + 75 = 187 (100%)
R 75 of 187 ~ 40.11%
G 37 of 187 ~ 19.79%
B 75 of 187 ~ 40.11%

%40.11
%19.79
%40.11

CMYK color model

#4B254B color CMYK value is (0,51,0,71).

  • cyan value is 0.00%
  • magenta value is 50.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(0,51,0,71)
C0M51Y0K71 
(0%,51%,0%,71%)
(0.00/0.51/0.00/0.71)	

CMYK percentages

%0
%50.67
%0
%70.59

Codes

Color #4B254B in popluar color models

4B254B
RGB753775
HSL300°33.93%21.96%
HSB/HSV300°50.67%29.41%
CMYK0.00%50.67%0.00%
70.59%

Color #4B254B in popluar number systems.

HEX4B254B
Decimal753775
Binary10010111001011001011
Octal11345113

Shades and tints

Shades of #4B254B

#4B254B
(75,37,75)
#452245
(69,34,69)
#3F1F3F
(63,31,63)
#391C39
(57,28,57)
#331933
(51,25,51)
#2D162D
(45,22,45)
#271327
(39,19,39)
#211021
(33,16,33)
#1B0D1B
(27,13,27)
#150A15
(21,10,21)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #4B254B

#4B254B
(75,37,75)
#5B385B
(91,56,91)
#6B4B6B
(107,75,107)
#7B5E7B
(123,94,123)
#8B718B
(139,113,139)
#9B849B
(155,132,155)
#AB97AB
(171,151,171)
#BBAABB
(187,170,187)
#CBBDCB
(203,189,203)
#DBD0DB
(219,208,219)
#EBE3EB
(235,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B254B; }

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

This text font color is #4B254B.


Background Color

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

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

This div background color is #4B254B.


Border color

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

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

This div border color is #4B254B.


Opacity

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

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

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

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

This text has shadow with #4B254B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B254B on black background.


Color preview on white background

This text has color #4B254B on white background.



Black color preview on #4B254B background

This text has black color on #4B254B background.


White color preview on #4B254B background

This text has white color on #4B254B background.