Color Hex Logo

#69834d Color Hex

#69834D
(105,131,77)
0 Favorites   0 Comments

Color spaces of #69834d

RGB 10513177
HSL0.250.260.41
HSV89°41°51°
CMYK 0.200.000.41   0.49
XYZ15.281619.771710.0321
Yxy19.77170.33890.4385
Hunter Lab44.4654-16.468617.7490
CIE-Lab51.5781-19.403126.1822

#69834d color RGB value is (105,131,77).

#69834d hex color red value is 105, green value is 131 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #69834d hue: 0.25 , saturation: 0.26 and the lightness value of 69834d is 0.41.

The process color (four color CMYK) of #69834d color hex is 0.20, 0.00, 0.41, 0.49. Web safe color of #69834d is #669966. Color #69834d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000011 01001101
Octal 151 203 115
Decimal 105 131 77
Hex 69 83 4D

RGB Percentages of Color #69834d

%33.55
%41.85
%24.60

CMYK Percentages of Color #69834d

%20
%0
%41
%49

Triadic Colors of #69834d

#69834d #4d6983 #834d69

Analogous Colors of #69834d

#69834d #4e834d #83824d

Monochromatic Colors of #69834d

#69834d

Complementary Color

#69834d #674d83

#69834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69834d Color CSS Codes

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

#69834d Text Font Color

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

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


#69834d Background Color

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

This div background color is #69834d


#69834d Border Color

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

This div border color is #69834d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69834d


Comments

No comments written yet.

Please login to write comment.