Color Hex Logo

#3b990f Color Hex

#3B990F
(59,153,15)
0 Favorites   0 Comments

Color spaces of #3b990f

RGB 5915315
HSL0.280.820.33
HSV101°90°60°
CMYK 0.610.000.90   0.40
XYZ13.281123.74684.3355
Yxy23.74680.32110.5741
Hunter Lab48.7307-36.630228.8365
CIE-Lab55.8334-50.167855.5555

#3b990f color RGB value is (59,153,15).

#3b990f hex color red value is 59, green value is 153 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #3b990f hue: 0.28 , saturation: 0.82 and the lightness value of 3b990f is 0.33.

The process color (four color CMYK) of #3b990f color hex is 0.61, 0.00, 0.90, 0.40. Web safe color of #3b990f is #339900. Color #3b990f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10011001 00001111
Octal 73 231 17
Decimal 59 153 15
Hex 3B 99 F

RGB Percentages of Color #3b990f

%25.99
%67.40
%6.61

CMYK Percentages of Color #3b990f

%61
%0
%90
%40

Triadic Colors of #3b990f

#3b990f #0f3b99 #990f3b

Analogous Colors of #3b990f

#3b990f #0f9928 #80990f

Monochromatic Colors of #3b990f

#3b990f

Complementary Color

#3b990f #6d0f99

#3b990f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b990f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b990f Color CSS Codes

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

#3b990f Text Font Color

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

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


#3b990f Background Color

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

This div background color is #3b990f


#3b990f Border Color

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

This div border color is #3b990f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b990f


Comments

No comments written yet.

Please login to write comment.