Color Hex Logo

#2f363c Color Hex

#2F363C
(47,54,60)
0 Favorites   0 Comments

Color spaces of #2f363c

RGB 475460
HSL0.580.120.21
HSV208°22°24°
CMYK 0.220.100.00   0.76
XYZ3.30713.56894.7895
Yxy3.56890.28350.3059
Hunter Lab18.8915-1.8125-1.8075
CIE-Lab22.1917-1.3872-4.7525

#2f363c color RGB value is (47,54,60).

#2f363c hex color red value is 47, green value is 54 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #2f363c hue: 0.58 , saturation: 0.12 and the lightness value of 2f363c is 0.21.

The process color (four color CMYK) of #2f363c color hex is 0.22, 0.10, 0.00, 0.76. Web safe color of #2f363c is #333333. Color #2f363c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00110110 00111100
Octal 57 66 74
Decimal 47 54 60
Hex 2F 36 3C

RGB Percentages of Color #2f363c

%29.19
%33.54
%37.27

CMYK Percentages of Color #2f363c

%22
%10
%0
%76

Triadic Colors of #2f363c

#2f363c #3c2f36 #363c2f

Analogous Colors of #2f363c

#2f363c #2f303c #2f3c3c

Monochromatic Colors of #2f363c

#2f363c

Complementary Color

#2f363c #3c352f

#2f363c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f363c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f363c Color CSS Codes

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

#2f363c Text Font Color

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

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


#2f363c Background Color

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

This div background color is #2f363c


#2f363c Border Color

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

This div border color is #2f363c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,54,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f363c


Comments

No comments written yet.

Please login to write comment.