COLOR #276B42

HEX: #276B42
RGB: (39,107,66)

Color info

#276B42 contains mainly green and blue colors. Web safe color of #276B42 is #336633 (or #363).

RGB color model

#276B42 color RGB value is (39,107,66).

  • red value is 39;
  • green value is 107;
  • blue value is 66.
RGB:
(39,107,66)
(15%,42%,26%)

RGB channels and saturation

R 39 of 255 = 15%
G 107 of 255 = 42%
B 66 of 255 = 26%

39
107
66

R + G + B ~ 28%. #276B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 107 + 66 = 212 (100%)
R 39 of 212 ~ 18.4%
G 107 of 212 ~ 50.47%
B 66 of 212 ~ 31.13%

%18.4
%50.47
%31.13

CMYK color model

#276B42 color CMYK value is (64,0,38,58).

  • cyan value is 63.55%
  • magenta value is 0.00%
  • yellow value is 38.32%
  • key color value is 58.04%
CMYK:
(64,0,38,58)
C64M0Y38K58 
(64%,0%,38%,58%)
(0.64/0.00/0.38/0.58)	

CMYK percentages

%63.55
%0
%38.32
%58.04

Codes

Color #276B42 in popluar color models

276B42
RGB3910766
HSL144°46.58%28.63%
HSB/HSV144°63.55%41.96%
CMYK63.55%0.00%38.32%
58.04%

Color #276B42 in popluar number systems.

HEX276B42
Decimal3910766
Binary10011111010111000010
Octal47153102

Shades and tints

Shades of #276B42

#276B42
(39,107,66)
#24623C
(36,98,60)
#215936
(33,89,54)
#1E5030
(30,80,48)
#1B472A
(27,71,42)
#183E24
(24,62,36)
#15351E
(21,53,30)
#122C18
(18,44,24)
#0F2312
(15,35,18)
#0C1A0C
(12,26,12)
#091106
(9,17,6)
#000000
(0,0,0)

Tints of #276B42

#276B42
(39,107,66)
#3A7853
(58,120,83)
#4D8564
(77,133,100)
#609275
(96,146,117)
#739F86
(115,159,134)
#86AC97
(134,172,151)
#99B9A8
(153,185,168)
#ACC6B9
(172,198,185)
#BFD3CA
(191,211,202)
#D2E0DB
(210,224,219)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276B42 color. Also use rgb(39,107,66) instead hex code.

Text Font Color

.myTextColor { color: #276B42; }

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

This text font color is #276B42.


Background Color

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

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

This div background color is #276B42.


Border color

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

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

This div border color is #276B42.


Opacity

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

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

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

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

This text has shadow with #276B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276B42 on black background.


Color preview on white background

This text has color #276B42 on white background.



Black color preview on #276B42 background

This text has black color on #276B42 background.


White color preview on #276B42 background

This text has white color on #276B42 background.