Color Hex Logo

#69884d Color Hex

#69884D
(105,136,77)
0 Favorites   0 Comments

Color spaces of #69884d

RGB 10513677
HSL0.250.280.42
HSV92°43°53°
CMYK 0.230.000.43   0.47
XYZ15.969421.147410.2614
Yxy21.14740.33710.4464
Hunter Lab45.9863-18.489418.9604
CIE-Lab53.1104-21.988728.1411

#69884d color RGB value is (105,136,77).

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

The process color (four color CMYK) of #69884d color hex is 0.23, 0.00, 0.43, 0.47. Web safe color of #69884d is #669966. Color #69884d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001000 01001101
Octal 151 210 115
Decimal 105 136 77
Hex 69 88 4D

RGB Percentages of Color #69884d

%33.02
%42.77
%24.21

CMYK Percentages of Color #69884d

%23
%0
%43
%47

Triadic Colors of #69884d

#69884d #4d6988 #884d69

Analogous Colors of #69884d

#69884d #4d884f #87884d

Monochromatic Colors of #69884d

#69884d

Complementary Color

#69884d #6c4d88

#69884d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69884d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69884d Color CSS Codes

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

#69884d Text Font Color

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

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


#69884d Background Color

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

This div background color is #69884d


#69884d Border Color

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

This div border color is #69884d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,136,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 #69884d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69884d


Comments

No comments written yet.

Please login to write comment.