Color Hex Logo

#3b643f Color Hex

#3B643F
(59,100,63)
0 Favorites   0 Comments

Color spaces of #3b643f

RGB 5910063
HSL0.350.260.31
HSV126°41°39°
CMYK 0.410.000.37   0.61
XYZ7.258010.40306.3281
Yxy10.40300.30260.4337
Hunter Lab32.2537-16.276310.9450
CIE-Lab38.5562-23.029016.5923

#3b643f color RGB value is (59,100,63).

#3b643f hex color red value is 59, green value is 100 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #3b643f hue: 0.35 , saturation: 0.26 and the lightness value of 3b643f is 0.31.

The process color (four color CMYK) of #3b643f color hex is 0.41, 0.00, 0.37, 0.61. Web safe color of #3b643f is #336633. Color #3b643f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100100 00111111
Octal 73 144 77
Decimal 59 100 63
Hex 3B 64 3F

RGB Percentages of Color #3b643f

%26.58
%45.05
%28.38

CMYK Percentages of Color #3b643f

%41
%0
%37
%61

Triadic Colors of #3b643f

#3b643f #3f3b64 #643f3b

Analogous Colors of #3b643f

#3b643f #3b6454 #4c643b

Monochromatic Colors of #3b643f

#3b643f

Complementary Color

#3b643f #643b60

#3b643f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b643f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b643f Color CSS Codes

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

#3b643f Text Font Color

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

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


#3b643f Background Color

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

This div background color is #3b643f


#3b643f Border Color

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

This div border color is #3b643f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b643f


Comments

No comments written yet.

Please login to write comment.