Color Hex Logo

#635018 Color Hex

#635018
(99,80,24)
0 Favorites   0 Comments

Color spaces of #635018

RGB 998024
HSL0.120.610.24
HSV45°76°39°
CMYK 0.000.190.76   0.61
XYZ8.17918.45592.0652
Yxy8.45590.43740.4522
Hunter Lab29.0790-0.681416.1445
CIE-Lab34.91491.285134.4470

#635018 color RGB value is (99,80,24).

#635018 hex color red value is 99, green value is 80 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #635018 hue: 0.12 , saturation: 0.61 and the lightness value of 635018 is 0.24.

The process color (four color CMYK) of #635018 color hex is 0.00, 0.19, 0.76, 0.61. Web safe color of #635018 is #666600. Color #635018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 00011000
Octal 143 120 30
Decimal 99 80 24
Hex 63 50 18

RGB Percentages of Color #635018

%48.77
%39.41
%11.82

CMYK Percentages of Color #635018

%0
%19
%76
%61

Triadic Colors of #635018

#635018 #186350 #501863

Analogous Colors of #635018

#635018 #516318 #632b18

Monochromatic Colors of #635018

#635018

Complementary Color

#635018 #182b63

#635018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635018 Color CSS Codes

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

#635018 Text Font Color

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

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


#635018 Background Color

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

This div background color is #635018


#635018 Border Color

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

This div border color is #635018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635018


Comments

No comments written yet.

Please login to write comment.