COLOR #4B7773

HEX: #4B7773
RGB: (75,119,115)

Color info

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

RGB color model

#4B7773 color RGB value is (75,119,115).

  • red value is 75;
  • green value is 119;
  • blue value is 115.
RGB:
(75,119,115)
(29%,47%,45%)

RGB channels and saturation

R 75 of 255 = 29%
G 119 of 255 = 47%
B 115 of 255 = 45%

75
119
115

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

Portions of RGB colors in percentages

R + G + B =
75 + 119 + 115 = 309 (100%)
R 75 of 309 ~ 24.27%
G 119 of 309 ~ 38.51%
B 115 of 309 ~ 37.22%

%24.27
%38.51
%37.22

CMYK color model

#4B7773 color CMYK value is (37,0,3,53).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • key color value is 53.33%
CMYK:
(37,0,3,53)
C37M0Y3K53 
(37%,0%,3%,53%)
(0.37/0.00/0.03/0.53)	

CMYK percentages

%36.97
%0
%3.36
%53.33

Codes

Color #4B7773 in popluar color models

4B7773
RGB75119115
HSL175°22.68%38.04%
HSB/HSV175°36.97%46.67%
CMYK36.97%0.00%3.36%
53.33%

Color #4B7773 in popluar number systems.

HEX4B7773
Decimal75119115
Binary100101111101111110011
Octal113167163

Shades and tints

Shades of #4B7773

#4B7773
(75,119,115)
#456D69
(69,109,105)
#3F635F
(63,99,95)
#395955
(57,89,85)
#334F4B
(51,79,75)
#2D4541
(45,69,65)
#273B37
(39,59,55)
#21312D
(33,49,45)
#1B2723
(27,39,35)
#151D19
(21,29,25)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #4B7773

#4B7773
(75,119,115)
#5B837F
(91,131,127)
#6B8F8B
(107,143,139)
#7B9B97
(123,155,151)
#8BA7A3
(139,167,163)
#9BB3AF
(155,179,175)
#ABBFBB
(171,191,187)
#BBCBC7
(187,203,199)
#CBD7D3
(203,215,211)
#DBE3DF
(219,227,223)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7773; }

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

This text font color is #4B7773.


Background Color

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

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

This div background color is #4B7773.


Border color

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

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

This div border color is #4B7773.


Opacity

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

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

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

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

This text has shadow with #4B7773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7773 on black background.


Color preview on white background

This text has color #4B7773 on white background.



Black color preview on #4B7773 background

This text has black color on #4B7773 background.


White color preview on #4B7773 background

This text has white color on #4B7773 background.