Color Hex Logo

#6c882a Color Hex

#6C882A
(108,136,42)
0 Favorites   0 Comments

Color spaces of #6c882a

RGB 10813642
HSL0.220.530.35
HSV78°69°53°
CMYK 0.210.000.69   0.47
XYZ15.406420.96365.4249
Yxy20.96360.36860.5016
Hunter Lab45.7860-20.062625.0253
CIE-Lab52.9096-24.404445.2160

#6c882a color RGB value is (108,136,42).

#6c882a hex color red value is 108, green value is 136 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6c882a hue: 0.22 , saturation: 0.53 and the lightness value of 6c882a is 0.35.

The process color (four color CMYK) of #6c882a color hex is 0.21, 0.00, 0.69, 0.47. Web safe color of #6c882a is #669933. Color #6c882a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10001000 00101010
Octal 154 210 52
Decimal 108 136 42
Hex 6C 88 2A

RGB Percentages of Color #6c882a

%37.76
%47.55
%14.69

CMYK Percentages of Color #6c882a

%21
%0
%69
%47

Triadic Colors of #6c882a

#6c882a #2a6c88 #882a6c

Analogous Colors of #6c882a

#6c882a #3d882a #88752a

Monochromatic Colors of #6c882a

#6c882a

Complementary Color

#6c882a #462a88

#6c882a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c882a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c882a Color CSS Codes

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

#6c882a Text Font Color

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

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


#6c882a Background Color

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

This div background color is #6c882a


#6c882a Border Color

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

This div border color is #6c882a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,136,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c882a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c882a;
  -webkit-box-shadow: 1px 1px 3px 2px #6c882a;
  box-shadow:         1px 1px 3px 2px #6c882a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,136,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c882a


Comments

No comments written yet.

Please login to write comment.