COLOR #115272

HEX: #115272
RGB: (17,82,114)

Color info

#115272 contains mainly green and blue colors. Web safe color of #115272 is #006666 (or #066).

RGB color model

#115272 color RGB value is (17,82,114).

  • red value is 17;
  • green value is 82;
  • blue value is 114.
RGB:
(17,82,114)
(7%,32%,45%)

RGB channels and saturation

R 17 of 255 = 7%
G 82 of 255 = 32%
B 114 of 255 = 45%

17
82
114

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

Portions of RGB colors in percentages

R + G + B =
17 + 82 + 114 = 213 (100%)
R 17 of 213 ~ 7.98%
G 82 of 213 ~ 38.5%
B 114 of 213 ~ 53.52%

%38.5
%53.52

CMYK color model

#115272 color CMYK value is (85,28,0,55).

  • cyan value is 85.09%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(85,28,0,55)
C85M28Y0K55 
(85%,28%,0%,55%)
(0.85/0.28/0.00/0.55)	

CMYK percentages

%85.09
%28.07
%0
%55.29

Codes

Color #115272 in popluar color models

115272
RGB1782114
HSL200°74.05%25.69%
HSB/HSV200°85.09%44.71%
CMYK85.09%28.07%0.00%
55.29%

Color #115272 in popluar number systems.

HEX115272
Decimal1782114
Binary1000110100101110010
Octal21122162

Shades and tints

Shades of #115272

#115272
(17,82,114)
#104B68
(16,75,104)
#0F445E
(15,68,94)
#0E3D54
(14,61,84)
#0D364A
(13,54,74)
#0C2F40
(12,47,64)
#0B2836
(11,40,54)
#0A212C
(10,33,44)
#091A22
(9,26,34)
#081318
(8,19,24)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #115272

#115272
(17,82,114)
#26617E
(38,97,126)
#3B708A
(59,112,138)
#507F96
(80,127,150)
#658EA2
(101,142,162)
#7A9DAE
(122,157,174)
#8FACBA
(143,172,186)
#A4BBC6
(164,187,198)
#B9CAD2
(185,202,210)
#CED9DE
(206,217,222)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115272 color. Also use rgb(17,82,114) instead hex code.

Text Font Color

.myTextColor { color: #115272; }

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

This text font color is #115272.


Background Color

.myBgColor { background-color: #115272; }

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

This div background color is #115272.


Border color

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

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

This div border color is #115272.


Opacity

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

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

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

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

This text has shadow with #115272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115272 on black background.


Color preview on white background

This text has color #115272 on white background.



Black color preview on #115272 background

This text has black color on #115272 background.


White color preview on #115272 background

This text has white color on #115272 background.