COLOR #2B513D

HEX: #2B513D
RGB: (43,81,61)

Color info

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

RGB color model

#2B513D color RGB value is (43,81,61).

  • red value is 43;
  • green value is 81;
  • blue value is 61.
RGB:
(43,81,61)
(17%,32%,24%)

RGB channels and saturation

R 43 of 255 = 17%
G 81 of 255 = 32%
B 61 of 255 = 24%

43
81
61

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

Portions of RGB colors in percentages

R + G + B =
43 + 81 + 61 = 185 (100%)
R 43 of 185 ~ 23.24%
G 81 of 185 ~ 43.78%
B 61 of 185 ~ 32.97%

%23.24
%43.78
%32.97

CMYK color model

#2B513D color CMYK value is (47,0,25,68).

  • cyan value is 46.91%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 68.24%
CMYK:
(47,0,25,68)
C47M0Y25K68 
(47%,0%,25%,68%)
(0.47/0.00/0.25/0.68)	

CMYK percentages

%46.91
%0
%24.69
%68.24

Codes

Color #2B513D in popluar color models

2B513D
RGB438161
HSL148°30.65%24.31%
HSB/HSV148°46.91%31.76%
CMYK46.91%0.00%24.69%
68.24%

Color #2B513D in popluar number systems.

HEX2B513D
Decimal438161
Binary1010111010001111101
Octal5312175

Shades and tints

Shades of #2B513D

#2B513D
(43,81,61)
#284A38
(40,74,56)
#254333
(37,67,51)
#223C2E
(34,60,46)
#1F3529
(31,53,41)
#1C2E24
(28,46,36)
#19271F
(25,39,31)
#16201A
(22,32,26)
#131915
(19,25,21)
#101210
(16,18,16)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #2B513D

#2B513D
(43,81,61)
#3E604E
(62,96,78)
#516F5F
(81,111,95)
#647E70
(100,126,112)
#778D81
(119,141,129)
#8A9C92
(138,156,146)
#9DABA3
(157,171,163)
#B0BAB4
(176,186,180)
#C3C9C5
(195,201,197)
#D6D8D6
(214,216,214)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B513D color. Also use rgb(43,81,61) instead hex code.

Text Font Color

.myTextColor { color: #2B513D; }

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

This text font color is #2B513D.


Background Color

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

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

This div background color is #2B513D.


Border color

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

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

This div border color is #2B513D.


Opacity

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

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

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

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

This text has shadow with #2B513D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B513D on black background.


Color preview on white background

This text has color #2B513D on white background.



Black color preview on #2B513D background

This text has black color on #2B513D background.


White color preview on #2B513D background

This text has white color on #2B513D background.