Color Hex Logo

#3f541f Color Hex

#3F541F
(63,84,31)
0 Favorites   0 Comments

Color spaces of #3f541f

RGB 638431
HSL0.230.460.23
HSV84°63°33°
CMYK 0.250.000.63   0.67
XYZ5.46757.49632.4551
Yxy7.49630.35460.4862
Hunter Lab27.3794-12.268513.8490
CIE-Lab32.9110-17.810427.8271

#3f541f color RGB value is (63,84,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010100 00011111
Octal 77 124 37
Decimal 63 84 31
Hex 3F 54 1F

RGB Percentages of Color #3f541f

%35.39
%47.19
%17.42

CMYK Percentages of Color #3f541f

%25
%0
%63
%67

Triadic Colors of #3f541f

#3f541f #1f3f54 #541f3f

Analogous Colors of #3f541f

#3f541f #25541f #544f1f

Monochromatic Colors of #3f541f

#3f541f

Complementary Color

#3f541f #341f54

#3f541f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f541f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f541f Color CSS Codes

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

#3f541f Text Font Color

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

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


#3f541f Background Color

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

This div background color is #3f541f


#3f541f Border Color

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

This div border color is #3f541f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f541f


Comments

No comments written yet.

Please login to write comment.