Color Hex Logo

#3a993b Color Hex

#3A993B
(58,153,59)
0 Favorites   0 Comments

Color spaces of #3a993b

RGB 5815359
HSL0.340.450.41
HSV121°62°60°
CMYK 0.620.000.61   0.40
XYZ13.925623.99788.0358
Yxy23.99780.30300.5222
Hunter Lab48.9875-34.986324.5655
CIE-Lab56.0856-47.124040.3937

#3a993b color RGB value is (58,153,59).

#3a993b hex color red value is 58, green value is 153 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #3a993b hue: 0.34 , saturation: 0.45 and the lightness value of 3a993b is 0.41.

The process color (four color CMYK) of #3a993b color hex is 0.62, 0.00, 0.61, 0.40. Web safe color of #3a993b is #339933. Color #3a993b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10011001 00111011
Octal 72 231 73
Decimal 58 153 59
Hex 3A 99 3B

RGB Percentages of Color #3a993b

%21.48
%56.67
%21.85

CMYK Percentages of Color #3a993b

%62
%0
%61
%40

Triadic Colors of #3a993b

#3a993b #3b3a99 #993b3a

Analogous Colors of #3a993b

#3a993b #3a996b #69993a

Monochromatic Colors of #3a993b

#3a993b

Complementary Color

#3a993b #993a98

#3a993b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a993b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a993b Color CSS Codes

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

#3a993b Text Font Color

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

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


#3a993b Background Color

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

This div background color is #3a993b


#3a993b Border Color

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

This div border color is #3a993b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a993b


Comments

No comments written yet.

Please login to write comment.