COLOR #276F70

HEX: #276F70
RGB: (39,111,112)

Color info

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

RGB color model

#276F70 color RGB value is (39,111,112).

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

RGB channels and saturation

R 39 of 255 = 15%
G 111 of 255 = 44%
B 112 of 255 = 44%

39
111
112

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

Portions of RGB colors in percentages

R + G + B =
39 + 111 + 112 = 262 (100%)
R 39 of 262 ~ 14.89%
G 111 of 262 ~ 42.37%
B 112 of 262 ~ 42.75%

%14.89
%42.37
%42.75

CMYK color model

#276F70 color CMYK value is (65,1,0,56).

  • cyan value is 65.18%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(65,1,0,56)
C65M1Y0K56 
(65%,1%,0%,56%)
(0.65/0.01/0.00/0.56)	

CMYK percentages

%65.18
%0.89
%0
%56.08

Codes

Color #276F70 in popluar color models

276F70
RGB39111112
HSL181°48.34%29.61%
HSB/HSV181°65.18%43.92%
CMYK65.18%0.89%0.00%
56.08%

Color #276F70 in popluar number systems.

HEX276F70
Decimal39111112
Binary10011111011111110000
Octal47157160

Shades and tints

Shades of #276F70

#276F70
(39,111,112)
#246566
(36,101,102)
#215B5C
(33,91,92)
#1E5152
(30,81,82)
#1B4748
(27,71,72)
#183D3E
(24,61,62)
#153334
(21,51,52)
#12292A
(18,41,42)
#0F1F20
(15,31,32)
#0C1516
(12,21,22)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #276F70

#276F70
(39,111,112)
#3A7C7D
(58,124,125)
#4D898A
(77,137,138)
#609697
(96,150,151)
#73A3A4
(115,163,164)
#86B0B1
(134,176,177)
#99BDBE
(153,189,190)
#ACCACB
(172,202,203)
#BFD7D8
(191,215,216)
#D2E4E5
(210,228,229)
#E5F1F2
(229,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276F70; }

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

This text font color is #276F70.


Background Color

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

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

This div background color is #276F70.


Border color

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

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

This div border color is #276F70.


Opacity

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

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

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

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

This text has shadow with #276F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276F70 on black background.


Color preview on white background

This text has color #276F70 on white background.



Black color preview on #276F70 background

This text has black color on #276F70 background.


White color preview on #276F70 background

This text has white color on #276F70 background.