COLOR #2B6555

HEX: #2B6555
RGB: (43,101,85)

Color info

#2B6555 contains red, green and blue colors in about the same proportion. Web safe color of #2B6555 is #336666 (or #366).

RGB color model

#2B6555 color RGB value is (43,101,85).

  • red value is 43;
  • green value is 101;
  • blue value is 85.
RGB:
(43,101,85)
(17%,40%,33%)

RGB channels and saturation

R 43 of 255 = 17%
G 101 of 255 = 40%
B 85 of 255 = 33%

43
101
85

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

Portions of RGB colors in percentages

R + G + B =
43 + 101 + 85 = 229 (100%)
R 43 of 229 ~ 18.78%
G 101 of 229 ~ 44.1%
B 85 of 229 ~ 37.12%

%18.78
%44.1
%37.12

CMYK color model

#2B6555 color CMYK value is (57,0,16,60).

  • cyan value is 57.43%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 60.39%
CMYK:
(57,0,16,60)
C57M0Y16K60 
(57%,0%,16%,60%)
(0.57/0.00/0.16/0.60)	

CMYK percentages

%57.43
%0
%15.84
%60.39

Codes

Color #2B6555 in popluar color models

2B6555
RGB4310185
HSL163°40.28%28.24%
HSB/HSV163°57.43%39.61%
CMYK57.43%0.00%15.84%
60.39%

Color #2B6555 in popluar number systems.

HEX2B6555
Decimal4310185
Binary10101111001011010101
Octal53145125

Shades and tints

Shades of #2B6555

#2B6555
(43,101,85)
#285C4E
(40,92,78)
#255347
(37,83,71)
#224A40
(34,74,64)
#1F4139
(31,65,57)
#1C3832
(28,56,50)
#192F2B
(25,47,43)
#162624
(22,38,36)
#131D1D
(19,29,29)
#101416
(16,20,22)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #2B6555

#2B6555
(43,101,85)
#3E7364
(62,115,100)
#518173
(81,129,115)
#648F82
(100,143,130)
#779D91
(119,157,145)
#8AABA0
(138,171,160)
#9DB9AF
(157,185,175)
#B0C7BE
(176,199,190)
#C3D5CD
(195,213,205)
#D6E3DC
(214,227,220)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B6555 color. Also use rgb(43,101,85) instead hex code.

Text Font Color

.myTextColor { color: #2B6555; }

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

This text font color is #2B6555.


Background Color

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

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

This div background color is #2B6555.


Border color

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

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

This div border color is #2B6555.


Opacity

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

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

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

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

This text has shadow with #2B6555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B6555 on black background.


Color preview on white background

This text has color #2B6555 on white background.



Black color preview on #2B6555 background

This text has black color on #2B6555 background.


White color preview on #2B6555 background

This text has white color on #2B6555 background.