COLOR #276660

HEX: #276660
RGB: (39,102,96)

Color info

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

RGB color model

#276660 color RGB value is (39,102,96).

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

RGB channels and saturation

R 39 of 255 = 15%
G 102 of 255 = 40%
B 96 of 255 = 38%

39
102
96

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

Portions of RGB colors in percentages

R + G + B =
39 + 102 + 96 = 237 (100%)
R 39 of 237 ~ 16.46%
G 102 of 237 ~ 43.04%
B 96 of 237 ~ 40.51%

%16.46
%43.04
%40.51

CMYK color model

#276660 color CMYK value is (62,0,6,60).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 60.00%
CMYK:
(62,0,6,60)
C62M0Y6K60 
(62%,0%,6%,60%)
(0.62/0.00/0.06/0.60)	

CMYK percentages

%61.76
%0
%5.88
%60

Codes

Color #276660 in popluar color models

276660
RGB3910296
HSL174°44.68%27.65%
HSB/HSV174°61.76%40.00%
CMYK61.76%0.00%5.88%
60.00%

Color #276660 in popluar number systems.

HEX276660
Decimal3910296
Binary10011111001101100000
Octal47146140

Shades and tints

Shades of #276660

#276660
(39,102,96)
#245D58
(36,93,88)
#215450
(33,84,80)
#1E4B48
(30,75,72)
#1B4240
(27,66,64)
#183938
(24,57,56)
#153030
(21,48,48)
#122728
(18,39,40)
#0F1E20
(15,30,32)
#0C1518
(12,21,24)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #276660

#276660
(39,102,96)
#3A736E
(58,115,110)
#4D807C
(77,128,124)
#608D8A
(96,141,138)
#739A98
(115,154,152)
#86A7A6
(134,167,166)
#99B4B4
(153,180,180)
#ACC1C2
(172,193,194)
#BFCED0
(191,206,208)
#D2DBDE
(210,219,222)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276660; }

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

This text font color is #276660.


Background Color

.myBgColor { background-color: #276660; }

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

This div background color is #276660.


Border color

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

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

This div border color is #276660.


Opacity

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

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

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

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

This text has shadow with #276660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276660 on black background.


Color preview on white background

This text has color #276660 on white background.



Black color preview on #276660 background

This text has black color on #276660 background.


White color preview on #276660 background

This text has white color on #276660 background.