COLOR #4B795E

HEX: #4B795E
RGB: (75,121,94)

Color info

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

RGB color model

#4B795E color RGB value is (75,121,94).

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

RGB channels and saturation

R 75 of 255 = 29%
G 121 of 255 = 47%
B 94 of 255 = 37%

75
121
94

R + G + B ~ 38%. #4B795E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 121 + 94 = 290 (100%)
R 75 of 290 ~ 25.86%
G 121 of 290 ~ 41.72%
B 94 of 290 ~ 32.41%

%25.86
%41.72
%32.41

CMYK color model

#4B795E color CMYK value is (38,0,22,53).

  • cyan value is 38.02%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 52.55%
CMYK:
(38,0,22,53)
C38M0Y22K53 
(38%,0%,22%,53%)
(0.38/0.00/0.22/0.53)	

CMYK percentages

%38.02
%0
%22.31
%52.55

Codes

Color #4B795E in popluar color models

4B795E
RGB7512194
HSL145°23.47%38.43%
HSB/HSV145°38.02%47.45%
CMYK38.02%0.00%22.31%
52.55%

Color #4B795E in popluar number systems.

HEX4B795E
Decimal7512194
Binary100101111110011011110
Octal113171136

Shades and tints

Shades of #4B795E

#4B795E
(75,121,94)
#456E56
(69,110,86)
#3F634E
(63,99,78)
#395846
(57,88,70)
#334D3E
(51,77,62)
#2D4236
(45,66,54)
#27372E
(39,55,46)
#212C26
(33,44,38)
#1B211E
(27,33,30)
#151616
(21,22,22)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #4B795E

#4B795E
(75,121,94)
#5B856C
(91,133,108)
#6B917A
(107,145,122)
#7B9D88
(123,157,136)
#8BA996
(139,169,150)
#9BB5A4
(155,181,164)
#ABC1B2
(171,193,178)
#BBCDC0
(187,205,192)
#CBD9CE
(203,217,206)
#DBE5DC
(219,229,220)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B795E; }

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

This text font color is #4B795E.


Background Color

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

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

This div background color is #4B795E.


Border color

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

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

This div border color is #4B795E.


Opacity

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

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

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

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

This text has shadow with #4B795E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B795E on black background.


Color preview on white background

This text has color #4B795E on white background.



Black color preview on #4B795E background

This text has black color on #4B795E background.


White color preview on #4B795E background

This text has white color on #4B795E background.