COLOR #246D83

HEX: #246D83
RGB: (36,109,131)

Color info

#246D83 contains mainly green and blue colors. Web safe color of #246D83 is #336699 (or #369).

RGB color model

#246D83 color RGB value is (36,109,131).

  • red value is 36;
  • green value is 109;
  • blue value is 131.
RGB:
(36,109,131)
(14%,43%,51%)

RGB channels and saturation

R 36 of 255 = 14%
G 109 of 255 = 43%
B 131 of 255 = 51%

36
109
131

R + G + B ~ 36%. #246D83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 109 + 131 = 276 (100%)
R 36 of 276 ~ 13.04%
G 109 of 276 ~ 39.49%
B 131 of 276 ~ 47.46%

%13.04
%39.49
%47.46

CMYK color model

#246D83 color CMYK value is (73,17,0,49).

  • cyan value is 72.52%
  • magenta value is 16.79%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(73,17,0,49)
C73M17Y0K49 
(73%,17%,0%,49%)
(0.73/0.17/0.00/0.49)	

CMYK percentages

%72.52
%16.79
%0
%48.63

Codes

Color #246D83 in popluar color models

246D83
RGB36109131
HSL194°56.89%32.75%
HSB/HSV194°72.52%51.37%
CMYK72.52%16.79%0.00%
48.63%

Color #246D83 in popluar number systems.

HEX246D83
Decimal36109131
Binary100100110110110000011
Octal44155203

Shades and tints

Shades of #246D83

#246D83
(36,109,131)
#216478
(33,100,120)
#1E5B6D
(30,91,109)
#1B5262
(27,82,98)
#184957
(24,73,87)
#15404C
(21,64,76)
#123741
(18,55,65)
#0F2E36
(15,46,54)
#0C252B
(12,37,43)
#091C20
(9,28,32)
#061315
(6,19,21)
#000000
(0,0,0)

Tints of #246D83

#246D83
(36,109,131)
#377A8E
(55,122,142)
#4A8799
(74,135,153)
#5D94A4
(93,148,164)
#70A1AF
(112,161,175)
#83AEBA
(131,174,186)
#96BBC5
(150,187,197)
#A9C8D0
(169,200,208)
#BCD5DB
(188,213,219)
#CFE2E6
(207,226,230)
#E2EFF1
(226,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246D83 color. Also use rgb(36,109,131) instead hex code.

Text Font Color

.myTextColor { color: #246D83; }

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

This text font color is #246D83.


Background Color

.myBgColor { background-color: #246D83; }

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

This div background color is #246D83.


Border color

.myBorderColor { border: 1px solid #246D83; }

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

This div border color is #246D83.


Opacity

.myOpacity80 { color: #246D83; opacity: 0.8; }

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

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

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

This text has shadow with #246D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246D83 on black background.


Color preview on white background

This text has color #246D83 on white background.



Black color preview on #246D83 background

This text has black color on #246D83 background.


White color preview on #246D83 background

This text has white color on #246D83 background.