Color Hex Logo

#6a821d Color Hex

#6A821D
(106,130,29)
0 Favorites   0 Comments

Color spaces of #6a821d

RGB 10613029
HSL0.210.640.31
HSV74°78°51°
CMYK 0.180.000.78   0.49
XYZ14.148319.11814.1069
Yxy19.11810.37860.5115
Hunter Lab43.7242-18.758425.0380
CIE-Lab50.8251-23.051848.1426

#6a821d color RGB value is (106,130,29).

#6a821d hex color red value is 106, green value is 130 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #6a821d hue: 0.21 , saturation: 0.64 and the lightness value of 6a821d is 0.31.

The process color (four color CMYK) of #6a821d color hex is 0.18, 0.00, 0.78, 0.49. Web safe color of #6a821d is #669933. Color #6a821d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000010 00011101
Octal 152 202 35
Decimal 106 130 29
Hex 6A 82 1D

RGB Percentages of Color #6a821d

%40.00
%49.06
%10.94

CMYK Percentages of Color #6a821d

%18
%0
%78
%49

Triadic Colors of #6a821d

#6a821d #1d6a82 #821d6a

Analogous Colors of #6a821d

#6a821d #38821d #82681d

Monochromatic Colors of #6a821d

#6a821d

Complementary Color

#6a821d #351d82

#6a821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a821d Color CSS Codes

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

#6a821d Text Font Color

<p style="color:#6a821d">Text here</p>

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


#6a821d Background Color

<div style="background-color:#6a821d">
Div content here</div>

This div background color is #6a821d


#6a821d Border Color

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

This div border color is #6a821d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,130,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a821d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a821d;
  -webkit-box-shadow: 1px 1px 3px 2px #6a821d;
  box-shadow:         1px 1px 3px 2px #6a821d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,130,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 #6a821d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a821d


Comments

No comments written yet.

Please login to write comment.