Color Hex Logo

#3a6821 Color Hex

#3A6821
(58,104,33)
1 Favorites   0 Comments

Color spaces of #3a6821

RGB 5810433
HSL0.270.520.27
HSV99°68°41°
CMYK 0.440.000.68   0.59
XYZ6.969810.91003.1773
Yxy10.91000.33100.5181
Hunter Lab33.0303-20.137317.4179
CIE-Lab39.4285-29.634433.9925

#3a6821 color RGB value is (58,104,33).

#3a6821 hex color red value is 58, green value is 104 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #3a6821 hue: 0.27 , saturation: 0.52 and the lightness value of 3a6821 is 0.27.

The process color (four color CMYK) of #3a6821 color hex is 0.44, 0.00, 0.68, 0.59. Web safe color of #3a6821 is #336633. Color #3a6821 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101000 00100001
Octal 72 150 41
Decimal 58 104 33
Hex 3A 68 21

RGB Percentages of Color #3a6821

%29.74
%53.33
%16.92

CMYK Percentages of Color #3a6821

%44
%0
%68
%59

Triadic Colors of #3a6821

#3a6821 #213a68 #68213a

Analogous Colors of #3a6821

#3a6821 #21682c #5e6821

Monochromatic Colors of #3a6821

#3a6821

Complementary Color

#3a6821 #4f2168

#3a6821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a6821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a6821 Color CSS Codes

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

#3a6821 Text Font Color

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

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


#3a6821 Background Color

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

This div background color is #3a6821


#3a6821 Border Color

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

This div border color is #3a6821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a6821


Comments

No comments written yet.

Please login to write comment.