COLOR #4C7A7B

HEX: #4C7A7B RGB: (76,122,123)

Color info

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

RGB color model

#4C7A7B color RGB value is (76,122,123).

RGB: (76,122,123) (30%, 48%, 48%)

RGB channels and saturation

R 76 of 255 = 30%
G 122 of 255 = 48%
B 123 of 255 = 48%

76
122
123

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

Portions of RGB colors in percentages

R + G + B = 76 + 122 + 123 = 321 (100%)
R 76 of 321 ~ 23.68%
G 122 of 321 ~ 38.01%
B 123 of 321 ~ 38.32'%

%23.68
%38.01
%38.32

CMYK color model

#4C7A7B color CMYK value is (38,1,0,52).

  • cyan value is 38.21%
  • magenta value is 0.81%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (38,1,0,52)
C38M1Y0K52 (38%, 1%, 0%, 52%)
(0.38 / 0.01 / 0.00 / 0.52)

CMYK percentages

%38.21
%0.81
%0
%51.76

Codes

Color #4C7A7B in popluar color models

4C 7A 7B
RGB 76 122 123
HSL 181° 23.62% 39.02%
HSB/HSV 181° 38.21% 48.24%
CMYK 38.21% 0.81% 0.00%
51.76%

Color #4C7A7B in popluar number systems.

HEX 4C 7A 7B
Decimal 76 122 123
Binary 1001100 1111010 1111011
Octal 114 172 173

Shades and tints

Shades of #4C7A7B

#4C7A7B
(76,122,123)
#466F70
(70,111,112)
#406465
(64,100,101)
#3A595A
(58,89,90)
#344E4F
(52,78,79)
#2E4344
(46,67,68)
#283839
(40,56,57)
#222D2E
(34,45,46)
#1C2223
(28,34,35)
#161718
(22,23,24)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C7A7B

#4C7A7B
(76,122,123)
#5C8687
(92,134,135)
#6C9293
(108,146,147)
#7C9E9F
(124,158,159)
#8CAAAB
(140,170,171)
#9CB6B7
(156,182,183)
#ACC2C3
(172,194,195)
#BCCECF
(188,206,207)
#CCDADB
(204,218,219)
#DCE6E7
(220,230,231)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7A7B; }

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

This text font color is #4C7A7B.

Background Color

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

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

This div background color is #4C7A7B.

Border color

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

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

This div border color is #4C7A7B.

Opacity

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

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

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

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

This text has shadow with #4C7A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7A7B.

Preview

Color preview on black background

This text has color #4C7A7B on black background.


Color preview on white background

This text has color #4C7A7B on white background.


Black color preview on #4C7A7B background

This text has black color on #4C7A7B background.


White color preview on #4C7A7B background

This text has white color on #4C7A7B background.


Related colors

Complementary color

Complementary color for #hex is #B38584.


I love getcolorcode.com

Triadic colors

1 #7B4C7A and #7A7B4C with #4C7A7B are triadic colors.

2 #7B7A4C and #7A4C7B with #4C7A7B are triadic colors.