Color Hex Logo

#3f5501 Color Hex

#3F5501
(63,85,1)
0 Favorites   0 Comments

Color spaces of #3f5501

RGB 63851
HSL0.210.980.17
HSV76°99°33°
CMYK 0.260.000.99   0.67
XYZ5.30397.55601.2076
Yxy7.55600.37700.5371
Hunter Lab27.4882-13.662416.6370
CIE-Lab33.0405-20.313239.9510

#3f5501 color RGB value is (63,85,1).

#3f5501 hex color red value is 63, green value is 85 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #3f5501 hue: 0.21 , saturation: 0.98 and the lightness value of 3f5501 is 0.17.

The process color (four color CMYK) of #3f5501 color hex is 0.26, 0.00, 0.99, 0.67. Web safe color of #3f5501 is #336600. Color #3f5501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010101 00000001
Octal 77 125 1
Decimal 63 85 1
Hex 3F 55 1

RGB Percentages of Color #3f5501

%42.28
%57.05
%0.67

CMYK Percentages of Color #3f5501

%26
%0
%99
%67

Triadic Colors of #3f5501

#3f5501 #013f55 #55013f

Analogous Colors of #3f5501

#3f5501 #155501 #554101

Monochromatic Colors of #3f5501

#3f5501

Complementary Color

#3f5501 #170155

#3f5501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f5501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f5501 Color CSS Codes

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

#3f5501 Text Font Color

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

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


#3f5501 Background Color

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

This div background color is #3f5501


#3f5501 Border Color

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

This div border color is #3f5501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f5501


Comments

No comments written yet.

Please login to write comment.