Color Hex Logo

#68721b Color Hex

#68721B
(104,114,27)
0 Favorites   0 Comments

Color spaces of #68721b

RGB 10411427
HSL0.190.620.28
HSV67°76°45°
CMYK 0.090.000.76   0.55
XYZ11.924115.05683.3147
Yxy15.05680.39360.4970
Hunter Lab38.8031-13.052822.0974
CIE-Lab45.7119-15.696743.9509

#68721b color RGB value is (104,114,27).

#68721b hex color red value is 104, green value is 114 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #68721b hue: 0.19 , saturation: 0.62 and the lightness value of 68721b is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110010 00011011
Octal 150 162 33
Decimal 104 114 27
Hex 68 72 1B

RGB Percentages of Color #68721b

%42.45
%46.53
%11.02

CMYK Percentages of Color #68721b

%9
%0
%76
%55

Triadic Colors of #68721b

#68721b #1b6872 #721b68

Analogous Colors of #68721b

#68721b #3c721b #72511b

Monochromatic Colors of #68721b

#68721b

Complementary Color

#68721b #251b72

#68721b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68721b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68721b Color CSS Codes

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

#68721b Text Font Color

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

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


#68721b Background Color

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

This div background color is #68721b


#68721b Border Color

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

This div border color is #68721b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68721b


Comments

No comments written yet.

Please login to write comment.