Color Hex Logo

#074632 Color Hex

#074632
(7,70,50)
1 Favorites   0 Comments

Color spaces of #074632

RGB 77050
HSL0.450.820.15
HSV161°90°27°
CMYK 0.900.000.29   0.73
XYZ2.85354.65583.7659
Yxy4.65580.25310.4129
Hunter Lab21.5773-14.15454.7562
CIE-Lab25.7307-24.47436.7868

#074632 color RGB value is (7,70,50).

#074632 hex color red value is 7, green value is 70 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #074632 hue: 0.45 , saturation: 0.82 and the lightness value of 074632 is 0.15.

The process color (four color CMYK) of #074632 color hex is 0.90, 0.00, 0.29, 0.73. Web safe color of #074632 is #003333. Color #074632 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000110 00110010
Octal 7 106 62
Decimal 7 70 50
Hex 7 46 32

RGB Percentages of Color #074632

%5.51
%55.12
%39.37

CMYK Percentages of Color #074632

%90
%0
%29
%73

Triadic Colors of #074632

#074632 #320746 #463207

Analogous Colors of #074632

#074632 #073b46 #074613

Monochromatic Colors of #074632

#074632

Complementary Color

#074632 #46071b

#074632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074632 Color CSS Codes

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

#074632 Text Font Color

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

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


#074632 Background Color

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

This div background color is #074632


#074632 Border Color

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

This div border color is #074632


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,70,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #074632; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #074632;
  -webkit-box-shadow: 1px 1px 3px 2px #074632;
  box-shadow:         1px 1px 3px 2px #074632; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,70,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074632


Comments

No comments written yet.

Please login to write comment.