COLOR #276963

HEX: #276963
RGB: (39,105,99)

Color info

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

RGB color model

#276963 color RGB value is (39,105,99).

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

RGB channels and saturation

R 39 of 255 = 15%
G 105 of 255 = 41%
B 99 of 255 = 39%

39
105
99

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

Portions of RGB colors in percentages

R + G + B =
39 + 105 + 99 = 243 (100%)
R 39 of 243 ~ 16.05%
G 105 of 243 ~ 43.21%
B 99 of 243 ~ 40.74%

%16.05
%43.21
%40.74

CMYK color model

#276963 color CMYK value is (63,0,6,59).

  • cyan value is 62.86%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(63,0,6,59)
C63M0Y6K59 
(63%,0%,6%,59%)
(0.63/0.00/0.06/0.59)	

CMYK percentages

%62.86
%0
%5.71
%58.82

Codes

Color #276963 in popluar color models

276963
RGB3910599
HSL175°45.83%28.24%
HSB/HSV175°62.86%41.18%
CMYK62.86%0.00%5.71%
58.82%

Color #276963 in popluar number systems.

HEX276963
Decimal3910599
Binary10011111010011100011
Octal47151143

Shades and tints

Shades of #276963

#276963
(39,105,99)
#24605A
(36,96,90)
#215751
(33,87,81)
#1E4E48
(30,78,72)
#1B453F
(27,69,63)
#183C36
(24,60,54)
#15332D
(21,51,45)
#122A24
(18,42,36)
#0F211B
(15,33,27)
#0C1812
(12,24,18)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #276963

#276963
(39,105,99)
#3A7671
(58,118,113)
#4D837F
(77,131,127)
#60908D
(96,144,141)
#739D9B
(115,157,155)
#86AAA9
(134,170,169)
#99B7B7
(153,183,183)
#ACC4C5
(172,196,197)
#BFD1D3
(191,209,211)
#D2DEE1
(210,222,225)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276963; }

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

This text font color is #276963.


Background Color

.myBgColor { background-color: #276963; }

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

This div background color is #276963.


Border color

.myBorderColor { border: 1px solid #276963; }

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

This div border color is #276963.


Opacity

.myOpacity80 { color: #276963; opacity: 0.8; }

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

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

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

This text has shadow with #276963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276963 on black background.


Color preview on white background

This text has color #276963 on white background.



Black color preview on #276963 background

This text has black color on #276963 background.


White color preview on #276963 background

This text has white color on #276963 background.