Color Hex Logo

#983003 Color Hex

#983003
(152,48,3)
0 Favorites   0 Comments

Color spaces of #983003

RGB 152483
HSL0.050.960.30
HSV18°98°60°
CMYK 0.000.680.98   0.40
XYZ14.02238.79591.0449
Yxy8.79590.58760.3686
Hunter Lab29.657932.493818.6716
CIE-Lab35.588341.835046.4442

#983003 color RGB value is (152,48,3).

#983003 hex color red value is 152, green value is 48 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #983003 hue: 0.05 , saturation: 0.96 and the lightness value of 983003 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 00000011
Octal 230 60 3
Decimal 152 48 3
Hex 98 30 3

RGB Percentages of Color #983003

%74.88
%23.65
%1.48

CMYK Percentages of Color #983003

%0
%68
%98
%40

Triadic Colors of #983003

#983003 #039830 #300398

Analogous Colors of #983003

#983003 #987b03 #980320

Monochromatic Colors of #983003

#983003

Complementary Color

#983003 #036b98

#983003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983003 Color CSS Codes

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

#983003 Text Font Color

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

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


#983003 Background Color

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

This div background color is #983003


#983003 Border Color

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

This div border color is #983003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983003


Comments

No comments written yet.

Please login to write comment.