Color Hex Logo

#62534b Color Hex

#62534B
(98,83,75)
0 Favorites   0 Comments

Color spaces of #62534b

RGB 988375
HSL0.060.130.34
HSV21°23°38°
CMYK 0.000.150.23   0.62
XYZ9.40039.29127.9545
Yxy9.29120.35280.3487
Hunter Lab30.48151.70575.8646
CIE-Lab36.53904.76536.9766

#62534b color RGB value is (98,83,75).

#62534b hex color red value is 98, green value is 83 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #62534b hue: 0.06 , saturation: 0.13 and the lightness value of 62534b is 0.34.

The process color (four color CMYK) of #62534b color hex is 0.00, 0.15, 0.23, 0.62. Web safe color of #62534b is #666633. Color #62534b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010011 01001011
Octal 142 123 113
Decimal 98 83 75
Hex 62 53 4B

RGB Percentages of Color #62534b

%38.28
%32.42
%29.30

CMYK Percentages of Color #62534b

%0
%15
%23
%62

Triadic Colors of #62534b

#62534b #4b6253 #534b62

Analogous Colors of #62534b

#62534b #625f4b #624b4f

Monochromatic Colors of #62534b

#62534b

Complementary Color

#62534b #4b5a62

#62534b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62534b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62534b Color CSS Codes

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

#62534b Text Font Color

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

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


#62534b Background Color

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

This div background color is #62534b


#62534b Border Color

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

This div border color is #62534b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,83,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62534b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62534b;
  -webkit-box-shadow: 1px 1px 3px 2px #62534b;
  box-shadow:         1px 1px 3px 2px #62534b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62534b


Comments

No comments written yet.

Please login to write comment.