Color Hex Logo

#2f584e Color Hex

#2F584E
(47,88,78)
0 Favorites   0 Comments

Color spaces of #2f584e

RGB 478878
HSL0.460.300.26
HSV165°47°35°
CMYK 0.470.000.11   0.65
XYZ6.03728.13388.4595
Yxy8.13380.26680.3594
Hunter Lab28.5198-12.12402.3774
CIE-Lab34.2600-17.14121.3141

#2f584e color RGB value is (47,88,78).

#2f584e hex color red value is 47, green value is 88 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2f584e hue: 0.46 , saturation: 0.30 and the lightness value of 2f584e is 0.26.

The process color (four color CMYK) of #2f584e color hex is 0.47, 0.00, 0.11, 0.65. Web safe color of #2f584e is #336666. Color #2f584e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01011000 01001110
Octal 57 130 116
Decimal 47 88 78
Hex 2F 58 4E

RGB Percentages of Color #2f584e

%22.07
%41.31
%36.62

CMYK Percentages of Color #2f584e

%47
%0
%11
%65

Triadic Colors of #2f584e

#2f584e #4e2f58 #584e2f

Analogous Colors of #2f584e

#2f584e #2f4e58 #2f583a

Monochromatic Colors of #2f584e

#2f584e

Complementary Color

#2f584e #582f39

#2f584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f584e Color CSS Codes

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

#2f584e Text Font Color

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

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


#2f584e Background Color

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

This div background color is #2f584e


#2f584e Border Color

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

This div border color is #2f584e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f584e


Comments

No comments written yet.

Please login to write comment.