Color Hex Logo

#634b04 Color Hex

#634B04
(99,75,4)
0 Favorites   0 Comments

Color spaces of #634b04

RGB 99754
HSL0.120.920.20
HSV45°96°39°
CMYK 0.000.240.96   0.61
XYZ7.68367.69361.1949
Yxy7.69360.46360.4643
Hunter Lab27.73730.906516.8620
CIE-Lab33.33643.537840.6181

#634b04 color RGB value is (99,75,4).

#634b04 hex color red value is 99, green value is 75 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #634b04 hue: 0.12 , saturation: 0.92 and the lightness value of 634b04 is 0.20.

The process color (four color CMYK) of #634b04 color hex is 0.00, 0.24, 0.96, 0.61. Web safe color of #634b04 is #663300. Color #634b04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001011 00000100
Octal 143 113 4
Decimal 99 75 4
Hex 63 4B 4

RGB Percentages of Color #634b04

%55.62
%42.13
%2.25

CMYK Percentages of Color #634b04

%0
%24
%96
%61

Triadic Colors of #634b04

#634b04 #04634b #4b0463

Analogous Colors of #634b04

#634b04 #4c6304 #631c04

Monochromatic Colors of #634b04

#634b04

Complementary Color

#634b04 #041c63

#634b04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634b04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634b04 Color CSS Codes

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

#634b04 Text Font Color

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

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


#634b04 Background Color

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

This div background color is #634b04


#634b04 Border Color

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

This div border color is #634b04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634b04


Comments

No comments written yet.

Please login to write comment.