COLOR #2B6635

HEX: #2B6635
RGB: (43,102,53)

Color info

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

RGB color model

#2B6635 color RGB value is (43,102,53).

  • red value is 43;
  • green value is 102;
  • blue value is 53.
RGB:
(43,102,53)
(17%,40%,21%)

RGB channels and saturation

R 43 of 255 = 17%
G 102 of 255 = 40%
B 53 of 255 = 21%

43
102
53

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

Portions of RGB colors in percentages

R + G + B =
43 + 102 + 53 = 198 (100%)
R 43 of 198 ~ 21.72%
G 102 of 198 ~ 51.52%
B 53 of 198 ~ 26.77%

%21.72
%51.52
%26.77

CMYK color model

#2B6635 color CMYK value is (58,0,48,60).

  • cyan value is 57.84%
  • magenta value is 0.00%
  • yellow value is 48.04%
  • key color value is 60.00%
CMYK:
(58,0,48,60)
C58M0Y48K60 
(58%,0%,48%,60%)
(0.58/0.00/0.48/0.60)	

CMYK percentages

%57.84
%0
%48.04
%60

Codes

Color #2B6635 in popluar color models

2B6635
RGB4310253
HSL130°40.69%28.43%
HSB/HSV130°57.84%40.00%
CMYK57.84%0.00%48.04%
60.00%

Color #2B6635 in popluar number systems.

HEX2B6635
Decimal4310253
Binary1010111100110110101
Octal5314665

Shades and tints

Shades of #2B6635

#2B6635
(43,102,53)
#285D31
(40,93,49)
#25542D
(37,84,45)
#224B29
(34,75,41)
#1F4225
(31,66,37)
#1C3921
(28,57,33)
#19301D
(25,48,29)
#162719
(22,39,25)
#131E15
(19,30,21)
#101511
(16,21,17)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #2B6635

#2B6635
(43,102,53)
#3E7347
(62,115,71)
#518059
(81,128,89)
#648D6B
(100,141,107)
#779A7D
(119,154,125)
#8AA78F
(138,167,143)
#9DB4A1
(157,180,161)
#B0C1B3
(176,193,179)
#C3CEC5
(195,206,197)
#D6DBD7
(214,219,215)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B6635 color. Also use rgb(43,102,53) instead hex code.

Text Font Color

.myTextColor { color: #2B6635; }

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

This text font color is #2B6635.


Background Color

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

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

This div background color is #2B6635.


Border color

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

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

This div border color is #2B6635.


Opacity

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

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

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

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

This text has shadow with #2B6635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B6635 on black background.


Color preview on white background

This text has color #2B6635 on white background.



Black color preview on #2B6635 background

This text has black color on #2B6635 background.


White color preview on #2B6635 background

This text has white color on #2B6635 background.