Color Hex Logo

#3b8528 Color Hex

#3B8528
(59,133,40)
0 Favorites   0 Comments

Color spaces of #3b8528

RGB 5913340
HSL0.300.540.34
HSV108°70°52°
CMYK 0.560.000.70   0.48
XYZ10.574217.85814.8971
Yxy17.85810.31730.5358
Hunter Lab42.2588-29.287922.7105
CIE-Lab49.3235-41.090341.5017

#3b8528 color RGB value is (59,133,40).

#3b8528 hex color red value is 59, green value is 133 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #3b8528 hue: 0.30 , saturation: 0.54 and the lightness value of 3b8528 is 0.34.

The process color (four color CMYK) of #3b8528 color hex is 0.56, 0.00, 0.70, 0.48. Web safe color of #3b8528 is #339933. Color #3b8528 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10000101 00101000
Octal 73 205 50
Decimal 59 133 40
Hex 3B 85 28

RGB Percentages of Color #3b8528

%25.43
%57.33
%17.24

CMYK Percentages of Color #3b8528

%56
%0
%70
%48

Triadic Colors of #3b8528

#3b8528 #283b85 #85283b

Analogous Colors of #3b8528

#3b8528 #288544 #6a8528

Monochromatic Colors of #3b8528

#3b8528

Complementary Color

#3b8528 #722885

#3b8528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b8528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b8528 Color CSS Codes

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

#3b8528 Text Font Color

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

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


#3b8528 Background Color

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

This div background color is #3b8528


#3b8528 Border Color

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

This div border color is #3b8528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b8528


Comments

No comments written yet.

Please login to write comment.