COLOR #276052

HEX: #276052
RGB: (39,96,82)

Color info

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

RGB color model

#276052 color RGB value is (39,96,82).

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

RGB channels and saturation

R 39 of 255 = 15%
G 96 of 255 = 38%
B 82 of 255 = 32%

39
96
82

R + G + B ~ 28%. #276052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 96 + 82 = 217 (100%)
R 39 of 217 ~ 17.97%
G 96 of 217 ~ 44.24%
B 82 of 217 ~ 37.79%

%17.97
%44.24
%37.79

CMYK color model

#276052 color CMYK value is (59,0,15,62).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 62.35%
CMYK:
(59,0,15,62)
C59M0Y15K62 
(59%,0%,15%,62%)
(0.59/0.00/0.15/0.62)	

CMYK percentages

%59.38
%0
%14.58
%62.35

Codes

Color #276052 in popluar color models

276052
RGB399682
HSL165°42.22%26.47%
HSB/HSV165°59.38%37.65%
CMYK59.38%0.00%14.58%
62.35%

Color #276052 in popluar number systems.

HEX276052
Decimal399682
Binary10011111000001010010
Octal47140122

Shades and tints

Shades of #276052

#276052
(39,96,82)
#24584B
(36,88,75)
#215044
(33,80,68)
#1E483D
(30,72,61)
#1B4036
(27,64,54)
#18382F
(24,56,47)
#153028
(21,48,40)
#122821
(18,40,33)
#0F201A
(15,32,26)
#0C1813
(12,24,19)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #276052

#276052
(39,96,82)
#3A6E61
(58,110,97)
#4D7C70
(77,124,112)
#608A7F
(96,138,127)
#73988E
(115,152,142)
#86A69D
(134,166,157)
#99B4AC
(153,180,172)
#ACC2BB
(172,194,187)
#BFD0CA
(191,208,202)
#D2DED9
(210,222,217)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276052; }

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

This text font color is #276052.


Background Color

.myBgColor { background-color: #276052; }

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

This div background color is #276052.


Border color

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

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

This div border color is #276052.


Opacity

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

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

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

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

This text has shadow with #276052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276052 on black background.


Color preview on white background

This text has color #276052 on white background.



Black color preview on #276052 background

This text has black color on #276052 background.


White color preview on #276052 background

This text has white color on #276052 background.