Color Hex Logo

#074a41 Color Hex

#074A41
(7,74,65)
0 Favorites   0 Comments

Color spaces of #074a41

RGB 77465
HSL0.480.830.16
HSV172°91°29°
CMYK 0.910.000.12   0.71
XYZ3.49055.32445.8448
Yxy5.32440.23810.3632
Hunter Lab23.0747-13.37901.1341
CIE-Lab27.6397-21.9064-0.2046

#074a41 color RGB value is (7,74,65).

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

The process color (four color CMYK) of #074a41 color hex is 0.91, 0.00, 0.12, 0.71. Web safe color of #074a41 is #003333. Color #074a41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001010 01000001
Octal 7 112 101
Decimal 7 74 65
Hex 7 4A 41

RGB Percentages of Color #074a41

%4.79
%50.68
%44.52

CMYK Percentages of Color #074a41

%91
%0
%12
%71

Triadic Colors of #074a41

#074a41 #41074a #4a4107

Analogous Colors of #074a41

#074a41 #07324a #074a20

Monochromatic Colors of #074a41

#074a41

Complementary Color

#074a41 #4a0710

#074a41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074a41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074a41 Color CSS Codes

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

#074a41 Text Font Color

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

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


#074a41 Background Color

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

This div background color is #074a41


#074a41 Border Color

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

This div border color is #074a41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,74,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #074a41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #074a41;
  -webkit-box-shadow: 1px 1px 3px 2px #074a41;
  box-shadow:         1px 1px 3px 2px #074a41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074a41


Comments

No comments written yet.

Please login to write comment.