Color Hex Logo

#2f532e Color Hex

#2F532E
(47,83,46)
0 Favorites   0 Comments

Color spaces of #2f532e

RGB 478346
HSL0.330.290.25
HSV118°45°33°
CMYK 0.430.000.45   0.67
XYZ4.75876.98813.6828
Yxy6.98810.30840.4529
Hunter Lab26.4350-14.128610.2445
CIE-Lab31.7798-21.663817.6991

#2f532e color RGB value is (47,83,46).

#2f532e hex color red value is 47, green value is 83 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #2f532e hue: 0.33 , saturation: 0.29 and the lightness value of 2f532e is 0.25.

The process color (four color CMYK) of #2f532e color hex is 0.43, 0.00, 0.45, 0.67. Web safe color of #2f532e is #336633. Color #2f532e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01010011 00101110
Octal 57 123 56
Decimal 47 83 46
Hex 2F 53 2E

RGB Percentages of Color #2f532e

%26.70
%47.16
%26.14

CMYK Percentages of Color #2f532e

%43
%0
%45
%67

Triadic Colors of #2f532e

#2f532e #2e2f53 #532e2f

Analogous Colors of #2f532e

#2f532e #2e5340 #42532e

Monochromatic Colors of #2f532e

#2f532e

Complementary Color

#2f532e #522e53

#2f532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f532e Color CSS Codes

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

#2f532e Text Font Color

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

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


#2f532e Background Color

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

This div background color is #2f532e


#2f532e Border Color

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

This div border color is #2f532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f532e


Comments

No comments written yet.

Please login to write comment.