COLOR #276678

HEX: #276678
RGB: (39,102,120)

Color info

#276678 contains mainly green and blue colors. Web safe color of #276678 is #336666 (or #366).

RGB color model

#276678 color RGB value is (39,102,120).

  • red value is 39;
  • green value is 102;
  • blue value is 120.
RGB:
(39,102,120)
(15%,40%,47%)

RGB channels and saturation

R 39 of 255 = 15%
G 102 of 255 = 40%
B 120 of 255 = 47%

39
102
120

R + G + B ~ 34%. #276678 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 102 + 120 = 261 (100%)
R 39 of 261 ~ 14.94%
G 102 of 261 ~ 39.08%
B 120 of 261 ~ 45.98%

%14.94
%39.08
%45.98

CMYK color model

#276678 color CMYK value is (68,15,0,53).

  • cyan value is 67.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(68,15,0,53)
C68M15Y0K53 
(68%,15%,0%,53%)
(0.68/0.15/0.00/0.53)	

CMYK percentages

%67.5
%15
%0
%52.94

Codes

Color #276678 in popluar color models

276678
RGB39102120
HSL193°50.94%31.18%
HSB/HSV193°67.50%47.06%
CMYK67.50%15.00%0.00%
52.94%

Color #276678 in popluar number systems.

HEX276678
Decimal39102120
Binary10011111001101111000
Octal47146170

Shades and tints

Shades of #276678

#276678
(39,102,120)
#245D6E
(36,93,110)
#215464
(33,84,100)
#1E4B5A
(30,75,90)
#1B4250
(27,66,80)
#183946
(24,57,70)
#15303C
(21,48,60)
#122732
(18,39,50)
#0F1E28
(15,30,40)
#0C151E
(12,21,30)
#090C14
(9,12,20)
#000000
(0,0,0)

Tints of #276678

#276678
(39,102,120)
#3A7384
(58,115,132)
#4D8090
(77,128,144)
#608D9C
(96,141,156)
#739AA8
(115,154,168)
#86A7B4
(134,167,180)
#99B4C0
(153,180,192)
#ACC1CC
(172,193,204)
#BFCED8
(191,206,216)
#D2DBE4
(210,219,228)
#E5E8F0
(229,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276678 color. Also use rgb(39,102,120) instead hex code.

Text Font Color

.myTextColor { color: #276678; }

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

This text font color is #276678.


Background Color

.myBgColor { background-color: #276678; }

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

This div background color is #276678.


Border color

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

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

This div border color is #276678.


Opacity

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

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

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

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

This text has shadow with #276678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276678 on black background.


Color preview on white background

This text has color #276678 on white background.



Black color preview on #276678 background

This text has black color on #276678 background.


White color preview on #276678 background

This text has white color on #276678 background.