Color Hex Logo

#908246 Color Hex

#908246
(144,130,70)
0 Favorites   0 Comments

Color spaces of #908246

RGB 14413070
HSL0.140.350.42
HSV49°51°56°
CMYK 0.000.100.51   0.44
XYZ20.589722.33689.0206
Yxy22.33680.39640.4300
Hunter Lab47.2618-4.944321.7669
CIE-Lab54.3825-3.083334.1615

#908246 color RGB value is (144,130,70).

#908246 hex color red value is 144, green value is 130 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #908246 hue: 0.14 , saturation: 0.35 and the lightness value of 908246 is 0.42.

The process color (four color CMYK) of #908246 color hex is 0.00, 0.10, 0.51, 0.44. Web safe color of #908246 is #999933. Color #908246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000010 01000110
Octal 220 202 106
Decimal 144 130 70
Hex 90 82 46

RGB Percentages of Color #908246

%41.86
%37.79
%20.35

CMYK Percentages of Color #908246

%0
%10
%51
%44

Triadic Colors of #908246

#908246 #469082 #824690

Analogous Colors of #908246

#908246 #799046 #905d46

Monochromatic Colors of #908246

#908246

Complementary Color

#908246 #465490

#908246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#908246 Color CSS Codes

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

#908246 Text Font Color

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

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


#908246 Background Color

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

This div background color is #908246


#908246 Border Color

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

This div border color is #908246


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,130,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 #908246">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908246


Comments

No comments written yet.

Please login to write comment.