COLOR #2B515D

HEX: #2B515D
RGB: (43,81,93)

Color info

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

RGB color model

#2B515D color RGB value is (43,81,93).

  • red value is 43;
  • green value is 81;
  • blue value is 93.
RGB:
(43,81,93)
(17%,32%,36%)

RGB channels and saturation

R 43 of 255 = 17%
G 81 of 255 = 32%
B 93 of 255 = 36%

43
81
93

R + G + B ~ 28%. #2B515D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 81 + 93 = 217 (100%)
R 43 of 217 ~ 19.82%
G 81 of 217 ~ 37.33%
B 93 of 217 ~ 42.86%

%19.82
%37.33
%42.86

CMYK color model

#2B515D color CMYK value is (54,13,0,64).

  • cyan value is 53.76%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(54,13,0,64)
C54M13Y0K64 
(54%,13%,0%,64%)
(0.54/0.13/0.00/0.64)	

CMYK percentages

%53.76
%12.9
%0
%63.53

Codes

Color #2B515D in popluar color models

2B515D
RGB438193
HSL194°36.76%26.67%
HSB/HSV194°53.76%36.47%
CMYK53.76%12.90%0.00%
63.53%

Color #2B515D in popluar number systems.

HEX2B515D
Decimal438193
Binary10101110100011011101
Octal53121135

Shades and tints

Shades of #2B515D

#2B515D
(43,81,93)
#284A55
(40,74,85)
#25434D
(37,67,77)
#223C45
(34,60,69)
#1F353D
(31,53,61)
#1C2E35
(28,46,53)
#19272D
(25,39,45)
#162025
(22,32,37)
#13191D
(19,25,29)
#101215
(16,18,21)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #2B515D

#2B515D
(43,81,93)
#3E606B
(62,96,107)
#516F79
(81,111,121)
#647E87
(100,126,135)
#778D95
(119,141,149)
#8A9CA3
(138,156,163)
#9DABB1
(157,171,177)
#B0BABF
(176,186,191)
#C3C9CD
(195,201,205)
#D6D8DB
(214,216,219)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B515D color. Also use rgb(43,81,93) instead hex code.

Text Font Color

.myTextColor { color: #2B515D; }

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

This text font color is #2B515D.


Background Color

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

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

This div background color is #2B515D.


Border color

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

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

This div border color is #2B515D.


Opacity

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

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

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

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

This text has shadow with #2B515D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B515D on black background.


Color preview on white background

This text has color #2B515D on white background.



Black color preview on #2B515D background

This text has black color on #2B515D background.


White color preview on #2B515D background

This text has white color on #2B515D background.