COLOR #276E53

HEX: #276E53
RGB: (39,110,83)

Color info

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

RGB color model

#276E53 color RGB value is (39,110,83).

  • red value is 39;
  • green value is 110;
  • blue value is 83.
RGB:
(39,110,83)
(15%,43%,33%)

RGB channels and saturation

R 39 of 255 = 15%
G 110 of 255 = 43%
B 83 of 255 = 33%

39
110
83

R + G + B ~ 30%. #276E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 110 + 83 = 232 (100%)
R 39 of 232 ~ 16.81%
G 110 of 232 ~ 47.41%
B 83 of 232 ~ 35.78%

%16.81
%47.41
%35.78

CMYK color model

#276E53 color CMYK value is (65,0,25,57).

  • cyan value is 64.55%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(65,0,25,57)
C65M0Y25K57 
(65%,0%,25%,57%)
(0.65/0.00/0.25/0.57)	

CMYK percentages

%64.55
%0
%24.55
%56.86

Codes

Color #276E53 in popluar color models

276E53
RGB3911083
HSL157°47.65%29.22%
HSB/HSV157°64.55%43.14%
CMYK64.55%0.00%24.55%
56.86%

Color #276E53 in popluar number systems.

HEX276E53
Decimal3911083
Binary10011111011101010011
Octal47156123

Shades and tints

Shades of #276E53

#276E53
(39,110,83)
#24644C
(36,100,76)
#215A45
(33,90,69)
#1E503E
(30,80,62)
#1B4637
(27,70,55)
#183C30
(24,60,48)
#153229
(21,50,41)
#122822
(18,40,34)
#0F1E1B
(15,30,27)
#0C1414
(12,20,20)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #276E53

#276E53
(39,110,83)
#3A7B62
(58,123,98)
#4D8871
(77,136,113)
#609580
(96,149,128)
#73A28F
(115,162,143)
#86AF9E
(134,175,158)
#99BCAD
(153,188,173)
#ACC9BC
(172,201,188)
#BFD6CB
(191,214,203)
#D2E3DA
(210,227,218)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276E53 color. Also use rgb(39,110,83) instead hex code.

Text Font Color

.myTextColor { color: #276E53; }

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

This text font color is #276E53.


Background Color

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

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

This div background color is #276E53.


Border color

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

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

This div border color is #276E53.


Opacity

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

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

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

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

This text has shadow with #276E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276E53 on black background.


Color preview on white background

This text has color #276E53 on white background.



Black color preview on #276E53 background

This text has black color on #276E53 background.


White color preview on #276E53 background

This text has white color on #276E53 background.