Color Hex Logo

#76833d Color Hex

#76833D
(118,131,61)
0 Favorites   0 Comments

Color spaces of #76833d

RGB 11813161
HSL0.200.360.38
HSV71°53°51°
CMYK 0.100.000.53   0.49
XYZ16.429820.42117.4906
Yxy20.42110.37050.4605
Hunter Lab45.1897-14.184121.8049
CIE-Lab52.3100-15.912335.8259

#76833d color RGB value is (118,131,61).

#76833d hex color red value is 118, green value is 131 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #76833d hue: 0.20 , saturation: 0.36 and the lightness value of 76833d is 0.38.

The process color (four color CMYK) of #76833d color hex is 0.10, 0.00, 0.53, 0.49. Web safe color of #76833d is #669933. Color #76833d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000011 00111101
Octal 166 203 75
Decimal 118 131 61
Hex 76 83 3D

RGB Percentages of Color #76833d

%38.06
%42.26
%19.68

CMYK Percentages of Color #76833d

%10
%0
%53
%49

Triadic Colors of #76833d

#76833d #3d7683 #833d76

Analogous Colors of #76833d

#76833d #53833d #836d3d

Monochromatic Colors of #76833d

#76833d

Complementary Color

#76833d #4a3d83

#76833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76833d Color CSS Codes

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

#76833d Text Font Color

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

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


#76833d Background Color

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

This div background color is #76833d


#76833d Border Color

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

This div border color is #76833d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,131,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76833d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76833d;
  -webkit-box-shadow: 1px 1px 3px 2px #76833d;
  box-shadow:         1px 1px 3px 2px #76833d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76833d


Comments

No comments written yet.

Please login to write comment.