Color Hex Logo

#07663d Color Hex

#07663D
(7,102,61)
0 Favorites   0 Comments

Color spaces of #07663d

RGB 710261
HSL0.430.870.21
HSV154°93°40°
CMYK 0.930.000.40   0.60
XYZ5.68139.88486.0234
Yxy9.88480.26320.4579
Hunter Lab31.4401-22.764810.6491
CIE-Lab37.6349-35.688016.2677

#07663d color RGB value is (7,102,61).

#07663d hex color red value is 7, green value is 102 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #07663d hue: 0.43 , saturation: 0.87 and the lightness value of 07663d is 0.21.

The process color (four color CMYK) of #07663d color hex is 0.93, 0.00, 0.40, 0.60. Web safe color of #07663d is #006633. Color #07663d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100110 00111101
Octal 7 146 75
Decimal 7 102 61
Hex 7 66 3D

RGB Percentages of Color #07663d

%4.12
%60.00
%35.88

CMYK Percentages of Color #07663d

%93
%0
%40
%60

Triadic Colors of #07663d

#07663d #3d0766 #663d07

Analogous Colors of #07663d

#07663d #076066 #07660e

Monochromatic Colors of #07663d

#07663d

Complementary Color

#07663d #660730

#07663d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07663d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07663d Color CSS Codes

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

#07663d Text Font Color

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

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


#07663d Background Color

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

This div background color is #07663d


#07663d Border Color

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

This div border color is #07663d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,102,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07663d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07663d;
  -webkit-box-shadow: 1px 1px 3px 2px #07663d;
  box-shadow:         1px 1px 3px 2px #07663d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07663d


Comments

No comments written yet.

Please login to write comment.