Color Hex Logo

#3f542f Color Hex

#3F542F
(63,84,47)
0 Favorites   0 Comments

Color spaces of #3f542f

RGB 638447
HSL0.260.280.26
HSV94°44°33°
CMYK 0.250.000.44   0.67
XYZ5.73337.60263.8546
Yxy7.60260.33350.4423
Hunter Lab27.5728-11.136411.0124
CIE-Lab33.1412-15.723819.0557

#3f542f color RGB value is (63,84,47).

#3f542f hex color red value is 63, green value is 84 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #3f542f hue: 0.26 , saturation: 0.28 and the lightness value of 3f542f is 0.26.

The process color (four color CMYK) of #3f542f color hex is 0.25, 0.00, 0.44, 0.67. Web safe color of #3f542f is #336633. Color #3f542f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010100 00101111
Octal 77 124 57
Decimal 63 84 47
Hex 3F 54 2F

RGB Percentages of Color #3f542f

%32.47
%43.30
%24.23

CMYK Percentages of Color #3f542f

%25
%0
%44
%67

Triadic Colors of #3f542f

#3f542f #2f3f54 #542f3f

Analogous Colors of #3f542f

#3f542f #2f5432 #52542f

Monochromatic Colors of #3f542f

#3f542f

Complementary Color

#3f542f #442f54

#3f542f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f542f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f542f Color CSS Codes

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

#3f542f Text Font Color

<p style="color:#3f542f">Text here</p>

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


#3f542f Background Color

<div style="background-color:#3f542f">
Div content here</div>

This div background color is #3f542f


#3f542f Border Color

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

This div border color is #3f542f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f542f


Comments

No comments written yet.

Please login to write comment.