COLOR #4C7B74

HEX: #4C7B74
RGB: (76,123,116)

Color info

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

RGB color model

#4C7B74 color RGB value is (76,123,116).

  • red value is 76;
  • green value is 123;
  • blue value is 116.
RGB: (76,123,116) (30%,48%,45%)

RGB channels and saturation

R 76 of 255 = 30%
G 123 of 255 = 48%
B 116 of 255 = 45%

76
123
116

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

Portions of RGB colors in percentages

R + G + B =
76 + 123 + 116 = 315 (100%)
R 76 of 315 ~ 24.13%
G 123 of 315 ~ 39.05%
B 116 of 315 ~ 36.83%

%24.13
%39.05
%36.83

CMYK color model

#4C7B74 color CMYK value is (38,0,6,52).

  • cyan value is 38.21%
  • magenta value is 0.00%
  • yellow value is 5.69%
  • key color value is 51.76%
CMYK: (38,0,6,52) C38M0Y6K52 (38%,0%,6%,52%) (0.38/0.00/0.06/0.52)

CMYK percentages

%38.21
%0
%5.69
%51.76

Codes

Color #4C7B74 in popluar color models

4C7B74
RGB76123116
HSL171°23.62%39.02%
HSB/HSV171°38.21%48.24%
CMYK38.21%0.00%5.69%
51.76%

Color #4C7B74 in popluar number systems.

HEX4C7B74
Decimal76123116
Binary100110011110111110100
Octal114173164

Shades and tints

Shades of #4C7B74

#4C7B74
(76,123,116)
#46706A
(70,112,106)
#406560
(64,101,96)
#3A5A56
(58,90,86)
#344F4C
(52,79,76)
#2E4442
(46,68,66)
#283938
(40,57,56)
#222E2E
(34,46,46)
#1C2324
(28,35,36)
#16181A
(22,24,26)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #4C7B74

#4C7B74
(76,123,116)
#5C8780
(92,135,128)
#6C938C
(108,147,140)
#7C9F98
(124,159,152)
#8CABA4
(140,171,164)
#9CB7B0
(156,183,176)
#ACC3BC
(172,195,188)
#BCCFC8
(188,207,200)
#CCDBD4
(204,219,212)
#DCE7E0
(220,231,224)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7B74 color. Also use rgb(76,123,116) instead hex code.

Text Font Color

.myTextColor { color: #4C7B74; }

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

This text font color is #4C7B74.


Background Color

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

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

This div background color is #4C7B74.


Border color

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

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

This div border color is #4C7B74.


Opacity

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

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

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

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

This text has shadow with #4C7B74 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4C7B74 on black background.


Color preview on white background

This text has color #4C7B74 on white background.



Black color preview on #4C7B74 background

This text has black color on #4C7B74 background.


White color preview on #4C7B74 background

This text has white color on #4C7B74 background.