COLOR #4B7C7C

HEX: #4B7C7C RGB: (75,124,124)

Color info

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

RGB color model

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

RGB: (75,124,124) (29%, 49%, 49%)

RGB channels and saturation

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

75
124
124

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

Portions of RGB colors in percentages

R + G + B = 75 + 124 + 124 = 323 (100%)
R 75 of 323 ~ 23.22%
G 124 of 323 ~ 38.39%
B 124 of 323 ~ 38.39'%

%23.22
%38.39
%38.39

CMYK color model

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

  • cyan value is 39.52%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (40,0,0,51)
C40M0Y0K51 (40%, 0%, 0%, 51%)
(0.40 / 0.00 / 0.00 / 0.51)

CMYK percentages

%39.52
%0
%0
%51.37

Codes

Color #4B7C7C in popluar color models

4B 7C 7C
RGB 75 124 124
HSL 180° 24.62% 39.02%
HSB/HSV 180° 39.52% 48.63%
CMYK 39.52% 0.00% 0.00%
51.37%

Color #4B7C7C in popluar number systems.

HEX 4B 7C 7C
Decimal 75 124 124
Binary 1001011 1111100 1111100
Octal 113 174 174

Shades and tints

Shades of #4B7C7C

#4B7C7C
(75,124,124)
#457171
(69,113,113)
#3F6666
(63,102,102)
#395B5B
(57,91,91)
#335050
(51,80,80)
#2D4545
(45,69,69)
#273A3A
(39,58,58)
#212F2F
(33,47,47)
#1B2424
(27,36,36)
#151919
(21,25,25)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #4B7C7C

#4B7C7C
(75,124,124)
#5B8787
(91,135,135)
#6B9292
(107,146,146)
#7B9D9D
(123,157,157)
#8BA8A8
(139,168,168)
#9BB3B3
(155,179,179)
#ABBEBE
(171,190,190)
#BBC9C9
(187,201,201)
#CBD4D4
(203,212,212)
#DBDFDF
(219,223,223)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7C7C; }

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

This text font color is #4B7C7C.

Background Color

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

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

This div background color is #4B7C7C.

Border color

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

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

This div border color is #4B7C7C.

Opacity

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

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

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

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

This text has shadow with #4B7C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7C7C.

Preview

Color preview on black background

This text has color #4B7C7C on black background.


Color preview on white background

This text has color #4B7C7C on white background.


Black color preview on #4B7C7C background

This text has black color on #4B7C7C background.


White color preview on #4B7C7C background

This text has white color on #4B7C7C background.


Related colors

Complementary color

Complementary color for #hex is #B48383.


I love getcolorcode.com