Color Hex Logo

#819360 Color Hex

#819360
(129,147,96)
0 Favorites   0 Comments

Color spaces of #819360

RGB 12914796
HSL0.230.210.48
HSV81°35°58°
CMYK 0.120.000.35   0.42
XYZ21.598326.379115.0197
Yxy26.37910.34280.4187
Hunter Lab51.3606-14.817718.6139
CIE-Lab58.3952-15.553724.9286

#819360 color RGB value is (129,147,96).

#819360 hex color red value is 129, green value is 147 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #819360 hue: 0.23 , saturation: 0.21 and the lightness value of 819360 is 0.48.

The process color (four color CMYK) of #819360 color hex is 0.12, 0.00, 0.35, 0.42. Web safe color of #819360 is #999966. Color #819360 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10010011 01100000
Octal 201 223 140
Decimal 129 147 96
Hex 81 93 60

RGB Percentages of Color #819360

%34.68
%39.52
%25.81

CMYK Percentages of Color #819360

%12
%0
%35
%42

Triadic Colors of #819360

#819360 #608193 #936081

Analogous Colors of #819360

#819360 #689360 #938c60

Monochromatic Colors of #819360

#819360

Complementary Color

#819360 #726093

#819360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#819360 Color CSS Codes

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

#819360 Text Font Color

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

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


#819360 Background Color

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

This div background color is #819360


#819360 Border Color

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

This div border color is #819360


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,147,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819360; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819360;
  -webkit-box-shadow: 1px 1px 3px 2px #819360;
  box-shadow:         1px 1px 3px 2px #819360; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,147,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819360


Comments

No comments written yet.

Please login to write comment.