Color Hex Logo

#2f676d Color Hex

#2F676D
(47,103,109)
0 Favorites   0 Comments

Color spaces of #2f676d

RGB 47103109
HSL0.520.400.31
HSV186°57°43°
CMYK 0.570.060.00   0.57
XYZ8.782911.409016.2072
Yxy11.40900.24130.3134
Hunter Lab33.7772-12.6958-4.8049
CIE-Lab40.2610-16.4549-8.9919

#2f676d color RGB value is (47,103,109).

#2f676d hex color red value is 47, green value is 103 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #2f676d hue: 0.52 , saturation: 0.40 and the lightness value of 2f676d is 0.31.

The process color (four color CMYK) of #2f676d color hex is 0.57, 0.06, 0.00, 0.57. Web safe color of #2f676d is #336666. Color #2f676d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01100111 01101101
Octal 57 147 155
Decimal 47 103 109
Hex 2F 67 6D

RGB Percentages of Color #2f676d

%18.15
%39.77
%42.08

CMYK Percentages of Color #2f676d

%57
%6
%0
%57

Triadic Colors of #2f676d

#2f676d #6d2f67 #676d2f

Analogous Colors of #2f676d

#2f676d #2f486d #2f6d54

Monochromatic Colors of #2f676d

#2f676d

Complementary Color

#2f676d #6d352f

#2f676d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f676d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f676d Color CSS Codes

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

#2f676d Text Font Color

<p style="color:#2f676d">Text here</p>

This sample text font color is #2f676d
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.


#2f676d Background Color

<div style="background-color:#2f676d">
Div content here</div>

This div background color is #2f676d


#2f676d Border Color

<div style="border:3px solid #2f676d">
Div here</div>

This div border color is #2f676d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,103,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f676d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f676d;
  -webkit-box-shadow: 1px 1px 3px 2px #2f676d;
  box-shadow:         1px 1px 3px 2px #2f676d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,103,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 #2f676d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f676d


Comments

No comments written yet.

Please login to write comment.