COLOR #276E63

HEX: #276E63
RGB: (39,110,99)

Color info

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

RGB color model

#276E63 color RGB value is (39,110,99).

  • red value is 39;
  • green value is 110;
  • blue value is 99.
RGB:
(39,110,99)
(15%,43%,39%)

RGB channels and saturation

R 39 of 255 = 15%
G 110 of 255 = 43%
B 99 of 255 = 39%

39
110
99

R + G + B ~ 32%. #276E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 110 + 99 = 248 (100%)
R 39 of 248 ~ 15.73%
G 110 of 248 ~ 44.35%
B 99 of 248 ~ 39.92%

%15.73
%44.35
%39.92

CMYK color model

#276E63 color CMYK value is (65,0,10,57).

  • cyan value is 64.55%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 56.86%
CMYK:
(65,0,10,57)
C65M0Y10K57 
(65%,0%,10%,57%)
(0.65/0.00/0.10/0.57)	

CMYK percentages

%64.55
%0
%10
%56.86

Codes

Color #276E63 in popluar color models

276E63
RGB3911099
HSL171°47.65%29.22%
HSB/HSV171°64.55%43.14%
CMYK64.55%0.00%10.00%
56.86%

Color #276E63 in popluar number systems.

HEX276E63
Decimal3911099
Binary10011111011101100011
Octal47156143

Shades and tints

Shades of #276E63

#276E63
(39,110,99)
#24645A
(36,100,90)
#215A51
(33,90,81)
#1E5048
(30,80,72)
#1B463F
(27,70,63)
#183C36
(24,60,54)
#15322D
(21,50,45)
#122824
(18,40,36)
#0F1E1B
(15,30,27)
#0C1412
(12,20,18)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #276E63

#276E63
(39,110,99)
#3A7B71
(58,123,113)
#4D887F
(77,136,127)
#60958D
(96,149,141)
#73A29B
(115,162,155)
#86AFA9
(134,175,169)
#99BCB7
(153,188,183)
#ACC9C5
(172,201,197)
#BFD6D3
(191,214,211)
#D2E3E1
(210,227,225)
#E5F0EF
(229,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276E63 color. Also use rgb(39,110,99) instead hex code.

Text Font Color

.myTextColor { color: #276E63; }

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

This text font color is #276E63.


Background Color

.myBgColor { background-color: #276E63; }

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

This div background color is #276E63.


Border color

.myBorderColor { border: 1px solid #276E63; }

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

This div border color is #276E63.


Opacity

.myOpacity80 { color: #276E63; opacity: 0.8; }

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

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

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

This text has shadow with #276E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276E63 on black background.


Color preview on white background

This text has color #276E63 on white background.



Black color preview on #276E63 background

This text has black color on #276E63 background.


White color preview on #276E63 background

This text has white color on #276E63 background.