Color Hex Logo

#61882d Color Hex

#61882D
(97,136,45)
0 Favorites   0 Comments

Color spaces of #61882d

RGB 9713645
HSL0.240.500.35
HSV86°67°53°
CMYK 0.290.000.67   0.47
XYZ14.207620.33925.6597
Yxy20.33920.35340.5059
Hunter Lab45.0990-22.690224.1287
CIE-Lab52.2186-28.688442.9777

#61882d color RGB value is (97,136,45).

#61882d hex color red value is 97, green value is 136 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #61882d hue: 0.24 , saturation: 0.50 and the lightness value of 61882d is 0.35.

The process color (four color CMYK) of #61882d color hex is 0.29, 0.00, 0.67, 0.47. Web safe color of #61882d is #669933. Color #61882d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001000 00101101
Octal 141 210 55
Decimal 97 136 45
Hex 61 88 2D

RGB Percentages of Color #61882d

%34.89
%48.92
%16.19

CMYK Percentages of Color #61882d

%29
%0
%67
%47

Triadic Colors of #61882d

#61882d #2d6188 #882d61

Analogous Colors of #61882d

#61882d #34882d #88822d

Monochromatic Colors of #61882d

#61882d

Complementary Color

#61882d #542d88

#61882d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61882d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61882d Color CSS Codes

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

#61882d Text Font Color

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

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


#61882d Background Color

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

This div background color is #61882d


#61882d Border Color

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

This div border color is #61882d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,136,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61882d


Comments

No comments written yet.

Please login to write comment.