Color Hex Logo

#3f550f Color Hex

#3F550F
(63,85,15)
0 Favorites   0 Comments

Color spaces of #3f550f

RGB 638515
HSL0.220.700.20
HSV79°82°33°
CMYK 0.260.000.82   0.67
XYZ5.38467.58831.6328
Yxy7.58830.36870.5195
Hunter Lab27.5469-13.315515.7685
CIE-Lab33.1103-19.649835.3532

#3f550f color RGB value is (63,85,15).

#3f550f hex color red value is 63, green value is 85 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #3f550f hue: 0.22 , saturation: 0.70 and the lightness value of 3f550f is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010101 00001111
Octal 77 125 17
Decimal 63 85 15
Hex 3F 55 F

RGB Percentages of Color #3f550f

%38.65
%52.15
%9.20

CMYK Percentages of Color #3f550f

%26
%0
%82
%67

Triadic Colors of #3f550f

#3f550f #0f3f55 #550f3f

Analogous Colors of #3f550f

#3f550f #1c550f #55480f

Monochromatic Colors of #3f550f

#3f550f

Complementary Color

#3f550f #250f55

#3f550f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f550f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f550f Color CSS Codes

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

#3f550f Text Font Color

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

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


#3f550f Background Color

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

This div background color is #3f550f


#3f550f Border Color

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

This div border color is #3f550f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f550f


Comments

No comments written yet.

Please login to write comment.