Color Hex Logo

#71b033 Color Hex

#71B033
(113,176,51)
0 Favorites   0 Comments

Color spaces of #71b033

RGB 11317651
HSL0.250.550.45
HSV90°71°69°
CMYK 0.360.000.71   0.31
XYZ22.932934.80048.6404
Yxy34.80040.34550.5243
Hunter Lab58.9919-33.844532.6102
CIE-Lab65.5930-40.419354.7324

#71b033 color RGB value is (113,176,51).

#71b033 hex color red value is 113, green value is 176 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #71b033 hue: 0.25 , saturation: 0.55 and the lightness value of 71b033 is 0.45.

The process color (four color CMYK) of #71b033 color hex is 0.36, 0.00, 0.71, 0.31. Web safe color of #71b033 is #669933. Color #71b033 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10110000 00110011
Octal 161 260 63
Decimal 113 176 51
Hex 71 B0 33

RGB Percentages of Color #71b033

%33.24
%51.76
%15.00

CMYK Percentages of Color #71b033

%36
%0
%71
%31

Triadic Colors of #71b033

#71b033 #3371b0 #b03371

Analogous Colors of #71b033

#71b033 #33b034 #b0b033

Monochromatic Colors of #71b033

#71b033

Complementary Color

#71b033 #7233b0

#71b033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71b033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71b033 Color CSS Codes

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

#71b033 Text Font Color

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

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


#71b033 Background Color

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

This div background color is #71b033


#71b033 Border Color

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

This div border color is #71b033


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,176,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71b033; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71b033;
  -webkit-box-shadow: 1px 1px 3px 2px #71b033;
  box-shadow:         1px 1px 3px 2px #71b033; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71b033


Comments

No comments written yet.

Please login to write comment.