Color Hex Logo

#6d852a Color Hex

#6D852A
(109,133,42)
0 Favorites   0 Comments

Color spaces of #6d852a

RGB 10913342
HSL0.210.520.34
HSV76°68°52°
CMYK 0.180.000.68   0.48
XYZ15.112120.19345.2917
Yxy20.19340.37220.4974
Hunter Lab44.9371-18.611324.4741
CIE-Lab52.0552-22.468444.3501

#6d852a color RGB value is (109,133,42).

#6d852a hex color red value is 109, green value is 133 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6d852a hue: 0.21 , saturation: 0.52 and the lightness value of 6d852a is 0.34.

The process color (four color CMYK) of #6d852a color hex is 0.18, 0.00, 0.68, 0.48. Web safe color of #6d852a is #669933. Color #6d852a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10000101 00101010
Octal 155 205 52
Decimal 109 133 42
Hex 6D 85 2A

RGB Percentages of Color #6d852a

%38.38
%46.83
%14.79

CMYK Percentages of Color #6d852a

%18
%0
%68
%48

Triadic Colors of #6d852a

#6d852a #2a6d85 #852a6d

Analogous Colors of #6d852a

#6d852a #40852a #85702a

Monochromatic Colors of #6d852a

#6d852a

Complementary Color

#6d852a #422a85

#6d852a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d852a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d852a Color CSS Codes

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

#6d852a Text Font Color

<p style="color:#6d852a">Text here</p>

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


#6d852a Background Color

<div style="background-color:#6d852a">
Div content here</div>

This div background color is #6d852a


#6d852a Border Color

<div style="border:3px solid #6d852a">
Div here</div>

This div border color is #6d852a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,133,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d852a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d852a;
  -webkit-box-shadow: 1px 1px 3px 2px #6d852a;
  box-shadow:         1px 1px 3px 2px #6d852a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,133,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d852a


Comments

No comments written yet.

Please login to write comment.