Color Hex Logo

#3f5a15 Color Hex

#3F5A15
(63,90,21)
0 Favorites   0 Comments

Color spaces of #3f5a15

RGB 639021
HSL0.230.620.22
HSV83°77°35°
CMYK 0.300.000.77   0.65
XYZ5.84148.42322.0274
Yxy8.42320.35850.5170
Hunter Lab29.0227-14.863216.1742
CIE-Lab34.8491-21.861134.6611

#3f5a15 color RGB value is (63,90,21).

#3f5a15 hex color red value is 63, green value is 90 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #3f5a15 hue: 0.23 , saturation: 0.62 and the lightness value of 3f5a15 is 0.22.

The process color (four color CMYK) of #3f5a15 color hex is 0.30, 0.00, 0.77, 0.65. Web safe color of #3f5a15 is #336600. Color #3f5a15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01011010 00010101
Octal 77 132 25
Decimal 63 90 21
Hex 3F 5A 15

RGB Percentages of Color #3f5a15

%36.21
%51.72
%12.07

CMYK Percentages of Color #3f5a15

%30
%0
%77
%65

Triadic Colors of #3f5a15

#3f5a15 #153f5a #5a153f

Analogous Colors of #3f5a15

#3f5a15 #1d5a15 #5a5315

Monochromatic Colors of #3f5a15

#3f5a15

Complementary Color

#3f5a15 #30155a

#3f5a15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f5a15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f5a15 Color CSS Codes

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

#3f5a15 Text Font Color

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

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


#3f5a15 Background Color

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

This div background color is #3f5a15


#3f5a15 Border Color

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

This div border color is #3f5a15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f5a15


Comments

No comments written yet.

Please login to write comment.