COLOR #03684E

HEX: #03684E
RGB: (3,104,78)

Color info

#03684E contains mainly green and blue colors. Web safe color of #03684E is #006666 (or #066).

RGB color model

#03684E color RGB value is (3,104,78).

  • red value is 3;
  • green value is 104;
  • blue value is 78.
RGB:
(3,104,78)
(1%,41%,31%)

RGB channels and saturation

R 3 of 255 = 1%
G 104 of 255 = 41%
B 78 of 255 = 31%

3
104
78

R + G + B ~ 24%. #03684E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 104 + 78 = 185 (100%)
R 3 of 185 ~ 1.62%
G 104 of 185 ~ 56.22%
B 78 of 185 ~ 42.16%

%56.22
%42.16

CMYK color model

#03684E color CMYK value is (97,0,25,59).

  • cyan value is 97.12%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(97,0,25,59)
C97M0Y25K59 
(97%,0%,25%,59%)
(0.97/0.00/0.25/0.59)	

CMYK percentages

%97.12
%0
%25
%59.22

Codes

Color #03684E in popluar color models

03684E
RGB310478
HSL165°94.39%20.98%
HSB/HSV165°97.12%40.78%
CMYK97.12%0.00%25.00%
59.22%

Color #03684E in popluar number systems.

HEX03684E
Decimal310478
Binary1111010001001110
Octal3150116

Shades and tints

Shades of #03684E

#03684E
(3,104,78)
#035F47
(3,95,71)
#035640
(3,86,64)
#034D39
(3,77,57)
#034432
(3,68,50)
#033B2B
(3,59,43)
#033224
(3,50,36)
#03291D
(3,41,29)
#032016
(3,32,22)
#03170F
(3,23,15)
#030E08
(3,14,8)
#000000
(0,0,0)

Tints of #03684E

#03684E
(3,104,78)
#19755E
(25,117,94)
#2F826E
(47,130,110)
#458F7E
(69,143,126)
#5B9C8E
(91,156,142)
#71A99E
(113,169,158)
#87B6AE
(135,182,174)
#9DC3BE
(157,195,190)
#B3D0CE
(179,208,206)
#C9DDDE
(201,221,222)
#DFEAEE
(223,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03684E color. Also use rgb(3,104,78) instead hex code.

Text Font Color

.myTextColor { color: #03684E; }

<p style="color:#03684E">This sample text font color is #03684E.</p>

This text font color is #03684E.


Background Color

.myBgColor { background-color: #03684E; }

<div style="background-color:#03684E">Inner text</div>

This div background color is #03684E.


Border color

.myBorderColor { border: 1px solid #03684E; }

<div style="border:3px solid #03684E">Div</div>

This div border color is #03684E.


Opacity

.myOpacity80 { color: #03684E; opacity: 0.8; }

<p style="color:#03684E;opacity:0.8;">80%</p>

Text with #03684E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #03684E;}

<p style="text-shadow: 3px 3px 1px #03684E">Text here.</p>

This text has shadow with #03684E color.

.textShadow {text-shadow: 3px 3px 1px #03684E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #03684E, 5px 5px 20px red">Text here.</p>

This text has shadow with #03684E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#03684E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#03684E, Direction=45, Strength=4)">Text</p>

This text has shadow with #03684E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #03684E;
  -webkit-box-shadow:	1px 1px 3px 2px #03684E;
  box-shadow:		1px 1px 3px 2px #03684E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03684E;
-webkit-box-shadow: 1px 1px 3px 2px #03684E;
box-shadow:1px 1px 3px 2px #03684E;">
Div content here</div>
This div box has shadow with color #03684E.

Preview

Color preview on black background

This text has color #03684E on black background.


Color preview on white background

This text has color #03684E on white background.



Black color preview on #03684E background

This text has black color on #03684E background.


White color preview on #03684E background

This text has white color on #03684E background.