Color Hex Logo

#984346 Color Hex

#984346
(152,67,70)
0 Favorites   0 Comments

Color spaces of #984346

RGB 1526770
HSL0.990.390.43
HSV358°56°60°
CMYK 0.000.560.54   0.40
XYZ16.061511.13197.0965
Yxy11.13190.46840.3246
Hunter Lab33.364527.541110.7444
CIE-Lab39.801735.905715.7231

#984346 color RGB value is (152,67,70).

#984346 hex color red value is 152, green value is 67 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #984346 hue: 0.99 , saturation: 0.39 and the lightness value of 984346 is 0.43.

The process color (four color CMYK) of #984346 color hex is 0.00, 0.56, 0.54, 0.40. Web safe color of #984346 is #993333. Color #984346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000011 01000110
Octal 230 103 106
Decimal 152 67 70
Hex 98 43 46

RGB Percentages of Color #984346

%52.60
%23.18
%24.22

CMYK Percentages of Color #984346

%0
%56
%54
%40

Triadic Colors of #984346

#984346 #469843 #434698

Analogous Colors of #984346

#984346 #986b43 #984371

Monochromatic Colors of #984346

#984346

Complementary Color

#984346 #439895

#984346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984346 Color CSS Codes

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

#984346 Text Font Color

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

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


#984346 Background Color

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

This div background color is #984346


#984346 Border Color

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

This div border color is #984346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984346


Comments

No comments written yet.

Please login to write comment.