Color Hex Logo

#83b379 Color Hex

#83B379
(131,179,121)
0 Favorites   0 Comments

Color spaces of #83b379

RGB 131179121
HSL0.300.280.59
HSV110°32°70°
CMYK 0.270.000.32   0.30
XYZ28.931438.446023.9851
Yxy38.44600.31670.4208
Hunter Lab62.0048-25.220520.4685
CIE-Lab68.3480-27.227824.6397

#83b379 color RGB value is (131,179,121).

#83b379 hex color red value is 131, green value is 179 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #83b379 hue: 0.30 , saturation: 0.28 and the lightness value of 83b379 is 0.59.

The process color (four color CMYK) of #83b379 color hex is 0.27, 0.00, 0.32, 0.30. Web safe color of #83b379 is #99cc66. Color #83b379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10110011 01111001
Octal 203 263 171
Decimal 131 179 121
Hex 83 B3 79

RGB Percentages of Color #83b379

%30.39
%41.53
%28.07

CMYK Percentages of Color #83b379

%27
%0
%32
%30

Triadic Colors of #83b379

#83b379 #7983b3 #b37983

Analogous Colors of #83b379

#83b379 #79b38c #a0b379

Monochromatic Colors of #83b379

#83b379

Complementary Color

#83b379 #a979b3

#83b379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83b379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83b379 Color CSS Codes

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

#83b379 Text Font Color

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

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


#83b379 Background Color

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

This div background color is #83b379


#83b379 Border Color

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

This div border color is #83b379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,179,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83b379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83b379;
  -webkit-box-shadow: 1px 1px 3px 2px #83b379;
  box-shadow:         1px 1px 3px 2px #83b379; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,179,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83b379


Comments

No comments written yet.

Please login to write comment.