COLOR #276057

HEX: #276057
RGB: (39,96,87)

Color info

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

RGB color model

#276057 color RGB value is (39,96,87).

  • red value is 39;
  • green value is 96;
  • blue value is 87.
RGB:
(39,96,87)
(15%,38%,34%)

RGB channels and saturation

R 39 of 255 = 15%
G 96 of 255 = 38%
B 87 of 255 = 34%

39
96
87

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

Portions of RGB colors in percentages

R + G + B =
39 + 96 + 87 = 222 (100%)
R 39 of 222 ~ 17.57%
G 96 of 222 ~ 43.24%
B 87 of 222 ~ 39.19%

%17.57
%43.24
%39.19

CMYK color model

#276057 color CMYK value is (59,0,9,62).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 62.35%
CMYK:
(59,0,9,62)
C59M0Y9K62 
(59%,0%,9%,62%)
(0.59/0.00/0.09/0.62)	

CMYK percentages

%59.38
%0
%9.38
%62.35

Codes

Color #276057 in popluar color models

276057
RGB399687
HSL171°42.22%26.47%
HSB/HSV171°59.38%37.65%
CMYK59.38%0.00%9.38%
62.35%

Color #276057 in popluar number systems.

HEX276057
Decimal399687
Binary10011111000001010111
Octal47140127

Shades and tints

Shades of #276057

#276057
(39,96,87)
#245850
(36,88,80)
#215049
(33,80,73)
#1E4842
(30,72,66)
#1B403B
(27,64,59)
#183834
(24,56,52)
#15302D
(21,48,45)
#122826
(18,40,38)
#0F201F
(15,32,31)
#0C1818
(12,24,24)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #276057

#276057
(39,96,87)
#3A6E66
(58,110,102)
#4D7C75
(77,124,117)
#608A84
(96,138,132)
#739893
(115,152,147)
#86A6A2
(134,166,162)
#99B4B1
(153,180,177)
#ACC2C0
(172,194,192)
#BFD0CF
(191,208,207)
#D2DEDE
(210,222,222)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276057 color. Also use rgb(39,96,87) instead hex code.

Text Font Color

.myTextColor { color: #276057; }

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

This text font color is #276057.


Background Color

.myBgColor { background-color: #276057; }

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

This div background color is #276057.


Border color

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

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

This div border color is #276057.


Opacity

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

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

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

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

This text has shadow with #276057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276057 on black background.


Color preview on white background

This text has color #276057 on white background.



Black color preview on #276057 background

This text has black color on #276057 background.


White color preview on #276057 background

This text has white color on #276057 background.