Color Hex Logo

#69763d Color Hex

#69763D
(105,118,61)
0 Favorites   0 Comments

Color spaces of #69763d

RGB 10511861
HSL0.200.320.35
HSV74°48°46°
CMYK 0.110.000.48   0.54
XYZ13.146416.29706.8676
Yxy16.29700.36210.4488
Hunter Lab40.3695-12.517918.1724
CIE-Lab47.3618-14.532329.6325

#69763d color RGB value is (105,118,61).

#69763d hex color red value is 105, green value is 118 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #69763d hue: 0.20 , saturation: 0.32 and the lightness value of 69763d is 0.35.

The process color (four color CMYK) of #69763d color hex is 0.11, 0.00, 0.48, 0.54. Web safe color of #69763d is #666633. Color #69763d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110110 00111101
Octal 151 166 75
Decimal 105 118 61
Hex 69 76 3D

RGB Percentages of Color #69763d

%36.97
%41.55
%21.48

CMYK Percentages of Color #69763d

%11
%0
%48
%54

Triadic Colors of #69763d

#69763d #3d6976 #763d69

Analogous Colors of #69763d

#69763d #4d763d #76673d

Monochromatic Colors of #69763d

#69763d

Complementary Color

#69763d #4a3d76

#69763d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69763d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69763d Color CSS Codes

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

#69763d Text Font Color

<p style="color:#69763d">Text here</p>

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


#69763d Background Color

<div style="background-color:#69763d">
Div content here</div>

This div background color is #69763d


#69763d Border Color

<div style="border:3px solid #69763d">
Div here</div>

This div border color is #69763d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,118,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69763d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69763d;
  -webkit-box-shadow: 1px 1px 3px 2px #69763d;
  box-shadow:         1px 1px 3px 2px #69763d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,118,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69763d


Comments

No comments written yet.

Please login to write comment.