COLOR #2D463F

HEX: #2D463F
RGB: (45,70,63)

Color info

#2D463F contains red, green and blue colors in about the same proportion. Web safe color of #2D463F is #333333 (or #333).

RGB color model

#2D463F color RGB value is (45,70,63).

  • red value is 45;
  • green value is 70;
  • blue value is 63.
RGB:
(45,70,63)
(18%,27%,25%)

RGB channels and saturation

R 45 of 255 = 18%
G 70 of 255 = 27%
B 63 of 255 = 25%

45
70
63

R + G + B ~ 23%. #2D463F is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 70 + 63 = 178 (100%)
R 45 of 178 ~ 25.28%
G 70 of 178 ~ 39.33%
B 63 of 178 ~ 35.39%

%25.28
%39.33
%35.39

CMYK color model

#2D463F color CMYK value is (36,0,10,73).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(36,0,10,73)
C36M0Y10K73 
(36%,0%,10%,73%)
(0.36/0.00/0.10/0.73)	

CMYK percentages

%35.71
%0
%10
%72.55

Codes

Color #2D463F in popluar color models

2D463F
RGB457063
HSL163°21.74%22.55%
HSB/HSV163°35.71%27.45%
CMYK35.71%0.00%10.00%
72.55%

Color #2D463F in popluar number systems.

HEX2D463F
Decimal457063
Binary1011011000110111111
Octal5510677

Shades and tints

Shades of #2D463F

#2D463F
(45,70,63)
#29403A
(41,64,58)
#253A35
(37,58,53)
#213430
(33,52,48)
#1D2E2B
(29,46,43)
#192826
(25,40,38)
#152221
(21,34,33)
#111C1C
(17,28,28)
#0D1617
(13,22,23)
#091012
(9,16,18)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #2D463F

#2D463F
(45,70,63)
#405650
(64,86,80)
#536661
(83,102,97)
#667672
(102,118,114)
#798683
(121,134,131)
#8C9694
(140,150,148)
#9FA6A5
(159,166,165)
#B2B6B6
(178,182,182)
#C5C6C7
(197,198,199)
#D8D6D8
(216,214,216)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D463F color. Also use rgb(45,70,63) instead hex code.

Text Font Color

.myTextColor { color: #2D463F; }

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

This text font color is #2D463F.


Background Color

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

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

This div background color is #2D463F.


Border color

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

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

This div border color is #2D463F.


Opacity

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

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

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

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

This text has shadow with #2D463F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D463F on black background.


Color preview on white background

This text has color #2D463F on white background.



Black color preview on #2D463F background

This text has black color on #2D463F background.


White color preview on #2D463F background

This text has white color on #2D463F background.