Color Hex Logo

#69804b Color Hex

#69804B
(105,128,75)
0 Favorites   0 Comments

Color spaces of #69804b

RGB 10512875
HSL0.240.260.40
HSV86°41°50°
CMYK 0.180.000.41   0.50
XYZ14.814918.94969.5334
Yxy18.94960.34220.4377
Hunter Lab43.5311-15.430817.4872
CIE-Lab50.6282-18.105126.0667

#69804b color RGB value is (105,128,75).

#69804b hex color red value is 105, green value is 128 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #69804b hue: 0.24 , saturation: 0.26 and the lightness value of 69804b is 0.40.

The process color (four color CMYK) of #69804b color hex is 0.18, 0.00, 0.41, 0.50. Web safe color of #69804b is #669933. Color #69804b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000000 01001011
Octal 151 200 113
Decimal 105 128 75
Hex 69 80 4B

RGB Percentages of Color #69804b

%34.09
%41.56
%24.35

CMYK Percentages of Color #69804b

%18
%0
%41
%50

Triadic Colors of #69804b

#69804b #4b6980 #804b69

Analogous Colors of #69804b

#69804b #4f804b #807d4b

Monochromatic Colors of #69804b

#69804b

Complementary Color

#69804b #624b80

#69804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69804b Color CSS Codes

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

#69804b Text Font Color

<p style="color:#69804b">Text here</p>

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


#69804b Background Color

<div style="background-color:#69804b">
Div content here</div>

This div background color is #69804b


#69804b Border Color

<div style="border:3px solid #69804b">
Div here</div>

This div border color is #69804b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,128,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69804b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69804b;
  -webkit-box-shadow: 1px 1px 3px 2px #69804b;
  box-shadow:         1px 1px 3px 2px #69804b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69804b


Comments

No comments written yet.

Please login to write comment.