Color Hex Logo

#68884a Color Hex

#68884A
(104,136,74)
0 Favorites   0 Comments

Color spaces of #68884a

RGB 10413674
HSL0.250.300.41
HSV91°46°53°
CMYK 0.240.000.46   0.47
XYZ15.749121.04589.7107
Yxy21.04580.33860.4525
Hunter Lab45.8757-19.003519.5628
CIE-Lab52.9996-22.785529.6082

#68884a color RGB value is (104,136,74).

#68884a hex color red value is 104, green value is 136 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #68884a hue: 0.25 , saturation: 0.30 and the lightness value of 68884a is 0.41.

The process color (four color CMYK) of #68884a color hex is 0.24, 0.00, 0.46, 0.47. Web safe color of #68884a is #669933. Color #68884a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001000 01001010
Octal 150 210 112
Decimal 104 136 74
Hex 68 88 4A

RGB Percentages of Color #68884a

%33.12
%43.31
%23.57

CMYK Percentages of Color #68884a

%24
%0
%46
%47

Triadic Colors of #68884a

#68884a #4a6888 #884a68

Analogous Colors of #68884a

#68884a #4a884b #87884a

Monochromatic Colors of #68884a

#68884a

Complementary Color

#68884a #6a4a88

#68884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68884a Color CSS Codes

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

#68884a Text Font Color

<p style="color:#68884a">Text here</p>

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


#68884a Background Color

<div style="background-color:#68884a">
Div content here</div>

This div background color is #68884a


#68884a Border Color

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

This div border color is #68884a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,136,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68884a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68884a;
  -webkit-box-shadow: 1px 1px 3px 2px #68884a;
  box-shadow:         1px 1px 3px 2px #68884a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68884a


Comments

No comments written yet.

Please login to write comment.