Color Hex Logo

#47696d Color Hex

#47696D
(71,105,109)
0 Favorites   0 Comments

Color spaces of #47696d

RGB 71105109
HSL0.520.210.35
HSV186°35°43°
CMYK 0.350.040.00   0.57
XYZ10.410412.546916.3411
Yxy12.54690.26490.3193
Hunter Lab35.4216-9.5267-2.5572
CIE-Lab42.0724-11.0837-6.1597

#47696d color RGB value is (71,105,109).

#47696d hex color red value is 71, green value is 105 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #47696d hue: 0.52 , saturation: 0.21 and the lightness value of 47696d is 0.35.

The process color (four color CMYK) of #47696d color hex is 0.35, 0.04, 0.00, 0.57. Web safe color of #47696d is #336666. Color #47696d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101001 01101101
Octal 107 151 155
Decimal 71 105 109
Hex 47 69 6D

RGB Percentages of Color #47696d

%24.91
%36.84
%38.25

CMYK Percentages of Color #47696d

%35
%4
%0
%57

Triadic Colors of #47696d

#47696d #6d4769 #696d47

Analogous Colors of #47696d

#47696d #47566d #476d5e

Monochromatic Colors of #47696d

#47696d

Complementary Color

#47696d #6d4b47

#47696d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47696d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47696d Color CSS Codes

.mybgcolor {background-color:#47696d; } 
.myforecolor {color:#47696d; }
.mybordercolor {border:3px solid #47696d; }

#47696d Text Font Color

<p style="color:#47696d">Text here</p>

This sample text font color is #47696d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#47696d Background Color

<div style="background-color:#47696d">
Div content here</div>

This div background color is #47696d


#47696d Border Color

<div style="border:3px solid #47696d">
Div here</div>

This div border color is #47696d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,105,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47696d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47696d;
  -webkit-box-shadow: 1px 1px 3px 2px #47696d;
  box-shadow:         1px 1px 3px 2px #47696d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,105,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #47696d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #47696d;
  -webkit-box-shadow: 1px 1px 3px 2px #47696d;
  box-shadow:         1px 1px 3px 2px #47696d;">
Div content here</div>

This div box has shadow with color #47696d


Comments

No comments written yet.

Please login to write comment.