Color Hex Logo

#620b3e Color Hex

#620B3E
(98,11,62)
0 Favorites   0 Comments

Color spaces of #620b3e

RGB 981162
HSL0.900.800.21
HSV325°89°38°
CMYK 0.000.890.37   0.62
XYZ6.02623.18384.8544
Yxy3.18380.42850.2264
Hunter Lab17.843229.0593-3.6401
CIE-Lab20.765540.9037-7.5291

#620b3e color RGB value is (98,11,62).

#620b3e hex color red value is 98, green value is 11 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #620b3e hue: 0.90 , saturation: 0.80 and the lightness value of 620b3e is 0.21.

The process color (four color CMYK) of #620b3e color hex is 0.00, 0.89, 0.37, 0.62. Web safe color of #620b3e is #660033. Color #620b3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001011 00111110
Octal 142 13 76
Decimal 98 11 62
Hex 62 B 3E

RGB Percentages of Color #620b3e

%57.31
%6.43
%36.26

CMYK Percentages of Color #620b3e

%0
%89
%37
%62

Triadic Colors of #620b3e

#620b3e #3e620b #0b3e62

Analogous Colors of #620b3e

#620b3e #620b13 #5b0b62

Monochromatic Colors of #620b3e

#620b3e

Complementary Color

#620b3e #0b622f

#620b3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620b3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#620b3e Color CSS Codes

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

#620b3e Text Font Color

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

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


#620b3e Background Color

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

This div background color is #620b3e


#620b3e Border Color

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

This div border color is #620b3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,11,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #620b3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #620b3e;
  -webkit-box-shadow: 1px 1px 3px 2px #620b3e;
  box-shadow:         1px 1px 3px 2px #620b3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620b3e


Comments

No comments written yet.

Please login to write comment.