Color Hex Logo

#767135 Color Hex

#767135
(118,113,53)
0 Favorites   0 Comments

Color spaces of #767135

RGB 11811353
HSL0.150.380.34
HSV55°55°46°
CMYK 0.000.040.55   0.54
XYZ14.018915.91885.7019
Yxy15.91880.39340.4467
Hunter Lab39.8984-7.103519.4557
CIE-Lab46.8678-6.804733.5672

#767135 color RGB value is (118,113,53).

#767135 hex color red value is 118, green value is 113 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #767135 hue: 0.15 , saturation: 0.38 and the lightness value of 767135 is 0.34.

The process color (four color CMYK) of #767135 color hex is 0.00, 0.04, 0.55, 0.54. Web safe color of #767135 is #666633. Color #767135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 00110101
Octal 166 161 65
Decimal 118 113 53
Hex 76 71 35

RGB Percentages of Color #767135

%41.55
%39.79
%18.66

CMYK Percentages of Color #767135

%0
%4
%55
%54

Triadic Colors of #767135

#767135 #357671 #713576

Analogous Colors of #767135

#767135 #5b7635 #765135

Monochromatic Colors of #767135

#767135

Complementary Color

#767135 #353a76

#767135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767135 Color CSS Codes

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

#767135 Text Font Color

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

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


#767135 Background Color

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

This div background color is #767135


#767135 Border Color

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

This div border color is #767135


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,113,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767135; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767135;
  -webkit-box-shadow: 1px 1px 3px 2px #767135;
  box-shadow:         1px 1px 3px 2px #767135; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767135


Comments

No comments written yet.

Please login to write comment.