Color Hex Logo

#3b7304 Color Hex

#3B7304
(59,115,4)
0 Favorites   0 Comments

Color spaces of #3b7304

RGB 591154
HSL0.250.930.23
HSV90°97°45°
CMYK 0.490.000.97   0.55
XYZ7.956313.20002.2434
Yxy13.20000.34000.5641
Hunter Lab36.3318-24.491021.7713
CIE-Lab43.0631-35.859347.0036

#3b7304 color RGB value is (59,115,4).

#3b7304 hex color red value is 59, green value is 115 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #3b7304 hue: 0.25 , saturation: 0.93 and the lightness value of 3b7304 is 0.23.

The process color (four color CMYK) of #3b7304 color hex is 0.49, 0.00, 0.97, 0.55. Web safe color of #3b7304 is #336600. Color #3b7304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01110011 00000100
Octal 73 163 4
Decimal 59 115 4
Hex 3B 73 4

RGB Percentages of Color #3b7304

%33.15
%64.61
%2.25

CMYK Percentages of Color #3b7304

%49
%0
%97
%55

Triadic Colors of #3b7304

#3b7304 #043b73 #73043b

Analogous Colors of #3b7304

#3b7304 #047305 #737304

Monochromatic Colors of #3b7304

#3b7304

Complementary Color

#3b7304 #3c0473

#3b7304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b7304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b7304 Color CSS Codes

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

#3b7304 Text Font Color

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

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


#3b7304 Background Color

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

This div background color is #3b7304


#3b7304 Border Color

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

This div border color is #3b7304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b7304


Comments

No comments written yet.

Please login to write comment.