COLOR #276F6D

HEX: #276F6D RGB: (39,111,109)

Color info

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

RGB color model

#276F6D color RGB value is (39,111,109).

RGB: (39,111,109) (15%, 44%, 43%)

RGB channels and saturation

R 39 of 255 = 15%
G 111 of 255 = 44%
B 109 of 255 = 43%

39
111
109

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

Portions of RGB colors in percentages

R + G + B = 39 + 111 + 109 = 259 (100%)
R 39 of 259 ~ 15.06%
G 111 of 259 ~ 42.86%
B 109 of 259 ~ 42.08'%

%15.06
%42.86
%42.08

CMYK color model

#276F6D color CMYK value is (65,0,2,56).

  • cyan value is 64.86%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 56.47%

CMYK: (65,0,2,56)
C65M0Y2K56 (65%, 0%, 2%, 56%)
(0.65 / 0.00 / 0.02 / 0.56)

CMYK percentages

%64.86
%0
%1.8
%56.47

Codes

Color #276F6D in popluar color models

27 6F 6D
RGB 39 111 109
HSL 178° 48.00% 29.41%
HSB/HSV 178° 64.86% 43.53%
CMYK 64.86% 0.00% 1.80%
56.47%

Color #276F6D in popluar number systems.

HEX 27 6F 6D
Decimal 39 111 109
Binary 100111 1101111 1101101
Octal 47 157 155

Shades and tints

Shades of #276F6D

#276F6D
(39,111,109)
#246564
(36,101,100)
#215B5B
(33,91,91)
#1E5152
(30,81,82)
#1B4749
(27,71,73)
#183D40
(24,61,64)
#153337
(21,51,55)
#12292E
(18,41,46)
#0F1F25
(15,31,37)
#0C151C
(12,21,28)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #276F6D

#276F6D
(39,111,109)
#3A7C7A
(58,124,122)
#4D8987
(77,137,135)
#609694
(96,150,148)
#73A3A1
(115,163,161)
#86B0AE
(134,176,174)
#99BDBB
(153,189,187)
#ACCAC8
(172,202,200)
#BFD7D5
(191,215,213)
#D2E4E2
(210,228,226)
#E5F1EF
(229,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276F6D; }

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

This text font color is #276F6D.

Background Color

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

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

This div background color is #276F6D.

Border color

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

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

This div border color is #276F6D.

Opacity

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

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

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

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

This text has shadow with #276F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #276F6D.

Preview

Color preview on black background

This text has color #276F6D on black background.


Color preview on white background

This text has color #276F6D on white background.


Black color preview on #276F6D background

This text has black color on #276F6D background.


White color preview on #276F6D background

This text has white color on #276F6D background.


Related colors

Complementary color

Complementary color for #hex is #D89092.


I love getcolorcode.com

Triadic colors

1 #6D276F and #6F6D27 with #276F6D are triadic colors.

2 #6D6F27 and #6F276D with #276F6D are triadic colors.