Color Hex Logo

#908830 Color Hex

#908830
(144,136,48)
0 Favorites   0 Comments

Color spaces of #908830

RGB 14413648
HSL0.150.500.38
HSV55°67°56°
CMYK 0.000.060.67   0.44
XYZ20.839323.75106.2824
Yxy23.75100.40960.4669
Hunter Lab48.7350-8.958926.4715
CIE-Lab55.8376-8.146646.5748

#908830 color RGB value is (144,136,48).

#908830 hex color red value is 144, green value is 136 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #908830 hue: 0.15 , saturation: 0.50 and the lightness value of 908830 is 0.38.

The process color (four color CMYK) of #908830 color hex is 0.00, 0.06, 0.67, 0.44. Web safe color of #908830 is #999933. Color #908830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001000 00110000
Octal 220 210 60
Decimal 144 136 48
Hex 90 88 30

RGB Percentages of Color #908830

%43.90
%41.46
%14.63

CMYK Percentages of Color #908830

%0
%6
%67
%44

Triadic Colors of #908830

#908830 #309088 #883090

Analogous Colors of #908830

#908830 #689030 #905830

Monochromatic Colors of #908830

#908830

Complementary Color

#908830 #303890

#908830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#908830 Color CSS Codes

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

#908830 Text Font Color

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

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


#908830 Background Color

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

This div background color is #908830


#908830 Border Color

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

This div border color is #908830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908830


Comments

No comments written yet.

Please login to write comment.