Color Hex Logo

#3f5801 Color Hex

#3F5801
(63,88,1)
0 Favorites   0 Comments

Color spaces of #3f5801

RGB 63881
HSL0.210.980.17
HSV77°99°35°
CMYK 0.280.000.99   0.65
XYZ5.54518.03841.2880
Yxy8.03840.37290.5405
Hunter Lab28.3521-14.705117.1530
CIE-Lab34.0627-21.865740.7447

#3f5801 color RGB value is (63,88,1).

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

The process color (four color CMYK) of #3f5801 color hex is 0.28, 0.00, 0.99, 0.65. Web safe color of #3f5801 is #336600. Color #3f5801 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01011000 00000001
Octal 77 130 1
Decimal 63 88 1
Hex 3F 58 1

RGB Percentages of Color #3f5801

%41.45
%57.89
%0.66

CMYK Percentages of Color #3f5801

%28
%0
%99
%65

Triadic Colors of #3f5801

#3f5801 #013f58 #58013f

Analogous Colors of #3f5801

#3f5801 #145801 #584601

Monochromatic Colors of #3f5801

#3f5801

Complementary Color

#3f5801 #1a0158

#3f5801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f5801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f5801 Color CSS Codes

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

#3f5801 Text Font Color

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

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


#3f5801 Background Color

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

This div background color is #3f5801


#3f5801 Border Color

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

This div border color is #3f5801


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,88,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 #3f5801">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f5801


Comments

No comments written yet.

Please login to write comment.