Color Hex Logo

#617230 Color Hex

#617230
(97,114,48)
0 Favorites   0 Comments

Color spaces of #617230

RGB 9711448
HSL0.210.410.32
HSV75°58°45°
CMYK 0.150.000.58   0.55
XYZ11.480614.78945.0459
Yxy14.78940.36660.4723
Hunter Lab38.4570-14.012019.1405
CIE-Lab45.3444-17.255233.9279

#617230 color RGB value is (97,114,48).

#617230 hex color red value is 97, green value is 114 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #617230 hue: 0.21 , saturation: 0.41 and the lightness value of 617230 is 0.32.

The process color (four color CMYK) of #617230 color hex is 0.15, 0.00, 0.58, 0.55. Web safe color of #617230 is #666633. Color #617230 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110010 00110000
Octal 141 162 60
Decimal 97 114 48
Hex 61 72 30

RGB Percentages of Color #617230

%37.45
%44.02
%18.53

CMYK Percentages of Color #617230

%15
%0
%58
%55

Triadic Colors of #617230

#617230 #306172 #723061

Analogous Colors of #617230

#617230 #407230 #726230

Monochromatic Colors of #617230

#617230

Complementary Color

#617230 #413072

#617230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#617230 Color CSS Codes

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

#617230 Text Font Color

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

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


#617230 Background Color

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

This div background color is #617230


#617230 Border Color

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

This div border color is #617230


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,114,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #617230; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #617230;
  -webkit-box-shadow: 1px 1px 3px 2px #617230;
  box-shadow:         1px 1px 3px 2px #617230; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617230


Comments

No comments written yet.

Please login to write comment.