Color Hex Logo

#727300 Color Hex

#727300
(114,115,0)
0 Favorites   0 Comments

Color spaces of #727300

RGB 1141150
HSL0.171.000.23
HSV61°100°45°
CMYK 0.010.001.00   0.55
XYZ13.070215.83892.3683
Yxy15.83890.41790.5064
Hunter Lab39.7981-11.025124.3305
CIE-Lab46.7624-12.449552.3826

#727300 color RGB value is (114,115,0).

#727300 hex color red value is 114, green value is 115 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #727300 hue: 0.17 , saturation: 1.00 and the lightness value of 727300 is 0.23.

The process color (four color CMYK) of #727300 color hex is 0.01, 0.00, 1.00, 0.55. Web safe color of #727300 is #666600. Color #727300 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110011 00000000
Octal 162 163 0
Decimal 114 115 0
Hex 72 73 0

RGB Percentages of Color #727300

%49.78
%50.22
%0.00

CMYK Percentages of Color #727300

%1
%0
%100
%55

Triadic Colors of #727300

#727300 #007273 #730072

Analogous Colors of #727300

#727300 #387300 #733b00

Monochromatic Colors of #727300

#727300

Complementary Color

#727300 #010073

#727300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727300 Color CSS Codes

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

#727300 Text Font Color

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

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


#727300 Background Color

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

This div background color is #727300


#727300 Border Color

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

This div border color is #727300


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,115,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #727300; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #727300;
  -webkit-box-shadow: 1px 1px 3px 2px #727300;
  box-shadow:         1px 1px 3px 2px #727300; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,115,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727300


Comments

No comments written yet.

Please login to write comment.