COLOR #2B613D

HEX: #2B613D
RGB: (43,97,61)

Color info

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

RGB color model

#2B613D color RGB value is (43,97,61).

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

RGB channels and saturation

R 43 of 255 = 17%
G 97 of 255 = 38%
B 61 of 255 = 24%

43
97
61

R + G + B ~ 26%. #2B613D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 97 + 61 = 201 (100%)
R 43 of 201 ~ 21.39%
G 97 of 201 ~ 48.26%
B 61 of 201 ~ 30.35%

%21.39
%48.26
%30.35

CMYK color model

#2B613D color CMYK value is (56,0,37,62).

  • cyan value is 55.67%
  • magenta value is 0.00%
  • yellow value is 37.11%
  • key color value is 61.96%
CMYK:
(56,0,37,62)
C56M0Y37K62 
(56%,0%,37%,62%)
(0.56/0.00/0.37/0.62)	

CMYK percentages

%55.67
%0
%37.11
%61.96

Codes

Color #2B613D in popluar color models

2B613D
RGB439761
HSL140°38.57%27.45%
HSB/HSV140°55.67%38.04%
CMYK55.67%0.00%37.11%
61.96%

Color #2B613D in popluar number systems.

HEX2B613D
Decimal439761
Binary1010111100001111101
Octal5314175

Shades and tints

Shades of #2B613D

#2B613D
(43,97,61)
#285938
(40,89,56)
#255133
(37,81,51)
#22492E
(34,73,46)
#1F4129
(31,65,41)
#1C3924
(28,57,36)
#19311F
(25,49,31)
#16291A
(22,41,26)
#132115
(19,33,21)
#101910
(16,25,16)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #2B613D

#2B613D
(43,97,61)
#3E6F4E
(62,111,78)
#517D5F
(81,125,95)
#648B70
(100,139,112)
#779981
(119,153,129)
#8AA792
(138,167,146)
#9DB5A3
(157,181,163)
#B0C3B4
(176,195,180)
#C3D1C5
(195,209,197)
#D6DFD6
(214,223,214)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B613D; }

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

This text font color is #2B613D.


Background Color

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

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

This div background color is #2B613D.


Border color

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

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

This div border color is #2B613D.


Opacity

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

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

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

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

This text has shadow with #2B613D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B613D on black background.


Color preview on white background

This text has color #2B613D on white background.



Black color preview on #2B613D background

This text has black color on #2B613D background.


White color preview on #2B613D background

This text has white color on #2B613D background.