COLOR #036776

HEX: #036776
RGB: (3,103,118)

Color info

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

RGB color model

#036776 color RGB value is (3,103,118).

  • red value is 3;
  • green value is 103;
  • blue value is 118.
RGB:
(3,103,118)
(1%,40%,46%)

RGB channels and saturation

R 3 of 255 = 1%
G 103 of 255 = 40%
B 118 of 255 = 46%

3
103
118

R + G + B ~ 29%. #036776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 103 + 118 = 224 (100%)
R 3 of 224 ~ 1.34%
G 103 of 224 ~ 45.98%
B 118 of 224 ~ 52.68%

%45.98
%52.68

CMYK color model

#036776 color CMYK value is (97,13,0,54).

  • cyan value is 97.46%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(97,13,0,54)
C97M13Y0K54 
(97%,13%,0%,54%)
(0.97/0.13/0.00/0.54)	

CMYK percentages

%97.46
%12.71
%0
%53.73

Codes

Color #036776 in popluar color models

036776
RGB3103118
HSL188°95.04%23.73%
HSB/HSV188°97.46%46.27%
CMYK97.46%12.71%0.00%
53.73%

Color #036776 in popluar number systems.

HEX036776
Decimal3103118
Binary1111001111110110
Octal3147166

Shades and tints

Shades of #036776

#036776
(3,103,118)
#035E6C
(3,94,108)
#035562
(3,85,98)
#034C58
(3,76,88)
#03434E
(3,67,78)
#033A44
(3,58,68)
#03313A
(3,49,58)
#032830
(3,40,48)
#031F26
(3,31,38)
#03161C
(3,22,28)
#030D12
(3,13,18)
#000000
(0,0,0)

Tints of #036776

#036776
(3,103,118)
#197482
(25,116,130)
#2F818E
(47,129,142)
#458E9A
(69,142,154)
#5B9BA6
(91,155,166)
#71A8B2
(113,168,178)
#87B5BE
(135,181,190)
#9DC2CA
(157,194,202)
#B3CFD6
(179,207,214)
#C9DCE2
(201,220,226)
#DFE9EE
(223,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #036776 color. Also use rgb(3,103,118) instead hex code.

Text Font Color

.myTextColor { color: #036776; }

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

This text font color is #036776.


Background Color

.myBgColor { background-color: #036776; }

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

This div background color is #036776.


Border color

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

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

This div border color is #036776.


Opacity

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

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

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

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

This text has shadow with #036776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #036776 on black background.


Color preview on white background

This text has color #036776 on white background.



Black color preview on #036776 background

This text has black color on #036776 background.


White color preview on #036776 background

This text has white color on #036776 background.