COLOR #2C513B

HEX: #2C513B
RGB: (44,81,59)

Color info

#2C513B contains red, green and blue colors in about the same proportion. Web safe color of #2C513B is #336633 (or #363).

RGB color model

#2C513B color RGB value is (44,81,59).

  • red value is 44;
  • green value is 81;
  • blue value is 59.
RGB:
(44,81,59)
(17%,32%,23%)

RGB channels and saturation

R 44 of 255 = 17%
G 81 of 255 = 32%
B 59 of 255 = 23%

44
81
59

R + G + B ~ 24%. #2C513B is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 81 + 59 = 184 (100%)
R 44 of 184 ~ 23.91%
G 81 of 184 ~ 44.02%
B 59 of 184 ~ 32.07%

%23.91
%44.02
%32.07

CMYK color model

#2C513B color CMYK value is (46,0,27,68).

  • cyan value is 45.68%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 68.24%
CMYK:
(46,0,27,68)
C46M0Y27K68 
(46%,0%,27%,68%)
(0.46/0.00/0.27/0.68)	

CMYK percentages

%45.68
%0
%27.16
%68.24

Codes

Color #2C513B in popluar color models

2C513B
RGB448159
HSL144°29.60%24.51%
HSB/HSV144°45.68%31.76%
CMYK45.68%0.00%27.16%
68.24%

Color #2C513B in popluar number systems.

HEX2C513B
Decimal448159
Binary1011001010001111011
Octal5412173

Shades and tints

Shades of #2C513B

#2C513B
(44,81,59)
#284A36
(40,74,54)
#244331
(36,67,49)
#203C2C
(32,60,44)
#1C3527
(28,53,39)
#182E22
(24,46,34)
#14271D
(20,39,29)
#102018
(16,32,24)
#0C1913
(12,25,19)
#08120E
(8,18,14)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #2C513B

#2C513B
(44,81,59)
#3F604C
(63,96,76)
#526F5D
(82,111,93)
#657E6E
(101,126,110)
#788D7F
(120,141,127)
#8B9C90
(139,156,144)
#9EABA1
(158,171,161)
#B1BAB2
(177,186,178)
#C4C9C3
(196,201,195)
#D7D8D4
(215,216,212)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C513B color. Also use rgb(44,81,59) instead hex code.

Text Font Color

.myTextColor { color: #2C513B; }

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

This text font color is #2C513B.


Background Color

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

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

This div background color is #2C513B.


Border color

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

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

This div border color is #2C513B.


Opacity

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

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

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

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

This text has shadow with #2C513B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C513B on black background.


Color preview on white background

This text has color #2C513B on white background.



Black color preview on #2C513B background

This text has black color on #2C513B background.


White color preview on #2C513B background

This text has white color on #2C513B background.