COLOR #276573

HEX: #276573
RGB: (39,101,115)

Color info

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

RGB color model

#276573 color RGB value is (39,101,115).

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

RGB channels and saturation

R 39 of 255 = 15%
G 101 of 255 = 40%
B 115 of 255 = 45%

39
101
115

R + G + B ~ 33%. #276573 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 101 + 115 = 255 (100%)
R 39 of 255 ~ 15.29%
G 101 of 255 ~ 39.61%
B 115 of 255 ~ 45.1%

%15.29
%39.61
%45.1

CMYK color model

#276573 color CMYK value is (66,12,0,55).

  • cyan value is 66.09%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(66,12,0,55)
C66M12Y0K55 
(66%,12%,0%,55%)
(0.66/0.12/0.00/0.55)	

CMYK percentages

%66.09
%12.17
%0
%54.9

Codes

Color #276573 in popluar color models

276573
RGB39101115
HSL191°49.35%30.20%
HSB/HSV191°66.09%45.10%
CMYK66.09%12.17%0.00%
54.90%

Color #276573 in popluar number systems.

HEX276573
Decimal39101115
Binary10011111001011110011
Octal47145163

Shades and tints

Shades of #276573

#276573
(39,101,115)
#245C69
(36,92,105)
#21535F
(33,83,95)
#1E4A55
(30,74,85)
#1B414B
(27,65,75)
#183841
(24,56,65)
#152F37
(21,47,55)
#12262D
(18,38,45)
#0F1D23
(15,29,35)
#0C1419
(12,20,25)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #276573

#276573
(39,101,115)
#3A737F
(58,115,127)
#4D818B
(77,129,139)
#608F97
(96,143,151)
#739DA3
(115,157,163)
#86ABAF
(134,171,175)
#99B9BB
(153,185,187)
#ACC7C7
(172,199,199)
#BFD5D3
(191,213,211)
#D2E3DF
(210,227,223)
#E5F1EB
(229,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276573; }

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

This text font color is #276573.


Background Color

.myBgColor { background-color: #276573; }

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

This div background color is #276573.


Border color

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

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

This div border color is #276573.


Opacity

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

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

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

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

This text has shadow with #276573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276573 on black background.


Color preview on white background

This text has color #276573 on white background.



Black color preview on #276573 background

This text has black color on #276573 background.


White color preview on #276573 background

This text has white color on #276573 background.