Color Hex Logo

#807230 Color Hex

#807230
(128,114,48)
0 Favorites   0 Comments

Color spaces of #807230

RGB 12811448
HSL0.140.450.35
HSV50°63°50°
CMYK 0.000.110.63   0.50
XYZ15.452916.83725.2318
Yxy16.83720.41180.4487
Hunter Lab41.0332-4.585721.1636
CIE-Lab48.0542-3.202037.7284

#807230 color RGB value is (128,114,48).

#807230 hex color red value is 128, green value is 114 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #807230 hue: 0.14 , saturation: 0.45 and the lightness value of 807230 is 0.35.

The process color (four color CMYK) of #807230 color hex is 0.00, 0.11, 0.63, 0.50. Web safe color of #807230 is #996633. Color #807230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110010 00110000
Octal 200 162 60
Decimal 128 114 48
Hex 80 72 30

RGB Percentages of Color #807230

%44.14
%39.31
%16.55

CMYK Percentages of Color #807230

%0
%11
%63
%50

Triadic Colors of #807230

#807230 #308072 #723080

Analogous Colors of #807230

#807230 #668030 #804a30

Monochromatic Colors of #807230

#807230

Complementary Color

#807230 #303e80

#807230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807230 Color CSS Codes

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

#807230 Text Font Color

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

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


#807230 Background Color

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

This div background color is #807230


#807230 Border Color

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

This div border color is #807230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807230


Comments

No comments written yet.

Please login to write comment.