Color Hex Logo

#3b580d Color Hex

#3B580D
(59,88,13)
0 Favorites   0 Comments

Color spaces of #3b580d

RGB 598813
HSL0.230.740.20
HSV83°85°35°
CMYK 0.330.000.85   0.65
XYZ5.36607.93831.6302
Yxy7.93830.35930.5315
Hunter Lab28.1750-15.310416.2920
CIE-Lab33.8541-23.076936.6617

#3b580d color RGB value is (59,88,13).

#3b580d hex color red value is 59, green value is 88 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #3b580d hue: 0.23 , saturation: 0.74 and the lightness value of 3b580d is 0.20.

The process color (four color CMYK) of #3b580d color hex is 0.33, 0.00, 0.85, 0.65. Web safe color of #3b580d is #336600. Color #3b580d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01011000 00001101
Octal 73 130 15
Decimal 59 88 13
Hex 3B 58 D

RGB Percentages of Color #3b580d

%36.88
%55.00
%8.13

CMYK Percentages of Color #3b580d

%33
%0
%85
%65

Triadic Colors of #3b580d

#3b580d #0d3b58 #580d3b

Analogous Colors of #3b580d

#3b580d #16580d #58500d

Monochromatic Colors of #3b580d

#3b580d

Complementary Color

#3b580d #2a0d58

#3b580d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b580d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b580d Color CSS Codes

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

#3b580d Text Font Color

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

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


#3b580d Background Color

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

This div background color is #3b580d


#3b580d Border Color

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

This div border color is #3b580d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b580d


Comments

No comments written yet.

Please login to write comment.