COLOR #276F62

HEX: #276F62
RGB: (39,111,98)

Color info

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

RGB color model

#276F62 color RGB value is (39,111,98).

  • red value is 39;
  • green value is 111;
  • blue value is 98.
RGB:
(39,111,98)
(15%,44%,38%)

RGB channels and saturation

R 39 of 255 = 15%
G 111 of 255 = 44%
B 98 of 255 = 38%

39
111
98

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

Portions of RGB colors in percentages

R + G + B =
39 + 111 + 98 = 248 (100%)
R 39 of 248 ~ 15.73%
G 111 of 248 ~ 44.76%
B 98 of 248 ~ 39.52%

%15.73
%44.76
%39.52

CMYK color model

#276F62 color CMYK value is (65,0,12,56).

  • cyan value is 64.86%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 56.47%
CMYK:
(65,0,12,56)
C65M0Y12K56 
(65%,0%,12%,56%)
(0.65/0.00/0.12/0.56)	

CMYK percentages

%64.86
%0
%11.71
%56.47

Codes

Color #276F62 in popluar color models

276F62
RGB3911198
HSL169°48.00%29.41%
HSB/HSV169°64.86%43.53%
CMYK64.86%0.00%11.71%
56.47%

Color #276F62 in popluar number systems.

HEX276F62
Decimal3911198
Binary10011111011111100010
Octal47157142

Shades and tints

Shades of #276F62

#276F62
(39,111,98)
#24655A
(36,101,90)
#215B52
(33,91,82)
#1E514A
(30,81,74)
#1B4742
(27,71,66)
#183D3A
(24,61,58)
#153332
(21,51,50)
#12292A
(18,41,42)
#0F1F22
(15,31,34)
#0C151A
(12,21,26)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #276F62

#276F62
(39,111,98)
#3A7C70
(58,124,112)
#4D897E
(77,137,126)
#60968C
(96,150,140)
#73A39A
(115,163,154)
#86B0A8
(134,176,168)
#99BDB6
(153,189,182)
#ACCAC4
(172,202,196)
#BFD7D2
(191,215,210)
#D2E4E0
(210,228,224)
#E5F1EE
(229,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276F62 color. Also use rgb(39,111,98) instead hex code.

Text Font Color

.myTextColor { color: #276F62; }

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

This text font color is #276F62.


Background Color

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

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

This div background color is #276F62.


Border color

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

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

This div border color is #276F62.


Opacity

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

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

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

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

This text has shadow with #276F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276F62 on black background.


Color preview on white background

This text has color #276F62 on white background.



Black color preview on #276F62 background

This text has black color on #276F62 background.


White color preview on #276F62 background

This text has white color on #276F62 background.