COLOR #03685F

HEX: #03685F RGB: (3,104,95)

Color info

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

RGB color model

#03685F color RGB value is (3,104,95).

RGB: (3,104,95) (1%, 41%, 37%)

RGB channels and saturation

R 3 of 255 = 1%
G 104 of 255 = 41%
B 95 of 255 = 37%

3
104
95

R + G + B ~ 26%. #03685F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 104 + 95 = 202 (100%)
R 3 of 202 ~ 1.49%
G 104 of 202 ~ 51.49%
B 95 of 202 ~ 47.03'%

%51.49
%47.03

CMYK color model

#03685F color CMYK value is (97,0,9,59).

  • cyan value is 97.12%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%
CMYK: (97,0,9,59) C97M0Y9K59 (97%,0%,9%,59%) (0.97/0.00/0.09/0.59) 

CMYK percentages

%97.12
%0
%8.65
%59.22

Codes

Color #03685F in popluar color models

03 68 5F
RGB 3 104 95
HSL 175° 94.39% 20.98%
HSB/HSV 175° 97.12% 40.78%
CMYK 97.12% 0.00% 8.65%
59.22%

Color #03685F in popluar number systems.

HEX 03 68 5F
Decimal 3 104 95
Binary 11 1101000 1011111
Octal 3 150 137

Shades and tints

Shades of #03685F

#03685F
(3,104,95)
#035F57
(3,95,87)
#03564F
(3,86,79)
#034D47
(3,77,71)
#03443F
(3,68,63)
#033B37
(3,59,55)
#03322F
(3,50,47)
#032927
(3,41,39)
#03201F
(3,32,31)
#031717
(3,23,23)
#030E0F
(3,14,15)
#000000
(0,0,0)

Tints of #03685F

#03685F
(3,104,95)
#19756D
(25,117,109)
#2F827B
(47,130,123)
#458F89
(69,143,137)
#5B9C97
(91,156,151)
#71A9A5
(113,169,165)
#87B6B3
(135,182,179)
#9DC3C1
(157,195,193)
#B3D0CF
(179,208,207)
#C9DDDD
(201,221,221)
#DFEAEB
(223,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03685F color. Also use rgb(3,104,95) instead hex code.

Text Font Color

.myTextColor { color: #03685F; }

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

This text font color is #03685F.

Background Color

.myBgColor { background-color: #03685F; }

<div style="background-color:#03685F">Inner text</div>

This div background color is #03685F.

Border color

.myBorderColor { border: 1px solid #03685F; }

<div style="border:3px solid #03685F">Div</div>

This div border color is #03685F.

Opacity

.myOpacity80 { color: #03685F; opacity: 0.8; }

<p style="color:#03685F;opacity:0.8;">80%</p>

Text with #03685F 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 #03685F;}

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

This text has shadow with #03685F color.


.textShadow {text-shadow: 3px 3px 1px #03685F', 3px 3px 1px red;}

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

This text has shadow with #03685F primary color and red secondary color.


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

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

This text has shadow with #03685F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03685F; -webkit-box-shadow: 1px 1px 3px 2px #03685F; box-shadow:1px 1px 3px 2px #03685F;">
Div content here
</div>

This div box has shadow with color #03685F.

Preview

Color preview on black background

This text has color #03685F on black background.


Color preview on white background

This text has color #03685F on white background.


Black color preview on #03685F background

This text has black color on #03685F background.


White color preview on #03685F background

This text has white color on #03685F background.


Related colors

Complementary color

Complementary color for #hex is #FC97A0.


I love getcolorcode.com

Triadic colors

1 #5F0368 and #685F03 with #03685F are triadic colors.

2 #5F6803 and #68035F with #03685F are triadic colors.