COLOR #2B554C

HEX: #2B554C
RGB: (43,85,76)

Color info

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

RGB color model

#2B554C color RGB value is (43,85,76).

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

RGB channels and saturation

R 43 of 255 = 17%
G 85 of 255 = 33%
B 76 of 255 = 30%

43
85
76

R + G + B ~ 27%. #2B554C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 85 + 76 = 204 (100%)
R 43 of 204 ~ 21.08%
G 85 of 204 ~ 41.67%
B 76 of 204 ~ 37.25%

%21.08
%41.67
%37.25

CMYK color model

#2B554C color CMYK value is (49,0,11,67).

  • cyan value is 49.41%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(49,0,11,67)
C49M0Y11K67 
(49%,0%,11%,67%)
(0.49/0.00/0.11/0.67)	

CMYK percentages

%49.41
%0
%10.59
%66.67

Codes

Color #2B554C in popluar color models

2B554C
RGB438576
HSL167°32.81%25.10%
HSB/HSV167°49.41%33.33%
CMYK49.41%0.00%10.59%
66.67%

Color #2B554C in popluar number systems.

HEX2B554C
Decimal438576
Binary10101110101011001100
Octal53125114

Shades and tints

Shades of #2B554C

#2B554C
(43,85,76)
#284E46
(40,78,70)
#254740
(37,71,64)
#22403A
(34,64,58)
#1F3934
(31,57,52)
#1C322E
(28,50,46)
#192B28
(25,43,40)
#162422
(22,36,34)
#131D1C
(19,29,28)
#101616
(16,22,22)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #2B554C

#2B554C
(43,85,76)
#3E645C
(62,100,92)
#51736C
(81,115,108)
#64827C
(100,130,124)
#77918C
(119,145,140)
#8AA09C
(138,160,156)
#9DAFAC
(157,175,172)
#B0BEBC
(176,190,188)
#C3CDCC
(195,205,204)
#D6DCDC
(214,220,220)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B554C; }

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

This text font color is #2B554C.


Background Color

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

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

This div background color is #2B554C.


Border color

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

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

This div border color is #2B554C.


Opacity

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

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

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

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

This text has shadow with #2B554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B554C on black background.


Color preview on white background

This text has color #2B554C on white background.



Black color preview on #2B554C background

This text has black color on #2B554C background.


White color preview on #2B554C background

This text has white color on #2B554C background.