Color Hex Logo

#03682e Color Hex

#03682E
(3,104,46)
0 Favorites   0 Comments

Color spaces of #03682e

RGB 310446
HSL0.400.940.21
HSV146°97°41°
CMYK 0.970.000.56   0.59
XYZ5.481010.11724.2487
Yxy10.11720.27620.5098
Hunter Lab31.8075-24.904514.3456
CIE-Lab38.0520-39.810725.3568

#03682e color RGB value is (3,104,46).

#03682e hex color red value is 3, green value is 104 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #03682e hue: 0.40 , saturation: 0.94 and the lightness value of 03682e is 0.21.

The process color (four color CMYK) of #03682e color hex is 0.97, 0.00, 0.56, 0.59. Web safe color of #03682e is #006633. Color #03682e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101000 00101110
Octal 3 150 56
Decimal 3 104 46
Hex 3 68 2E

RGB Percentages of Color #03682e

%1.96
%67.97
%30.07

CMYK Percentages of Color #03682e

%97
%0
%56
%59

Triadic Colors of #03682e

#03682e #2e0368 #682e03

Analogous Colors of #03682e

#03682e #036861 #0b6803

Monochromatic Colors of #03682e

#03682e

Complementary Color

#03682e #68033d

#03682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03682e Color CSS Codes

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

#03682e Text Font Color

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

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


#03682e Background Color

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

This div background color is #03682e


#03682e Border Color

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

This div border color is #03682e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,104,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03682e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03682e;
  -webkit-box-shadow: 1px 1px 3px 2px #03682e;
  box-shadow:         1px 1px 3px 2px #03682e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,104,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03682e


Comments

No comments written yet.

Please login to write comment.