Color Hex Logo

#7d9263 Color Hex

#7D9263
(125,146,99)
0 Favorites   0 Comments

Color spaces of #7d9263

RGB 12514699
HSL0.240.190.48
HSV87°32°57°
CMYK 0.140.000.32   0.43
XYZ20.988525.818615.6817
Yxy25.81860.33590.4132
Hunter Lab50.8120-15.189517.2702
CIE-Lab57.8645-16.165222.5172

#7d9263 color RGB value is (125,146,99).

#7d9263 hex color red value is 125, green value is 146 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #7d9263 hue: 0.24 , saturation: 0.19 and the lightness value of 7d9263 is 0.48.

The process color (four color CMYK) of #7d9263 color hex is 0.14, 0.00, 0.32, 0.43. Web safe color of #7d9263 is #669966. Color #7d9263 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10010010 01100011
Octal 175 222 143
Decimal 125 146 99
Hex 7D 92 63

RGB Percentages of Color #7d9263

%33.78
%39.46
%26.76

CMYK Percentages of Color #7d9263

%14
%0
%32
%43

Triadic Colors of #7d9263

#7d9263 #637d92 #92637d

Analogous Colors of #7d9263

#7d9263 #669263 #929063

Monochromatic Colors of #7d9263

#7d9263

Complementary Color

#7d9263 #786392

#7d9263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d9263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d9263 Color CSS Codes

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

#7d9263 Text Font Color

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

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


#7d9263 Background Color

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

This div background color is #7d9263


#7d9263 Border Color

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

This div border color is #7d9263


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,146,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d9263; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d9263;
  -webkit-box-shadow: 1px 1px 3px 2px #7d9263;
  box-shadow:         1px 1px 3px 2px #7d9263; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,146,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d9263


Comments

No comments written yet.

Please login to write comment.