COLOR #4B7C79

HEX: #4B7C79
RGB: (75,124,121)

Color info

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

RGB color model

#4B7C79 color RGB value is (75,124,121).

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

RGB channels and saturation

R 75 of 255 = 29%
G 124 of 255 = 49%
B 121 of 255 = 47%

75
124
121

R + G + B ~ 42%. #4B7C79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 124 + 121 = 320 (100%)
R 75 of 320 ~ 23.44%
G 124 of 320 ~ 38.75%
B 121 of 320 ~ 37.81%

%23.44
%38.75
%37.81

CMYK color model

#4B7C79 color CMYK value is (40,0,2,51).

  • cyan value is 39.52%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 51.37%
CMYK:
(40,0,2,51)
C40M0Y2K51 
(40%,0%,2%,51%)
(0.40/0.00/0.02/0.51)	

CMYK percentages

%39.52
%0
%2.42
%51.37

Codes

Color #4B7C79 in popluar color models

4B7C79
RGB75124121
HSL176°24.62%39.02%
HSB/HSV176°39.52%48.63%
CMYK39.52%0.00%2.42%
51.37%

Color #4B7C79 in popluar number systems.

HEX4B7C79
Decimal75124121
Binary100101111111001111001
Octal113174171

Shades and tints

Shades of #4B7C79

#4B7C79
(75,124,121)
#45716E
(69,113,110)
#3F6663
(63,102,99)
#395B58
(57,91,88)
#33504D
(51,80,77)
#2D4542
(45,69,66)
#273A37
(39,58,55)
#212F2C
(33,47,44)
#1B2421
(27,36,33)
#151916
(21,25,22)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #4B7C79

#4B7C79
(75,124,121)
#5B8785
(91,135,133)
#6B9291
(107,146,145)
#7B9D9D
(123,157,157)
#8BA8A9
(139,168,169)
#9BB3B5
(155,179,181)
#ABBEC1
(171,190,193)
#BBC9CD
(187,201,205)
#CBD4D9
(203,212,217)
#DBDFE5
(219,223,229)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7C79; }

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

This text font color is #4B7C79.


Background Color

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

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

This div background color is #4B7C79.


Border color

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

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

This div border color is #4B7C79.


Opacity

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

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

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

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

This text has shadow with #4B7C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7C79 on black background.


Color preview on white background

This text has color #4B7C79 on white background.



Black color preview on #4B7C79 background

This text has black color on #4B7C79 background.


White color preview on #4B7C79 background

This text has white color on #4B7C79 background.