COLOR #4B796C

HEX: #4B796C
RGB: (75,121,108)

Color info

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

RGB color model

#4B796C color RGB value is (75,121,108).

  • red value is 75;
  • green value is 121;
  • blue value is 108.
RGB:
(75,121,108)
(29%,47%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 121 of 255 = 47%
B 108 of 255 = 42%

75
121
108

R + G + B ~ 39%. #4B796C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 121 + 108 = 304 (100%)
R 75 of 304 ~ 24.67%
G 121 of 304 ~ 39.8%
B 108 of 304 ~ 35.53%

%24.67
%39.8
%35.53

CMYK color model

#4B796C color CMYK value is (38,0,11,53).

  • cyan value is 38.02%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 52.55%
CMYK:
(38,0,11,53)
C38M0Y11K53 
(38%,0%,11%,53%)
(0.38/0.00/0.11/0.53)	

CMYK percentages

%38.02
%0
%10.74
%52.55

Codes

Color #4B796C in popluar color models

4B796C
RGB75121108
HSL163°23.47%38.43%
HSB/HSV163°38.02%47.45%
CMYK38.02%0.00%10.74%
52.55%

Color #4B796C in popluar number systems.

HEX4B796C
Decimal75121108
Binary100101111110011101100
Octal113171154

Shades and tints

Shades of #4B796C

#4B796C
(75,121,108)
#456E63
(69,110,99)
#3F635A
(63,99,90)
#395851
(57,88,81)
#334D48
(51,77,72)
#2D423F
(45,66,63)
#273736
(39,55,54)
#212C2D
(33,44,45)
#1B2124
(27,33,36)
#15161B
(21,22,27)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #4B796C

#4B796C
(75,121,108)
#5B8579
(91,133,121)
#6B9186
(107,145,134)
#7B9D93
(123,157,147)
#8BA9A0
(139,169,160)
#9BB5AD
(155,181,173)
#ABC1BA
(171,193,186)
#BBCDC7
(187,205,199)
#CBD9D4
(203,217,212)
#DBE5E1
(219,229,225)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B796C; }

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

This text font color is #4B796C.


Background Color

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

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

This div background color is #4B796C.


Border color

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

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

This div border color is #4B796C.


Opacity

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

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

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

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

This text has shadow with #4B796C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B796C on black background.


Color preview on white background

This text has color #4B796C on white background.



Black color preview on #4B796C background

This text has black color on #4B796C background.


White color preview on #4B796C background

This text has white color on #4B796C background.