COLOR #4B615C

HEX: #4B615C
RGB: (75,97,92)

Color info

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

RGB color model

#4B615C color RGB value is (75,97,92).

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

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 92 of 255 = 36%

75
97
92

R + G + B ~ 34%. #4B615C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 92 = 264 (100%)
R 75 of 264 ~ 28.41%
G 97 of 264 ~ 36.74%
B 92 of 264 ~ 34.85%

%28.41
%36.74
%34.85

CMYK color model

#4B615C color CMYK value is (23,0,5,62).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 61.96%
CMYK:
(23,0,5,62)
C23M0Y5K62 
(23%,0%,5%,62%)
(0.23/0.00/0.05/0.62)	

CMYK percentages

%22.68
%0
%5.15
%61.96

Codes

Color #4B615C in popluar color models

4B615C
RGB759792
HSL166°12.79%33.73%
HSB/HSV166°22.68%38.04%
CMYK22.68%0.00%5.15%
61.96%

Color #4B615C in popluar number systems.

HEX4B615C
Decimal759792
Binary100101111000011011100
Octal113141134

Shades and tints

Shades of #4B615C

#4B615C
(75,97,92)
#455954
(69,89,84)
#3F514C
(63,81,76)
#394944
(57,73,68)
#33413C
(51,65,60)
#2D3934
(45,57,52)
#27312C
(39,49,44)
#212924
(33,41,36)
#1B211C
(27,33,28)
#151914
(21,25,20)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #4B615C

#4B615C
(75,97,92)
#5B6F6A
(91,111,106)
#6B7D78
(107,125,120)
#7B8B86
(123,139,134)
#8B9994
(139,153,148)
#9BA7A2
(155,167,162)
#ABB5B0
(171,181,176)
#BBC3BE
(187,195,190)
#CBD1CC
(203,209,204)
#DBDFDA
(219,223,218)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B615C; }

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

This text font color is #4B615C.


Background Color

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

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

This div background color is #4B615C.


Border color

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

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

This div border color is #4B615C.


Opacity

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

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

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

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

This text has shadow with #4B615C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B615C on black background.


Color preview on white background

This text has color #4B615C on white background.



Black color preview on #4B615C background

This text has black color on #4B615C background.


White color preview on #4B615C background

This text has white color on #4B615C background.