COLOR #036982

HEX: #036982
RGB: (3,105,130)

Color info

#036982 contains mainly green and blue colors. Web safe color of #036982 is #006699 (or #069).

RGB color model

#036982 color RGB value is (3,105,130).

  • red value is 3;
  • green value is 105;
  • blue value is 130.
RGB:
(3,105,130)
(1%,41%,51%)

RGB channels and saturation

R 3 of 255 = 1%
G 105 of 255 = 41%
B 130 of 255 = 51%

3
105
130

R + G + B ~ 31%. #036982 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 105 + 130 = 238 (100%)
R 3 of 238 ~ 1.26%
G 105 of 238 ~ 44.12%
B 130 of 238 ~ 54.62%

%44.12
%54.62

CMYK color model

#036982 color CMYK value is (98,19,0,49).

  • cyan value is 97.69%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(98,19,0,49)
C98M19Y0K49 
(98%,19%,0%,49%)
(0.98/0.19/0.00/0.49)	

CMYK percentages

%97.69
%19.23
%0
%49.02

Codes

Color #036982 in popluar color models

036982
RGB3105130
HSL192°95.49%26.08%
HSB/HSV192°97.69%50.98%
CMYK97.69%19.23%0.00%
49.02%

Color #036982 in popluar number systems.

HEX036982
Decimal3105130
Binary11110100110000010
Octal3151202

Shades and tints

Shades of #036982

#036982
(3,105,130)
#036077
(3,96,119)
#03576C
(3,87,108)
#034E61
(3,78,97)
#034556
(3,69,86)
#033C4B
(3,60,75)
#033340
(3,51,64)
#032A35
(3,42,53)
#03212A
(3,33,42)
#03181F
(3,24,31)
#030F14
(3,15,20)
#000000
(0,0,0)

Tints of #036982

#036982
(3,105,130)
#19768D
(25,118,141)
#2F8398
(47,131,152)
#4590A3
(69,144,163)
#5B9DAE
(91,157,174)
#71AAB9
(113,170,185)
#87B7C4
(135,183,196)
#9DC4CF
(157,196,207)
#B3D1DA
(179,209,218)
#C9DEE5
(201,222,229)
#DFEBF0
(223,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #036982 color. Also use rgb(3,105,130) instead hex code.

Text Font Color

.myTextColor { color: #036982; }

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

This text font color is #036982.


Background Color

.myBgColor { background-color: #036982; }

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

This div background color is #036982.


Border color

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

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

This div border color is #036982.


Opacity

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

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

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

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

This text has shadow with #036982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #036982 on black background.


Color preview on white background

This text has color #036982 on white background.



Black color preview on #036982 background

This text has black color on #036982 background.


White color preview on #036982 background

This text has white color on #036982 background.