COLOR #276A6D

HEX: #276A6D
RGB: (39,106,109)

Color info

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

RGB color model

#276A6D color RGB value is (39,106,109).

  • red value is 39;
  • green value is 106;
  • blue value is 109.
RGB:
(39,106,109)
(15%,42%,43%)

RGB channels and saturation

R 39 of 255 = 15%
G 106 of 255 = 42%
B 109 of 255 = 43%

39
106
109

R + G + B ~ 33%. #276A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 106 + 109 = 254 (100%)
R 39 of 254 ~ 15.35%
G 106 of 254 ~ 41.73%
B 109 of 254 ~ 42.91%

%15.35
%41.73
%42.91

CMYK color model

#276A6D color CMYK value is (64,3,0,57).

  • cyan value is 64.22%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(64,3,0,57)
C64M3Y0K57 
(64%,3%,0%,57%)
(0.64/0.03/0.00/0.57)	

CMYK percentages

%64.22
%2.75
%0
%57.25

Codes

Color #276A6D in popluar color models

276A6D
RGB39106109
HSL183°47.30%29.02%
HSB/HSV183°64.22%42.75%
CMYK64.22%2.75%0.00%
57.25%

Color #276A6D in popluar number systems.

HEX276A6D
Decimal39106109
Binary10011111010101101101
Octal47152155

Shades and tints

Shades of #276A6D

#276A6D
(39,106,109)
#246164
(36,97,100)
#21585B
(33,88,91)
#1E4F52
(30,79,82)
#1B4649
(27,70,73)
#183D40
(24,61,64)
#153437
(21,52,55)
#122B2E
(18,43,46)
#0F2225
(15,34,37)
#0C191C
(12,25,28)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #276A6D

#276A6D
(39,106,109)
#3A777A
(58,119,122)
#4D8487
(77,132,135)
#609194
(96,145,148)
#739EA1
(115,158,161)
#86ABAE
(134,171,174)
#99B8BB
(153,184,187)
#ACC5C8
(172,197,200)
#BFD2D5
(191,210,213)
#D2DFE2
(210,223,226)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276A6D; }

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

This text font color is #276A6D.


Background Color

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

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

This div background color is #276A6D.


Border color

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

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

This div border color is #276A6D.


Opacity

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

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

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

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

This text has shadow with #276A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276A6D on black background.


Color preview on white background

This text has color #276A6D on white background.



Black color preview on #276A6D background

This text has black color on #276A6D background.


White color preview on #276A6D background

This text has white color on #276A6D background.