Color Hex Logo

#074c28 Color Hex

#074C28
(7,76,40)
0 Favorites   0 Comments

Color spaces of #074c28

RGB 77640
HSL0.410.830.16
HSV149°91°30°
CMYK 0.910.000.47   0.70
XYZ3.05515.36732.8824
Yxy5.36730.27020.4748
Hunter Lab23.1674-17.00418.8406
CIE-Lab27.7566-29.629615.8357

#074c28 color RGB value is (7,76,40).

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

The process color (four color CMYK) of #074c28 color hex is 0.91, 0.00, 0.47, 0.70. Web safe color of #074c28 is #003333. Color #074c28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001100 00101000
Octal 7 114 50
Decimal 7 76 40
Hex 7 4C 28

RGB Percentages of Color #074c28

%5.69
%61.79
%32.52

CMYK Percentages of Color #074c28

%91
%0
%47
%70

Triadic Colors of #074c28

#074c28 #28074c #4c2807

Analogous Colors of #074c28

#074c28 #074c4b #094c07

Monochromatic Colors of #074c28

#074c28

Complementary Color

#074c28 #4c072b

#074c28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074c28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074c28 Color CSS Codes

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

#074c28 Text Font Color

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

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


#074c28 Background Color

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

This div background color is #074c28


#074c28 Border Color

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

This div border color is #074c28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074c28


Comments

No comments written yet.

Please login to write comment.