Color Hex Logo

#68814b Color Hex

#68814B
(104,129,75)
0 Favorites   0 Comments

Color spaces of #68814b

RGB 10412975
HSL0.240.260.40
HSV88°42°51°
CMYK 0.190.000.42   0.49
XYZ14.829219.15169.5717
Yxy19.15160.34050.4397
Hunter Lab43.7625-16.098617.6659
CIE-Lab50.8641-19.035426.3547

#68814b color RGB value is (104,129,75).

#68814b hex color red value is 104, green value is 129 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #68814b hue: 0.24 , saturation: 0.26 and the lightness value of 68814b is 0.40.

The process color (four color CMYK) of #68814b color hex is 0.19, 0.00, 0.42, 0.49. Web safe color of #68814b is #669933. Color #68814b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000001 01001011
Octal 150 201 113
Decimal 104 129 75
Hex 68 81 4B

RGB Percentages of Color #68814b

%33.77
%41.88
%24.35

CMYK Percentages of Color #68814b

%19
%0
%42
%49

Triadic Colors of #68814b

#68814b #4b6881 #814b68

Analogous Colors of #68814b

#68814b #4d814b #817f4b

Monochromatic Colors of #68814b

#68814b

Complementary Color

#68814b #644b81

#68814b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68814b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68814b Color CSS Codes

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

#68814b Text Font Color

<p style="color:#68814b">Text here</p>

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


#68814b Background Color

<div style="background-color:#68814b">
Div content here</div>

This div background color is #68814b


#68814b Border Color

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

This div border color is #68814b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,129,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68814b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68814b;
  -webkit-box-shadow: 1px 1px 3px 2px #68814b;
  box-shadow:         1px 1px 3px 2px #68814b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68814b


Comments

No comments written yet.

Please login to write comment.