Color Hex Logo

#3b741d Color Hex

#3B741D
(59,116,29)
0 Favorites   0 Comments

Color spaces of #3b741d

RGB 5911629
HSL0.280.600.28
HSV99°75°45°
CMYK 0.490.000.75   0.55
XYZ8.270813.50933.3340
Yxy13.50930.32930.5379
Hunter Lab36.7550-24.154320.3504
CIE-Lab43.5208-34.987640.0523

#3b741d color RGB value is (59,116,29).

#3b741d hex color red value is 59, green value is 116 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #3b741d hue: 0.28 , saturation: 0.60 and the lightness value of 3b741d is 0.28.

The process color (four color CMYK) of #3b741d color hex is 0.49, 0.00, 0.75, 0.55. Web safe color of #3b741d is #336633. Color #3b741d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01110100 00011101
Octal 73 164 35
Decimal 59 116 29
Hex 3B 74 1D

RGB Percentages of Color #3b741d

%28.92
%56.86
%14.22

CMYK Percentages of Color #3b741d

%49
%0
%75
%55

Triadic Colors of #3b741d

#3b741d #1d3b74 #741d3b

Analogous Colors of #3b741d

#3b741d #1d742b #67741d

Monochromatic Colors of #3b741d

#3b741d

Complementary Color

#3b741d #561d74

#3b741d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b741d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b741d Color CSS Codes

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

#3b741d Text Font Color

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

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


#3b741d Background Color

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

This div background color is #3b741d


#3b741d Border Color

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

This div border color is #3b741d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b741d


Comments

No comments written yet.

Please login to write comment.