COLOR #2B6A52

HEX: #2B6A52
RGB: (43,106,82)

Color info

#2B6A52 contains mainly green and blue colors. Web safe color of #2B6A52 is #336666 (or #366).

RGB color model

#2B6A52 color RGB value is (43,106,82).

  • red value is 43;
  • green value is 106;
  • blue value is 82.
RGB:
(43,106,82)
(17%,42%,32%)

RGB channels and saturation

R 43 of 255 = 17%
G 106 of 255 = 42%
B 82 of 255 = 32%

43
106
82

R + G + B ~ 30%. #2B6A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 106 + 82 = 231 (100%)
R 43 of 231 ~ 18.61%
G 106 of 231 ~ 45.89%
B 82 of 231 ~ 35.5%

%18.61
%45.89
%35.5

CMYK color model

#2B6A52 color CMYK value is (59,0,23,58).

  • cyan value is 59.43%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 58.43%
CMYK:
(59,0,23,58)
C59M0Y23K58 
(59%,0%,23%,58%)
(0.59/0.00/0.23/0.58)	

CMYK percentages

%59.43
%0
%22.64
%58.43

Codes

Color #2B6A52 in popluar color models

2B6A52
RGB4310682
HSL157°42.28%29.22%
HSB/HSV157°59.43%41.57%
CMYK59.43%0.00%22.64%
58.43%

Color #2B6A52 in popluar number systems.

HEX2B6A52
Decimal4310682
Binary10101111010101010010
Octal53152122

Shades and tints

Shades of #2B6A52

#2B6A52
(43,106,82)
#28614B
(40,97,75)
#255844
(37,88,68)
#224F3D
(34,79,61)
#1F4636
(31,70,54)
#1C3D2F
(28,61,47)
#193428
(25,52,40)
#162B21
(22,43,33)
#13221A
(19,34,26)
#101913
(16,25,19)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #2B6A52

#2B6A52
(43,106,82)
#3E7761
(62,119,97)
#518470
(81,132,112)
#64917F
(100,145,127)
#779E8E
(119,158,142)
#8AAB9D
(138,171,157)
#9DB8AC
(157,184,172)
#B0C5BB
(176,197,187)
#C3D2CA
(195,210,202)
#D6DFD9
(214,223,217)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B6A52 color. Also use rgb(43,106,82) instead hex code.

Text Font Color

.myTextColor { color: #2B6A52; }

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

This text font color is #2B6A52.


Background Color

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

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

This div background color is #2B6A52.


Border color

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

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

This div border color is #2B6A52.


Opacity

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

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

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

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

This text has shadow with #2B6A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B6A52 on black background.


Color preview on white background

This text has color #2B6A52 on white background.



Black color preview on #2B6A52 background

This text has black color on #2B6A52 background.


White color preview on #2B6A52 background

This text has white color on #2B6A52 background.