Color Hex Logo

#3a951d Color Hex

#3A951D
(58,149,29)
0 Favorites   0 Comments

Color spaces of #3a951d

RGB 5814929
HSL0.290.670.35
HSV106°81°58°
CMYK 0.610.000.81   0.42
XYZ12.714122.48314.8320
Yxy22.48310.31760.5617
Hunter Lab47.4163-35.116127.1494
CIE-Lab54.5359-48.321250.8050

#3a951d color RGB value is (58,149,29).

#3a951d hex color red value is 58, green value is 149 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #3a951d hue: 0.29 , saturation: 0.67 and the lightness value of 3a951d is 0.35.

The process color (four color CMYK) of #3a951d color hex is 0.61, 0.00, 0.81, 0.42. Web safe color of #3a951d is #339933. Color #3a951d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10010101 00011101
Octal 72 225 35
Decimal 58 149 29
Hex 3A 95 1D

RGB Percentages of Color #3a951d

%24.58
%63.14
%12.29

CMYK Percentages of Color #3a951d

%61
%0
%81
%42

Triadic Colors of #3a951d

#3a951d #1d3a95 #951d3a

Analogous Colors of #3a951d

#3a951d #1d953c #76951d

Monochromatic Colors of #3a951d

#3a951d

Complementary Color

#3a951d #781d95

#3a951d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a951d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a951d Color CSS Codes

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

#3a951d Text Font Color

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

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


#3a951d Background Color

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

This div background color is #3a951d


#3a951d Border Color

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

This div border color is #3a951d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,149,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 #3a951d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a951d


Comments

No comments written yet.

Please login to write comment.