Color Hex Logo

#69875d Color Hex

#69875D
(105,135,93)
0 Favorites   0 Comments

Color spaces of #69875d

RGB 10513593
HSL0.290.180.45
HSV103°31°53°
CMYK 0.220.000.31   0.47
XYZ16.465521.121513.5650
Yxy21.12150.32190.4129
Hunter Lab45.9581-16.475214.6707
CIE-Lab53.0822-19.039119.2185

#69875d color RGB value is (105,135,93).

#69875d hex color red value is 105, green value is 135 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #69875d hue: 0.29 , saturation: 0.18 and the lightness value of 69875d is 0.45.

The process color (four color CMYK) of #69875d color hex is 0.22, 0.00, 0.31, 0.47. Web safe color of #69875d is #669966. Color #69875d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000111 01011101
Octal 151 207 135
Decimal 105 135 93
Hex 69 87 5D

RGB Percentages of Color #69875d

%31.53
%40.54
%27.93

CMYK Percentages of Color #69875d

%22
%0
%31
%47

Triadic Colors of #69875d

#69875d #5d6987 #875d69

Analogous Colors of #69875d

#69875d #5d8766 #7e875d

Monochromatic Colors of #69875d

#69875d

Complementary Color

#69875d #7b5d87

#69875d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69875d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69875d Color CSS Codes

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

#69875d Text Font Color

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

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


#69875d Background Color

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

This div background color is #69875d


#69875d Border Color

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

This div border color is #69875d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69875d


Comments

No comments written yet.

Please login to write comment.