COLOR #2D3425

HEX: #2D3425
RGB: (45,52,37)

Color info

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

RGB color model

#2D3425 color RGB value is (45,52,37).

  • red value is 45;
  • green value is 52;
  • blue value is 37.
RGB:
(45,52,37)
(18%,20%,15%)

RGB channels and saturation

R 45 of 255 = 18%
G 52 of 255 = 20%
B 37 of 255 = 15%

45
52
37

R + G + B ~ 18%. #2D3425 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 52 + 37 = 134 (100%)
R 45 of 134 ~ 33.58%
G 52 of 134 ~ 38.81%
B 37 of 134 ~ 27.61%

%33.58
%38.81
%27.61

CMYK color model

#2D3425 color CMYK value is (13,0,29,80).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 79.61%
CMYK:
(13,0,29,80)
C13M0Y29K80 
(13%,0%,29%,80%)
(0.13/0.00/0.29/0.80)	

CMYK percentages

%13.46
%0
%28.85
%79.61

Codes

Color #2D3425 in popluar color models

2D3425
RGB455237
HSL88°16.85%17.45%
HSB/HSV88°28.85%20.39%
CMYK13.46%0.00%28.85%
79.61%

Color #2D3425 in popluar number systems.

HEX2D3425
Decimal455237
Binary101101110100100101
Octal556445

Shades and tints

Shades of #2D3425

#2D3425
(45,52,37)
#293022
(41,48,34)
#252C1F
(37,44,31)
#21281C
(33,40,28)
#1D2419
(29,36,25)
#192016
(25,32,22)
#151C13
(21,28,19)
#111810
(17,24,16)
#0D140D
(13,20,13)
#09100A
(9,16,10)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #2D3425

#2D3425
(45,52,37)
#404638
(64,70,56)
#53584B
(83,88,75)
#666A5E
(102,106,94)
#797C71
(121,124,113)
#8C8E84
(140,142,132)
#9FA097
(159,160,151)
#B2B2AA
(178,178,170)
#C5C4BD
(197,196,189)
#D8D6D0
(216,214,208)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3425 color. Also use rgb(45,52,37) instead hex code.

Text Font Color

.myTextColor { color: #2D3425; }

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

This text font color is #2D3425.


Background Color

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

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

This div background color is #2D3425.


Border color

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

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

This div border color is #2D3425.


Opacity

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

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

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

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

This text has shadow with #2D3425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3425 on black background.


Color preview on white background

This text has color #2D3425 on white background.



Black color preview on #2D3425 background

This text has black color on #2D3425 background.


White color preview on #2D3425 background

This text has white color on #2D3425 background.