Color Hex Logo

#638952 Color Hex

#638952
(99,137,82)
0 Favorites   0 Comments

Color spaces of #638952

RGB 9913782
HSL0.280.250.43
HSV101°40°54°
CMYK 0.280.000.40   0.46
XYZ15.614221.153211.2427
Yxy21.15320.32520.4406
Hunter Lab45.9926-19.887417.7016
CIE-Lab53.1168-24.076925.3386

#638952 color RGB value is (99,137,82).

#638952 hex color red value is 99, green value is 137 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #638952 hue: 0.28 , saturation: 0.25 and the lightness value of 638952 is 0.43.

The process color (four color CMYK) of #638952 color hex is 0.28, 0.00, 0.40, 0.46. Web safe color of #638952 is #669966. Color #638952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001001 01010010
Octal 143 211 122
Decimal 99 137 82
Hex 63 89 52

RGB Percentages of Color #638952

%31.13
%43.08
%25.79

CMYK Percentages of Color #638952

%28
%0
%40
%46

Triadic Colors of #638952

#638952 #526389 #895263

Analogous Colors of #638952

#638952 #52895d #7f8952

Monochromatic Colors of #638952

#638952

Complementary Color

#638952 #785289

#638952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638952 Color CSS Codes

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

#638952 Text Font Color

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

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


#638952 Background Color

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

This div background color is #638952


#638952 Border Color

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

This div border color is #638952


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,137,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #638952; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #638952;
  -webkit-box-shadow: 1px 1px 3px 2px #638952;
  box-shadow:         1px 1px 3px 2px #638952; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,137,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638952


Comments

No comments written yet.

Please login to write comment.