COLOR #2C493D

HEX: #2C493D
RGB: (44,73,61)

Color info

#2C493D contains red, green and blue colors in about the same proportion. Web safe color of #2C493D is #333333 (or #333).

RGB color model

#2C493D color RGB value is (44,73,61).

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

RGB channels and saturation

R 44 of 255 = 17%
G 73 of 255 = 29%
B 61 of 255 = 24%

44
73
61

R + G + B ~ 23%. #2C493D is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 73 + 61 = 178 (100%)
R 44 of 178 ~ 24.72%
G 73 of 178 ~ 41.01%
B 61 of 178 ~ 34.27%

%24.72
%41.01
%34.27

CMYK color model

#2C493D color CMYK value is (40,0,16,71).

  • cyan value is 39.73%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(40,0,16,71)
C40M0Y16K71 
(40%,0%,16%,71%)
(0.40/0.00/0.16/0.71)	

CMYK percentages

%39.73
%0
%16.44
%71.37

Codes

Color #2C493D in popluar color models

2C493D
RGB447361
HSL155°24.79%22.94%
HSB/HSV155°39.73%28.63%
CMYK39.73%0.00%16.44%
71.37%

Color #2C493D in popluar number systems.

HEX2C493D
Decimal447361
Binary1011001001001111101
Octal5411175

Shades and tints

Shades of #2C493D

#2C493D
(44,73,61)
#284338
(40,67,56)
#243D33
(36,61,51)
#20372E
(32,55,46)
#1C3129
(28,49,41)
#182B24
(24,43,36)
#14251F
(20,37,31)
#101F1A
(16,31,26)
#0C1915
(12,25,21)
#081310
(8,19,16)
#040D0B
(4,13,11)
#000000
(0,0,0)

Tints of #2C493D

#2C493D
(44,73,61)
#3F594E
(63,89,78)
#52695F
(82,105,95)
#657970
(101,121,112)
#788981
(120,137,129)
#8B9992
(139,153,146)
#9EA9A3
(158,169,163)
#B1B9B4
(177,185,180)
#C4C9C5
(196,201,197)
#D7D9D6
(215,217,214)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C493D; }

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

This text font color is #2C493D.


Background Color

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

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

This div background color is #2C493D.


Border color

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

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

This div border color is #2C493D.


Opacity

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

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

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

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

This text has shadow with #2C493D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C493D on black background.


Color preview on white background

This text has color #2C493D on white background.



Black color preview on #2C493D background

This text has black color on #2C493D background.


White color preview on #2C493D background

This text has white color on #2C493D background.