Color Hex Logo

#983019 Color Hex

#983019
(152,48,25)
0 Favorites   0 Comments

Color spaces of #983019

RGB 1524825
HSL0.030.720.35
HSV11°84°60°
CMYK 0.000.680.84   0.40
XYZ14.18138.85951.8823
Yxy8.85950.56900.3555
Hunter Lab29.764932.956617.0860
CIE-Lab35.712442.295237.4455

#983019 color RGB value is (152,48,25).

#983019 hex color red value is 152, green value is 48 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #983019 hue: 0.03 , saturation: 0.72 and the lightness value of 983019 is 0.35.

The process color (four color CMYK) of #983019 color hex is 0.00, 0.68, 0.84, 0.40. Web safe color of #983019 is #993300. Color #983019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 00011001
Octal 230 60 31
Decimal 152 48 25
Hex 98 30 19

RGB Percentages of Color #983019

%67.56
%21.33
%11.11

CMYK Percentages of Color #983019

%0
%68
%84
%40

Triadic Colors of #983019

#983019 #199830 #301998

Analogous Colors of #983019

#983019 #987019 #981941

Monochromatic Colors of #983019

#983019

Complementary Color

#983019 #198198

#983019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983019 Color CSS Codes

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

#983019 Text Font Color

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

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


#983019 Background Color

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

This div background color is #983019


#983019 Border Color

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

This div border color is #983019


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,48,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #983019; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #983019;
  -webkit-box-shadow: 1px 1px 3px 2px #983019;
  box-shadow:         1px 1px 3px 2px #983019; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983019


Comments

No comments written yet.

Please login to write comment.