Color Hex Logo

#3b652d Color Hex

#3B652D
(59,101,45)
0 Favorites   0 Comments

Color spaces of #3b652d

RGB 5910145
HSL0.290.380.29
HSV105°55°40°
CMYK 0.420.000.55   0.60
XYZ6.931010.42664.1299
Yxy10.42660.32260.4852
Hunter Lab32.2902-18.193515.0200
CIE-Lab38.5974-26.441426.9355

#3b652d color RGB value is (59,101,45).

#3b652d hex color red value is 59, green value is 101 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #3b652d hue: 0.29 , saturation: 0.38 and the lightness value of 3b652d is 0.29.

The process color (four color CMYK) of #3b652d color hex is 0.42, 0.00, 0.55, 0.60. Web safe color of #3b652d is #336633. Color #3b652d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100101 00101101
Octal 73 145 55
Decimal 59 101 45
Hex 3B 65 2D

RGB Percentages of Color #3b652d

%28.78
%49.27
%21.95

CMYK Percentages of Color #3b652d

%42
%0
%55
%60

Triadic Colors of #3b652d

#3b652d #2d3b65 #652d3b

Analogous Colors of #3b652d

#3b652d #2d653b #57652d

Monochromatic Colors of #3b652d

#3b652d

Complementary Color

#3b652d #572d65

#3b652d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b652d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b652d Color CSS Codes

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

#3b652d Text Font Color

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

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


#3b652d Background Color

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

This div background color is #3b652d


#3b652d Border Color

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

This div border color is #3b652d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b652d


Comments

No comments written yet.

Please login to write comment.