COLOR #276559

HEX: #276559
RGB: (39,101,89)

Color info

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

RGB color model

#276559 color RGB value is (39,101,89).

  • red value is 39;
  • green value is 101;
  • blue value is 89.
RGB:
(39,101,89)
(15%,40%,35%)

RGB channels and saturation

R 39 of 255 = 15%
G 101 of 255 = 40%
B 89 of 255 = 35%

39
101
89

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

Portions of RGB colors in percentages

R + G + B =
39 + 101 + 89 = 229 (100%)
R 39 of 229 ~ 17.03%
G 101 of 229 ~ 44.1%
B 89 of 229 ~ 38.86%

%17.03
%44.1
%38.86

CMYK color model

#276559 color CMYK value is (61,0,12,60).

  • cyan value is 61.39%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 60.39%
CMYK:
(61,0,12,60)
C61M0Y12K60 
(61%,0%,12%,60%)
(0.61/0.00/0.12/0.60)	

CMYK percentages

%61.39
%0
%11.88
%60.39

Codes

Color #276559 in popluar color models

276559
RGB3910189
HSL168°44.29%27.45%
HSB/HSV168°61.39%39.61%
CMYK61.39%0.00%11.88%
60.39%

Color #276559 in popluar number systems.

HEX276559
Decimal3910189
Binary10011111001011011001
Octal47145131

Shades and tints

Shades of #276559

#276559
(39,101,89)
#245C51
(36,92,81)
#215349
(33,83,73)
#1E4A41
(30,74,65)
#1B4139
(27,65,57)
#183831
(24,56,49)
#152F29
(21,47,41)
#122621
(18,38,33)
#0F1D19
(15,29,25)
#0C1411
(12,20,17)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #276559

#276559
(39,101,89)
#3A7368
(58,115,104)
#4D8177
(77,129,119)
#608F86
(96,143,134)
#739D95
(115,157,149)
#86ABA4
(134,171,164)
#99B9B3
(153,185,179)
#ACC7C2
(172,199,194)
#BFD5D1
(191,213,209)
#D2E3E0
(210,227,224)
#E5F1EF
(229,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276559 color. Also use rgb(39,101,89) instead hex code.

Text Font Color

.myTextColor { color: #276559; }

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

This text font color is #276559.


Background Color

.myBgColor { background-color: #276559; }

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

This div background color is #276559.


Border color

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

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

This div border color is #276559.


Opacity

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

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

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

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

This text has shadow with #276559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276559 on black background.


Color preview on white background

This text has color #276559 on white background.



Black color preview on #276559 background

This text has black color on #276559 background.


White color preview on #276559 background

This text has white color on #276559 background.