Color Hex Logo

#68702b Color Hex

#68702B
(104,112,43)
0 Favorites   0 Comments

Color spaces of #68702b

RGB 10411243
HSL0.190.450.30
HSV67°62°44°
CMYK 0.070.000.62   0.56
XYZ11.939114.70584.4947
Yxy14.70580.38340.4723
Hunter Lab38.3481-11.536019.8945
CIE-Lab45.2286-13.508636.4455

#68702b color RGB value is (104,112,43).

#68702b hex color red value is 104, green value is 112 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #68702b hue: 0.19 , saturation: 0.45 and the lightness value of 68702b is 0.30.

The process color (four color CMYK) of #68702b color hex is 0.07, 0.00, 0.62, 0.56. Web safe color of #68702b is #666633. Color #68702b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110000 00101011
Octal 150 160 53
Decimal 104 112 43
Hex 68 70 2B

RGB Percentages of Color #68702b

%40.15
%43.24
%16.60

CMYK Percentages of Color #68702b

%7
%0
%62
%56

Triadic Colors of #68702b

#68702b #2b6870 #702b68

Analogous Colors of #68702b

#68702b #46702b #70562b

Monochromatic Colors of #68702b

#68702b

Complementary Color

#68702b #332b70

#68702b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68702b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68702b Color CSS Codes

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

#68702b Text Font Color

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

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


#68702b Background Color

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

This div background color is #68702b


#68702b Border Color

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

This div border color is #68702b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68702b


Comments

No comments written yet.

Please login to write comment.