Color Hex Logo

#074d3b Color Hex

#074D3B
(7,77,59)
0 Favorites   0 Comments

Color spaces of #074d3b

RGB 77759
HSL0.460.830.16
HSV165°91°30°
CMYK 0.910.000.23   0.70
XYZ3.53095.66875.0457
Yxy5.66870.24790.3979
Hunter Lab23.8090-15.19414.1014
CIE-Lab28.5607-25.23784.9915

#074d3b color RGB value is (7,77,59).

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

The process color (four color CMYK) of #074d3b color hex is 0.91, 0.00, 0.23, 0.70. Web safe color of #074d3b is #006633. Color #074d3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001101 00111011
Octal 7 115 73
Decimal 7 77 59
Hex 7 4D 3B

RGB Percentages of Color #074d3b

%4.90
%53.85
%41.26

CMYK Percentages of Color #074d3b

%91
%0
%23
%70

Triadic Colors of #074d3b

#074d3b #3b074d #4d3b07

Analogous Colors of #074d3b

#074d3b #073c4d #074d18

Monochromatic Colors of #074d3b

#074d3b

Complementary Color

#074d3b #4d0719

#074d3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074d3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#074d3b Color CSS Codes

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

#074d3b Text Font Color

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

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


#074d3b Background Color

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

This div background color is #074d3b


#074d3b Border Color

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

This div border color is #074d3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074d3b


Comments

No comments written yet.

Please login to write comment.