Color Hex Logo

#69872e Color Hex

#69872E
(105,135,46)
0 Favorites   0 Comments

Color spaces of #69872e

RGB 10513546
HSL0.220.490.35
HSV80°66°53°
CMYK 0.220.000.66   0.47
XYZ14.982820.52855.7575
Yxy20.52850.36310.4974
Hunter Lab45.3084-20.262424.1817
CIE-Lab52.4296-24.856942.9140

#69872e color RGB value is (105,135,46).

#69872e hex color red value is 105, green value is 135 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #69872e hue: 0.22 , saturation: 0.49 and the lightness value of 69872e is 0.35.

The process color (four color CMYK) of #69872e color hex is 0.22, 0.00, 0.66, 0.47. Web safe color of #69872e is #669933. Color #69872e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000111 00101110
Octal 151 207 56
Decimal 105 135 46
Hex 69 87 2E

RGB Percentages of Color #69872e

%36.71
%47.20
%16.08

CMYK Percentages of Color #69872e

%22
%0
%66
%47

Triadic Colors of #69872e

#69872e #2e6987 #872e69

Analogous Colors of #69872e

#69872e #3d872e #87792e

Monochromatic Colors of #69872e

#69872e

Complementary Color

#69872e #4c2e87

#69872e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69872e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69872e Color CSS Codes

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

#69872e Text Font Color

<p style="color:#69872e">Text here</p>

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


#69872e Background Color

<div style="background-color:#69872e">
Div content here</div>

This div background color is #69872e


#69872e Border Color

<div style="border:3px solid #69872e">
Div here</div>

This div border color is #69872e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,135,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69872e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69872e;
  -webkit-box-shadow: 1px 1px 3px 2px #69872e;
  box-shadow:         1px 1px 3px 2px #69872e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69872e


Comments

No comments written yet.

Please login to write comment.