COLOR #276259

HEX: #276259
RGB: (39,98,89)

Color info

#276259 contains red, green and blue colors in about the same proportion. Web safe color of #276259 is #336666 (or #366).

RGB color model

#276259 color RGB value is (39,98,89).

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

RGB channels and saturation

R 39 of 255 = 15%
G 98 of 255 = 38%
B 89 of 255 = 35%

39
98
89

R + G + B ~ 29%. #276259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 98 + 89 = 226 (100%)
R 39 of 226 ~ 17.26%
G 98 of 226 ~ 43.36%
B 89 of 226 ~ 39.38%

%17.26
%43.36
%39.38

CMYK color model

#276259 color CMYK value is (60,0,9,62).

  • cyan value is 60.20%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 61.57%
CMYK:
(60,0,9,62)
C60M0Y9K62 
(60%,0%,9%,62%)
(0.60/0.00/0.09/0.62)	

CMYK percentages

%60.2
%0
%9.18
%61.57

Codes

Color #276259 in popluar color models

276259
RGB399889
HSL171°43.07%26.86%
HSB/HSV171°60.20%38.43%
CMYK60.20%0.00%9.18%
61.57%

Color #276259 in popluar number systems.

HEX276259
Decimal399889
Binary10011111000101011001
Octal47142131

Shades and tints

Shades of #276259

#276259
(39,98,89)
#245A51
(36,90,81)
#215249
(33,82,73)
#1E4A41
(30,74,65)
#1B4239
(27,66,57)
#183A31
(24,58,49)
#153229
(21,50,41)
#122A21
(18,42,33)
#0F2219
(15,34,25)
#0C1A11
(12,26,17)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #276259

#276259
(39,98,89)
#3A7068
(58,112,104)
#4D7E77
(77,126,119)
#608C86
(96,140,134)
#739A95
(115,154,149)
#86A8A4
(134,168,164)
#99B6B3
(153,182,179)
#ACC4C2
(172,196,194)
#BFD2D1
(191,210,209)
#D2E0E0
(210,224,224)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276259; }

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

This text font color is #276259.


Background Color

.myBgColor { background-color: #276259; }

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

This div background color is #276259.


Border color

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

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

This div border color is #276259.


Opacity

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

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

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

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

This text has shadow with #276259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276259 on black background.


Color preview on white background

This text has color #276259 on white background.



Black color preview on #276259 background

This text has black color on #276259 background.


White color preview on #276259 background

This text has white color on #276259 background.