Color Hex Logo

#624914 Color Hex

#624914
(98,73,20)
0 Favorites   0 Comments

Color spaces of #624914

RGB 987320
HSL0.110.660.23
HSV41°80°38°
CMYK 0.000.260.80   0.62
XYZ7.54587.41231.6948
Yxy7.41230.45310.4451
Hunter Lab27.22551.828215.3671
CIE-Lab32.72774.861634.0770

#624914 color RGB value is (98,73,20).

#624914 hex color red value is 98, green value is 73 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #624914 hue: 0.11 , saturation: 0.66 and the lightness value of 624914 is 0.23.

The process color (four color CMYK) of #624914 color hex is 0.00, 0.26, 0.80, 0.62. Web safe color of #624914 is #663300. Color #624914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001001 00010100
Octal 142 111 24
Decimal 98 73 20
Hex 62 49 14

RGB Percentages of Color #624914

%51.31
%38.22
%10.47

CMYK Percentages of Color #624914

%0
%26
%80
%62

Triadic Colors of #624914

#624914 #146249 #491462

Analogous Colors of #624914

#624914 #546214 #622214

Monochromatic Colors of #624914

#624914

Complementary Color

#624914 #142d62

#624914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#624914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#624914 Color CSS Codes

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

#624914 Text Font Color

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

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


#624914 Background Color

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

This div background color is #624914


#624914 Border Color

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

This div border color is #624914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,73,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #624914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #624914;
  -webkit-box-shadow: 1px 1px 3px 2px #624914;
  box-shadow:         1px 1px 3px 2px #624914; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #624914


Comments

No comments written yet.

Please login to write comment.