COLOR #4B5161

HEX: #4B5161
RGB: (75,81,97)

Color info

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

RGB color model

#4B5161 color RGB value is (75,81,97).

  • red value is 75;
  • green value is 81;
  • blue value is 97.
RGB:
(75,81,97)
(29%,32%,38%)

RGB channels and saturation

R 75 of 255 = 29%
G 81 of 255 = 32%
B 97 of 255 = 38%

75
81
97

R + G + B ~ 33%. #4B5161 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 81 + 97 = 253 (100%)
R 75 of 253 ~ 29.64%
G 81 of 253 ~ 32.02%
B 97 of 253 ~ 38.34%

%29.64
%32.02
%38.34

CMYK color model

#4B5161 color CMYK value is (23,16,0,62).

  • cyan value is 22.68%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(23,16,0,62)
C23M16Y0K62 
(23%,16%,0%,62%)
(0.23/0.16/0.00/0.62)	

CMYK percentages

%22.68
%16.49
%0
%61.96

Codes

Color #4B5161 in popluar color models

4B5161
RGB758197
HSL224°12.79%33.73%
HSB/HSV224°22.68%38.04%
CMYK22.68%16.49%0.00%
61.96%

Color #4B5161 in popluar number systems.

HEX4B5161
Decimal758197
Binary100101110100011100001
Octal113121141

Shades and tints

Shades of #4B5161

#4B5161
(75,81,97)
#454A59
(69,74,89)
#3F4351
(63,67,81)
#393C49
(57,60,73)
#333541
(51,53,65)
#2D2E39
(45,46,57)
#272731
(39,39,49)
#212029
(33,32,41)
#1B1921
(27,25,33)
#151219
(21,18,25)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #4B5161

#4B5161
(75,81,97)
#5B606F
(91,96,111)
#6B6F7D
(107,111,125)
#7B7E8B
(123,126,139)
#8B8D99
(139,141,153)
#9B9CA7
(155,156,167)
#ABABB5
(171,171,181)
#BBBAC3
(187,186,195)
#CBC9D1
(203,201,209)
#DBD8DF
(219,216,223)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5161; }

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

This text font color is #4B5161.


Background Color

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

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

This div background color is #4B5161.


Border color

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

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

This div border color is #4B5161.


Opacity

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

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

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

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

This text has shadow with #4B5161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5161 on black background.


Color preview on white background

This text has color #4B5161 on white background.



Black color preview on #4B5161 background

This text has black color on #4B5161 background.


White color preview on #4B5161 background

This text has white color on #4B5161 background.