COLOR #2B4D52

HEX: #2B4D52
RGB: (43,77,82)

Color info

#2B4D52 contains red, green and blue colors in about the same proportion. Web safe color of #2B4D52 is #333366 (or #336).

RGB color model

#2B4D52 color RGB value is (43,77,82).

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

RGB channels and saturation

R 43 of 255 = 17%
G 77 of 255 = 30%
B 82 of 255 = 32%

43
77
82

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

Portions of RGB colors in percentages

R + G + B =
43 + 77 + 82 = 202 (100%)
R 43 of 202 ~ 21.29%
G 77 of 202 ~ 38.12%
B 82 of 202 ~ 40.59%

%21.29
%38.12
%40.59

CMYK color model

#2B4D52 color CMYK value is (48,6,0,68).

  • cyan value is 47.56%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(48,6,0,68)
C48M6Y0K68 
(48%,6%,0%,68%)
(0.48/0.06/0.00/0.68)	

CMYK percentages

%47.56
%6.1
%0
%67.84

Codes

Color #2B4D52 in popluar color models

2B4D52
RGB437782
HSL188°31.20%24.51%
HSB/HSV188°47.56%32.16%
CMYK47.56%6.10%0.00%
67.84%

Color #2B4D52 in popluar number systems.

HEX2B4D52
Decimal437782
Binary10101110011011010010
Octal53115122

Shades and tints

Shades of #2B4D52

#2B4D52
(43,77,82)
#28464B
(40,70,75)
#253F44
(37,63,68)
#22383D
(34,56,61)
#1F3136
(31,49,54)
#1C2A2F
(28,42,47)
#192328
(25,35,40)
#161C21
(22,28,33)
#13151A
(19,21,26)
#100E13
(16,14,19)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #2B4D52

#2B4D52
(43,77,82)
#3E5D61
(62,93,97)
#516D70
(81,109,112)
#647D7F
(100,125,127)
#778D8E
(119,141,142)
#8A9D9D
(138,157,157)
#9DADAC
(157,173,172)
#B0BDBB
(176,189,187)
#C3CDCA
(195,205,202)
#D6DDD9
(214,221,217)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4D52; }

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

This text font color is #2B4D52.


Background Color

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

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

This div background color is #2B4D52.


Border color

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

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

This div border color is #2B4D52.


Opacity

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

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

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

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

This text has shadow with #2B4D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4D52 on black background.


Color preview on white background

This text has color #2B4D52 on white background.



Black color preview on #2B4D52 background

This text has black color on #2B4D52 background.


White color preview on #2B4D52 background

This text has white color on #2B4D52 background.