Color Hex Logo

#98883c Color Hex

#98883C
(152,136,60)
0 Favorites   0 Comments

Color spaces of #98883c

RGB 15213660
HSL0.140.430.42
HSV50°61°60°
CMYK 0.000.110.61   0.40
XYZ22.568724.61007.8357
Yxy24.61000.41020.4473
Hunter Lab49.6085-5.608725.3610
CIE-Lab56.6934-3.715942.1439

#98883c color RGB value is (152,136,60).

#98883c hex color red value is 152, green value is 136 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #98883c hue: 0.14 , saturation: 0.43 and the lightness value of 98883c is 0.42.

The process color (four color CMYK) of #98883c color hex is 0.00, 0.11, 0.61, 0.40. Web safe color of #98883c is #999933. Color #98883c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001000 00111100
Octal 230 210 74
Decimal 152 136 60
Hex 98 88 3C

RGB Percentages of Color #98883c

%43.68
%39.08
%17.24

CMYK Percentages of Color #98883c

%0
%11
%61
%40

Triadic Colors of #98883c

#98883c #3c9888 #883c98

Analogous Colors of #98883c

#98883c #7a983c #985a3c

Monochromatic Colors of #98883c

#98883c

Complementary Color

#98883c #3c4c98

#98883c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98883c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98883c Color CSS Codes

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

#98883c Text Font Color

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

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


#98883c Background Color

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

This div background color is #98883c


#98883c Border Color

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

This div border color is #98883c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98883c


Comments

No comments written yet.

Please login to write comment.