COLOR #2C4153

HEX: #2C4153
RGB: (44,65,83)

Color info

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

RGB color model

#2C4153 color RGB value is (44,65,83).

  • red value is 44;
  • green value is 65;
  • blue value is 83.
RGB:
(44,65,83)
(17%,25%,33%)

RGB channels and saturation

R 44 of 255 = 17%
G 65 of 255 = 25%
B 83 of 255 = 33%

44
65
83

R + G + B ~ 25%. #2C4153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 65 + 83 = 192 (100%)
R 44 of 192 ~ 22.92%
G 65 of 192 ~ 33.85%
B 83 of 192 ~ 43.23%

%22.92
%33.85
%43.23

CMYK color model

#2C4153 color CMYK value is (47,22,0,67).

  • cyan value is 46.99%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(47,22,0,67)
C47M22Y0K67 
(47%,22%,0%,67%)
(0.47/0.22/0.00/0.67)	

CMYK percentages

%46.99
%21.69
%0
%67.45

Codes

Color #2C4153 in popluar color models

2C4153
RGB446583
HSL208°30.71%24.90%
HSB/HSV208°46.99%32.55%
CMYK46.99%21.69%0.00%
67.45%

Color #2C4153 in popluar number systems.

HEX2C4153
Decimal446583
Binary10110010000011010011
Octal54101123

Shades and tints

Shades of #2C4153

#2C4153
(44,65,83)
#283C4C
(40,60,76)
#243745
(36,55,69)
#20323E
(32,50,62)
#1C2D37
(28,45,55)
#182830
(24,40,48)
#142329
(20,35,41)
#101E22
(16,30,34)
#0C191B
(12,25,27)
#081414
(8,20,20)
#040F0D
(4,15,13)
#000000
(0,0,0)

Tints of #2C4153

#2C4153
(44,65,83)
#3F5262
(63,82,98)
#526371
(82,99,113)
#657480
(101,116,128)
#78858F
(120,133,143)
#8B969E
(139,150,158)
#9EA7AD
(158,167,173)
#B1B8BC
(177,184,188)
#C4C9CB
(196,201,203)
#D7DADA
(215,218,218)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4153 color. Also use rgb(44,65,83) instead hex code.

Text Font Color

.myTextColor { color: #2C4153; }

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

This text font color is #2C4153.


Background Color

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

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

This div background color is #2C4153.


Border color

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

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

This div border color is #2C4153.


Opacity

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

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

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

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

This text has shadow with #2C4153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4153 on black background.


Color preview on white background

This text has color #2C4153 on white background.



Black color preview on #2C4153 background

This text has black color on #2C4153 background.


White color preview on #2C4153 background

This text has white color on #2C4153 background.