Color Hex Logo

#2f503e Color Hex

#2F503E
(47,80,62)
0 Favorites   0 Comments

Color spaces of #2f503e

RGB 478062
HSL0.410.260.25
HSV147°41°31°
CMYK 0.410.000.23   0.69
XYZ4.91056.68955.5898
Yxy6.68950.28570.3892
Hunter Lab25.8641-11.37255.2910
CIE-Lab31.0893-16.74866.8566

#2f503e color RGB value is (47,80,62).

#2f503e hex color red value is 47, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #2f503e hue: 0.41 , saturation: 0.26 and the lightness value of 2f503e is 0.25.

The process color (four color CMYK) of #2f503e color hex is 0.41, 0.00, 0.23, 0.69. Web safe color of #2f503e is #336633. Color #2f503e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01010000 00111110
Octal 57 120 76
Decimal 47 80 62
Hex 2F 50 3E

RGB Percentages of Color #2f503e

%24.87
%42.33
%32.80

CMYK Percentages of Color #2f503e

%41
%0
%23
%69

Triadic Colors of #2f503e

#2f503e #3e2f50 #503e2f

Analogous Colors of #2f503e

#2f503e #2f504f #31502f

Monochromatic Colors of #2f503e

#2f503e

Complementary Color

#2f503e #502f41

#2f503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f503e Color CSS Codes

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

#2f503e Text Font Color

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

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


#2f503e Background Color

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

This div background color is #2f503e


#2f503e Border Color

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

This div border color is #2f503e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f503e


Comments

No comments written yet.

Please login to write comment.