Color Hex Logo

#7d9035 Color Hex

#7D9035
(125,144,53)
0 Favorites   0 Comments

Color spaces of #7d9035

RGB 12514453
HSL0.200.460.39
HSV73°63°56°
CMYK 0.130.000.63   0.44
XYZ19.073324.56357.1041
Yxy24.56350.37590.4841
Hunter Lab49.5616-18.038726.1945
CIE-Lab56.6476-20.407344.7390

#7d9035 color RGB value is (125,144,53).

#7d9035 hex color red value is 125, green value is 144 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #7d9035 hue: 0.20 , saturation: 0.46 and the lightness value of 7d9035 is 0.39.

The process color (four color CMYK) of #7d9035 color hex is 0.13, 0.00, 0.63, 0.44. Web safe color of #7d9035 is #669933. Color #7d9035 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10010000 00110101
Octal 175 220 65
Decimal 125 144 53
Hex 7D 90 35

RGB Percentages of Color #7d9035

%38.82
%44.72
%16.46

CMYK Percentages of Color #7d9035

%13
%0
%63
%44

Triadic Colors of #7d9035

#7d9035 #357d90 #90357d

Analogous Colors of #7d9035

#7d9035 #509035 #907635

Monochromatic Colors of #7d9035

#7d9035

Complementary Color

#7d9035 #483590

#7d9035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d9035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d9035 Color CSS Codes

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

#7d9035 Text Font Color

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

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


#7d9035 Background Color

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

This div background color is #7d9035


#7d9035 Border Color

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

This div border color is #7d9035


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,144,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 #7d9035">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d9035


Comments

No comments written yet.

Please login to write comment.