Color Hex Logo

#074943 Color Hex

#074943
(7,73,67)
0 Favorites   0 Comments

Color spaces of #074943

RGB 77367
HSL0.480.830.16
HSV175°90°29°
CMYK 0.900.000.08   0.71
XYZ3.48335.21556.1333
Yxy5.21550.23480.3516
Hunter Lab22.8375-12.73970.0631
CIE-Lab27.3401-20.7295-1.9426

#074943 color RGB value is (7,73,67).

#074943 hex color red value is 7, green value is 73 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #074943 hue: 0.48 , saturation: 0.83 and the lightness value of 074943 is 0.16.

The process color (four color CMYK) of #074943 color hex is 0.90, 0.00, 0.08, 0.71. Web safe color of #074943 is #003333. Color #074943 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001001 01000011
Octal 7 111 103
Decimal 7 73 67
Hex 7 49 43

RGB Percentages of Color #074943

%4.76
%49.66
%45.58

CMYK Percentages of Color #074943

%90
%0
%8
%71

Triadic Colors of #074943

#074943 #430749 #494307

Analogous Colors of #074943

#074943 #072e49 #074922

Monochromatic Colors of #074943

#074943

Complementary Color

#074943 #49070d

#074943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074943 Color CSS Codes

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

#074943 Text Font Color

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

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


#074943 Background Color

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

This div background color is #074943


#074943 Border Color

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

This div border color is #074943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074943


Comments

No comments written yet.

Please login to write comment.