Color Hex Logo

#2f434d Color Hex

#2F434D
(47,67,77)
0 Favorites   0 Comments

Color spaces of #2f434d

RGB 476777
HSL0.560.240.24
HSV200°39°30°
CMYK 0.390.130.00   0.70
XYZ4.51905.15457.7779
Yxy5.15450.25890.2954
Hunter Lab22.7035-4.2018-4.4194
CIE-Lab27.1705-4.9437-8.5527

#2f434d color RGB value is (47,67,77).

#2f434d hex color red value is 47, green value is 67 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #2f434d hue: 0.56 , saturation: 0.24 and the lightness value of 2f434d is 0.24.

The process color (four color CMYK) of #2f434d color hex is 0.39, 0.13, 0.00, 0.70. Web safe color of #2f434d is #333366. Color #2f434d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01000011 01001101
Octal 57 103 115
Decimal 47 67 77
Hex 2F 43 4D

RGB Percentages of Color #2f434d

%24.61
%35.08
%40.31

CMYK Percentages of Color #2f434d

%39
%13
%0
%70

Triadic Colors of #2f434d

#2f434d #4d2f43 #434d2f

Analogous Colors of #2f434d

#2f434d #2f344d #2f4d48

Monochromatic Colors of #2f434d

#2f434d

Complementary Color

#2f434d #4d392f

#2f434d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f434d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f434d Color CSS Codes

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

#2f434d Text Font Color

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

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


#2f434d Background Color

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

This div background color is #2f434d


#2f434d Border Color

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

This div border color is #2f434d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f434d


Comments

No comments written yet.

Please login to write comment.