COLOR #2D463A

HEX: #2D463A
RGB: (45,70,58)

Color info

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

RGB color model

#2D463A color RGB value is (45,70,58).

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

RGB channels and saturation

R 45 of 255 = 18%
G 70 of 255 = 27%
B 58 of 255 = 23%

45
70
58

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

Portions of RGB colors in percentages

R + G + B =
45 + 70 + 58 = 173 (100%)
R 45 of 173 ~ 26.01%
G 70 of 173 ~ 40.46%
B 58 of 173 ~ 33.53%

%26.01
%40.46
%33.53

CMYK color model

#2D463A color CMYK value is (36,0,17,73).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 72.55%
CMYK:
(36,0,17,73)
C36M0Y17K73 
(36%,0%,17%,73%)
(0.36/0.00/0.17/0.73)	

CMYK percentages

%35.71
%0
%17.14
%72.55

Codes

Color #2D463A in popluar color models

2D463A
RGB457058
HSL151°21.74%22.55%
HSB/HSV151°35.71%27.45%
CMYK35.71%0.00%17.14%
72.55%

Color #2D463A in popluar number systems.

HEX2D463A
Decimal457058
Binary1011011000110111010
Octal5510672

Shades and tints

Shades of #2D463A

#2D463A
(45,70,58)
#294035
(41,64,53)
#253A30
(37,58,48)
#21342B
(33,52,43)
#1D2E26
(29,46,38)
#192821
(25,40,33)
#15221C
(21,34,28)
#111C17
(17,28,23)
#0D1612
(13,22,18)
#09100D
(9,16,13)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #2D463A

#2D463A
(45,70,58)
#40564B
(64,86,75)
#53665C
(83,102,92)
#66766D
(102,118,109)
#79867E
(121,134,126)
#8C968F
(140,150,143)
#9FA6A0
(159,166,160)
#B2B6B1
(178,182,177)
#C5C6C2
(197,198,194)
#D8D6D3
(216,214,211)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D463A; }

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

This text font color is #2D463A.


Background Color

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

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

This div background color is #2D463A.


Border color

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

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

This div border color is #2D463A.


Opacity

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

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

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

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

This text has shadow with #2D463A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D463A on black background.


Color preview on white background

This text has color #2D463A on white background.



Black color preview on #2D463A background

This text has black color on #2D463A background.


White color preview on #2D463A background

This text has white color on #2D463A background.