COLOR #47757A

HEX: #47757A RGB: (71,117,122)

Color info

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

RGB color model

#47757A color RGB value is (71,117,122).

RGB: (71,117,122) (28%, 46%, 48%)

RGB channels and saturation

R 71 of 255 = 28%
G 117 of 255 = 46%
B 122 of 255 = 48%

71
117
122

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

Portions of RGB colors in percentages

R + G + B = 71 + 117 + 122 = 310 (100%)
R 71 of 310 ~ 22.9%
G 117 of 310 ~ 37.74%
B 122 of 310 ~ 39.35'%

%22.9
%37.74
%39.35

CMYK color model

#47757A color CMYK value is (42,4,0,52).

  • cyan value is 41.80%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (42,4,0,52)
C42M4Y0K52 (42%, 4%, 0%, 52%)
(0.42 / 0.04 / 0.00 / 0.52)

CMYK percentages

%41.8
%4.1
%0
%52.16

Codes

Color #47757A in popluar color models

47 75 7A
RGB 71 117 122
HSL 186° 26.42% 37.84%
HSB/HSV 186° 41.80% 47.84%
CMYK 41.80% 4.10% 0.00%
52.16%

Color #47757A in popluar number systems.

HEX 47 75 7A
Decimal 71 117 122
Binary 1000111 1110101 1111010
Octal 107 165 172

Shades and tints

Shades of #47757A

#47757A
(71,117,122)
#416B6F
(65,107,111)
#3B6164
(59,97,100)
#355759
(53,87,89)
#2F4D4E
(47,77,78)
#294343
(41,67,67)
#233938
(35,57,56)
#1D2F2D
(29,47,45)
#172522
(23,37,34)
#111B17
(17,27,23)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #47757A

#47757A
(71,117,122)
#578186
(87,129,134)
#678D92
(103,141,146)
#77999E
(119,153,158)
#87A5AA
(135,165,170)
#97B1B6
(151,177,182)
#A7BDC2
(167,189,194)
#B7C9CE
(183,201,206)
#C7D5DA
(199,213,218)
#D7E1E6
(215,225,230)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47757A color. Also use rgb(71,117,122) instead hex code.

Text Font Color

.myTextColor { color: #47757A; }

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

This text font color is #47757A.

Background Color

.myBgColor { background-color: #47757A; }

<div style="background-color:#47757A">Inner text</div>

This div background color is #47757A.

Border color

.myBorderColor { border: 1px solid #47757A; }

<div style="border:3px solid #47757A">Div</div>

This div border color is #47757A.

Opacity

.myOpacity80 { color: #47757A; opacity: 0.8; }

<p style="color:#47757A;opacity:0.8;">80%</p>

Text with #47757A 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 #47757A;}

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

This text has shadow with #47757A color.


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

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

This text has shadow with #47757A primary color and red secondary color.


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

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

This text has shadow with #47757A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47757A.

Preview

Color preview on black background

This text has color #47757A on black background.


Color preview on white background

This text has color #47757A on white background.


Black color preview on #47757A background

This text has black color on #47757A background.


White color preview on #47757A background

This text has white color on #47757A background.


Related colors

Complementary color

Complementary color for #hex is #B88A85.


I love getcolorcode.com

Triadic colors

1 #7A4775 and #757A47 with #47757A are triadic colors.

2 #7A7547 and #75477A with #47757A are triadic colors.