COLOR #2C4958

HEX: #2C4958
RGB: (44,73,88)

Color info

#2C4958 contains red, green and blue colors in about the same proportion. Web safe color of #2C4958 is #333366 (or #336).

RGB color model

#2C4958 color RGB value is (44,73,88).

  • red value is 44;
  • green value is 73;
  • blue value is 88.
RGB:
(44,73,88)
(17%,29%,35%)

RGB channels and saturation

R 44 of 255 = 17%
G 73 of 255 = 29%
B 88 of 255 = 35%

44
73
88

R + G + B ~ 27%. #2C4958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 73 + 88 = 205 (100%)
R 44 of 205 ~ 21.46%
G 73 of 205 ~ 35.61%
B 88 of 205 ~ 42.93%

%21.46
%35.61
%42.93

CMYK color model

#2C4958 color CMYK value is (50,17,0,65).

  • cyan value is 50.00%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(50,17,0,65)
C50M17Y0K65 
(50%,17%,0%,65%)
(0.50/0.17/0.00/0.65)	

CMYK percentages

%50
%17.05
%0
%65.49

Codes

Color #2C4958 in popluar color models

2C4958
RGB447388
HSL200°33.33%25.88%
HSB/HSV200°50.00%34.51%
CMYK50.00%17.05%0.00%
65.49%

Color #2C4958 in popluar number systems.

HEX2C4958
Decimal447388
Binary10110010010011011000
Octal54111130

Shades and tints

Shades of #2C4958

#2C4958
(44,73,88)
#284350
(40,67,80)
#243D48
(36,61,72)
#203740
(32,55,64)
#1C3138
(28,49,56)
#182B30
(24,43,48)
#142528
(20,37,40)
#101F20
(16,31,32)
#0C1918
(12,25,24)
#081310
(8,19,16)
#040D08
(4,13,8)
#000000
(0,0,0)

Tints of #2C4958

#2C4958
(44,73,88)
#3F5967
(63,89,103)
#526976
(82,105,118)
#657985
(101,121,133)
#788994
(120,137,148)
#8B99A3
(139,153,163)
#9EA9B2
(158,169,178)
#B1B9C1
(177,185,193)
#C4C9D0
(196,201,208)
#D7D9DF
(215,217,223)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4958 color. Also use rgb(44,73,88) instead hex code.

Text Font Color

.myTextColor { color: #2C4958; }

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

This text font color is #2C4958.


Background Color

.myBgColor { background-color: #2C4958; }

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

This div background color is #2C4958.


Border color

.myBorderColor { border: 1px solid #2C4958; }

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

This div border color is #2C4958.


Opacity

.myOpacity80 { color: #2C4958; opacity: 0.8; }

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

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

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

This text has shadow with #2C4958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4958 on black background.


Color preview on white background

This text has color #2C4958 on white background.



Black color preview on #2C4958 background

This text has black color on #2C4958 background.


White color preview on #2C4958 background

This text has white color on #2C4958 background.