COLOR #036460

HEX: #036460 RGB: (3,100,96)

Color info

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

RGB color model

#036460 color RGB value is (3,100,96).

RGB: (3,100,96) (1%, 39%, 38%)

RGB channels and saturation

R 3 of 255 = 1%
G 100 of 255 = 39%
B 96 of 255 = 38%

3
100
96

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

Portions of RGB colors in percentages

R + G + B = 3 + 100 + 96 = 199 (100%)
R 3 of 199 ~ 1.51%
G 100 of 199 ~ 50.25%
B 96 of 199 ~ 48.24'%

%50.25
%48.24

CMYK color model

#036460 color CMYK value is (97,0,4,61).

  • cyan value is 97.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 60.78%

CMYK: (97,0,4,61)
C97M0Y4K61 (97%, 0%, 4%, 61%)
(0.97 / 0.00 / 0.04 / 0.61)

CMYK percentages

%97
%0
%4
%60.78

Codes

Color #036460 in popluar color models

03 64 60
RGB 3 100 96
HSL 178° 94.17% 20.20%
HSB/HSV 178° 97.00% 39.22%
CMYK 97.00% 0.00% 4.00%
60.78%

Color #036460 in popluar number systems.

HEX 03 64 60
Decimal 3 100 96
Binary 11 1100100 1100000
Octal 3 144 140

Shades and tints

Shades of #036460

#036460
(3,100,96)
#035B58
(3,91,88)
#035250
(3,82,80)
#034948
(3,73,72)
#034040
(3,64,64)
#033738
(3,55,56)
#032E30
(3,46,48)
#032528
(3,37,40)
#031C20
(3,28,32)
#031318
(3,19,24)
#030A10
(3,10,16)
#000000
(0,0,0)

Tints of #036460

#036460
(3,100,96)
#19726E
(25,114,110)
#2F807C
(47,128,124)
#458E8A
(69,142,138)
#5B9C98
(91,156,152)
#71AAA6
(113,170,166)
#87B8B4
(135,184,180)
#9DC6C2
(157,198,194)
#B3D4D0
(179,212,208)
#C9E2DE
(201,226,222)
#DFF0EC
(223,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #036460 color. Also use rgb(3,100,96) instead hex code.

Text Font Color

.myTextColor { color: #036460; }

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

This text font color is #036460.

Background Color

.myBgColor { background-color: #036460; }

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

This div background color is #036460.

Border color

.myBorderColor { border: 1px solid #036460; }

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

This div border color is #036460.

Opacity

.myOpacity80 { color: #036460; opacity: 0.8; }

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

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

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

This text has shadow with #036460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #036460.

Preview

Color preview on black background

This text has color #036460 on black background.


Color preview on white background

This text has color #036460 on white background.


Black color preview on #036460 background

This text has black color on #036460 background.


White color preview on #036460 background

This text has white color on #036460 background.


Related colors

Complementary color

Complementary color for #hex is #FC9B9F.


I love getcolorcode.com

Triadic colors

1 #600364 and #646003 with #036460 are triadic colors.

2 #606403 and #640360 with #036460 are triadic colors.