COLOR #2B664C

HEX: #2B664C
RGB: (43,102,76)

Color info

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

RGB color model

#2B664C color RGB value is (43,102,76).

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

RGB channels and saturation

R 43 of 255 = 17%
G 102 of 255 = 40%
B 76 of 255 = 30%

43
102
76

R + G + B ~ 29%. #2B664C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 102 + 76 = 221 (100%)
R 43 of 221 ~ 19.46%
G 102 of 221 ~ 46.15%
B 76 of 221 ~ 34.39%

%19.46
%46.15
%34.39

CMYK color model

#2B664C color CMYK value is (58,0,25,60).

  • cyan value is 57.84%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 60.00%
CMYK:
(58,0,25,60)
C58M0Y25K60 
(58%,0%,25%,60%)
(0.58/0.00/0.25/0.60)	

CMYK percentages

%57.84
%0
%25.49
%60

Codes

Color #2B664C in popluar color models

2B664C
RGB4310276
HSL154°40.69%28.43%
HSB/HSV154°57.84%40.00%
CMYK57.84%0.00%25.49%
60.00%

Color #2B664C in popluar number systems.

HEX2B664C
Decimal4310276
Binary10101111001101001100
Octal53146114

Shades and tints

Shades of #2B664C

#2B664C
(43,102,76)
#285D46
(40,93,70)
#255440
(37,84,64)
#224B3A
(34,75,58)
#1F4234
(31,66,52)
#1C392E
(28,57,46)
#193028
(25,48,40)
#162722
(22,39,34)
#131E1C
(19,30,28)
#101516
(16,21,22)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #2B664C

#2B664C
(43,102,76)
#3E735C
(62,115,92)
#51806C
(81,128,108)
#648D7C
(100,141,124)
#779A8C
(119,154,140)
#8AA79C
(138,167,156)
#9DB4AC
(157,180,172)
#B0C1BC
(176,193,188)
#C3CECC
(195,206,204)
#D6DBDC
(214,219,220)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B664C; }

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

This text font color is #2B664C.


Background Color

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

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

This div background color is #2B664C.


Border color

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

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

This div border color is #2B664C.


Opacity

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

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

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

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

This text has shadow with #2B664C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B664C on black background.


Color preview on white background

This text has color #2B664C on white background.



Black color preview on #2B664C background

This text has black color on #2B664C background.


White color preview on #2B664C background

This text has white color on #2B664C background.