Color Hex Logo

#3b6129 Color Hex

#3B6129
(59,97,41)
0 Favorites   0 Comments

Color spaces of #3b6129

RGB 599741
HSL0.280.410.27
HSV101°58°38°
CMYK 0.390.000.58   0.62
XYZ6.47869.63933.6169
Yxy9.63930.32830.4884
Hunter Lab31.0472-17.085214.8260
CIE-Lab37.1871-25.010127.4102

#3b6129 color RGB value is (59,97,41).

#3b6129 hex color red value is 59, green value is 97 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #3b6129 hue: 0.28 , saturation: 0.41 and the lightness value of 3b6129 is 0.27.

The process color (four color CMYK) of #3b6129 color hex is 0.39, 0.00, 0.58, 0.62. Web safe color of #3b6129 is #336633. Color #3b6129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100001 00101001
Octal 73 141 51
Decimal 59 97 41
Hex 3B 61 29

RGB Percentages of Color #3b6129

%29.95
%49.24
%20.81

CMYK Percentages of Color #3b6129

%39
%0
%58
%62

Triadic Colors of #3b6129

#3b6129 #293b61 #61293b

Analogous Colors of #3b6129

#3b6129 #296133 #576129

Monochromatic Colors of #3b6129

#3b6129

Complementary Color

#3b6129 #4f2961

#3b6129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b6129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b6129 Color CSS Codes

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

#3b6129 Text Font Color

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

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


#3b6129 Background Color

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

This div background color is #3b6129


#3b6129 Border Color

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

This div border color is #3b6129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b6129


Comments

No comments written yet.

Please login to write comment.