Color Hex Logo

#68874a Color Hex

#68874A
(104,135,74)
0 Favorites   0 Comments

Color spaces of #68874a

RGB 10413574
HSL0.250.290.41
HSV90°45°53°
CMYK 0.230.000.45   0.47
XYZ15.608920.76549.6640
Yxy20.76540.33900.4510
Hunter Lab45.5691-18.603819.3245
CIE-Lab52.6918-22.276129.2209

#68874a color RGB value is (104,135,74).

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

The process color (four color CMYK) of #68874a color hex is 0.23, 0.00, 0.45, 0.47. Web safe color of #68874a is #669933. Color #68874a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000111 01001010
Octal 150 207 112
Decimal 104 135 74
Hex 68 87 4A

RGB Percentages of Color #68874a

%33.23
%43.13
%23.64

CMYK Percentages of Color #68874a

%23
%0
%45
%47

Triadic Colors of #68874a

#68874a #4a6887 #874a68

Analogous Colors of #68874a

#68874a #4a874b #87874a

Monochromatic Colors of #68874a

#68874a

Complementary Color

#68874a #694a87

#68874a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68874a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68874a Color CSS Codes

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

#68874a Text Font Color

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

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


#68874a Background Color

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

This div background color is #68874a


#68874a Border Color

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

This div border color is #68874a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,135,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 #68874a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68874a

#68874a Color Palettes


Comments

No comments written yet.

Please login to write comment.