Color Hex Logo

#618035 Color Hex

#618035
(97,128,53)
0 Favorites   0 Comments

Color spaces of #618035

RGB 9712853
HSL0.240.410.35
HSV85°59°50°
CMYK 0.240.000.59   0.50
XYZ13.291518.23686.1877
Yxy18.23680.35240.4835
Hunter Lab42.7046-19.176121.3023
CIE-Lab49.7821-24.016836.5244

#618035 color RGB value is (97,128,53).

#618035 hex color red value is 97, green value is 128 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #618035 hue: 0.24 , saturation: 0.41 and the lightness value of 618035 is 0.35.

The process color (four color CMYK) of #618035 color hex is 0.24, 0.00, 0.59, 0.50. Web safe color of #618035 is #669933. Color #618035 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000000 00110101
Octal 141 200 65
Decimal 97 128 53
Hex 61 80 35

RGB Percentages of Color #618035

%34.89
%46.04
%19.06

CMYK Percentages of Color #618035

%24
%0
%59
%50

Triadic Colors of #618035

#618035 #356180 #803561

Analogous Colors of #618035

#618035 #3c8035 #807a35

Monochromatic Colors of #618035

#618035

Complementary Color

#618035 #543580

#618035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618035 Color CSS Codes

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

#618035 Text Font Color

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

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


#618035 Background Color

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

This div background color is #618035


#618035 Border Color

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

This div border color is #618035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618035


Comments

No comments written yet.

Please login to write comment.