Color Hex Logo

#68724b Color Hex

#68724B
(104,114,75)
0 Favorites   0 Comments

Color spaces of #68724b

RGB 10411475
HSL0.210.210.37
HSV75°34°45°
CMYK 0.090.000.34   0.55
XYZ12.996215.48578.9607
Yxy15.48570.34710.4136
Hunter Lab39.3519-9.915114.0456
CIE-Lab46.2924-10.911520.4064

#68724b color RGB value is (104,114,75).

#68724b hex color red value is 104, green value is 114 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #68724b hue: 0.21 , saturation: 0.21 and the lightness value of 68724b is 0.37.

The process color (four color CMYK) of #68724b color hex is 0.09, 0.00, 0.34, 0.55. Web safe color of #68724b is #666633. Color #68724b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110010 01001011
Octal 150 162 113
Decimal 104 114 75
Hex 68 72 4B

RGB Percentages of Color #68724b

%35.49
%38.91
%25.60

CMYK Percentages of Color #68724b

%9
%0
%34
%55

Triadic Colors of #68724b

#68724b #4b6872 #724b68

Analogous Colors of #68724b

#68724b #55724b #72694b

Monochromatic Colors of #68724b

#68724b

Complementary Color

#68724b #554b72

#68724b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68724b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68724b Color CSS Codes

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

#68724b Text Font Color

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

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


#68724b Background Color

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

This div background color is #68724b


#68724b Border Color

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

This div border color is #68724b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68724b


Comments

No comments written yet.

Please login to write comment.