COLOR #2D503B

HEX: #2D503B
RGB: (45,80,59)

Color info

#2D503B contains red, green and blue colors in about the same proportion. Web safe color of #2D503B is #336633 (or #363).

RGB color model

#2D503B color RGB value is (45,80,59).

  • red value is 45;
  • green value is 80;
  • blue value is 59.
RGB:
(45,80,59)
(18%,31%,23%)

RGB channels and saturation

R 45 of 255 = 18%
G 80 of 255 = 31%
B 59 of 255 = 23%

45
80
59

R + G + B ~ 24%. #2D503B is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 80 + 59 = 184 (100%)
R 45 of 184 ~ 24.46%
G 80 of 184 ~ 43.48%
B 59 of 184 ~ 32.07%

%24.46
%43.48
%32.07

CMYK color model

#2D503B color CMYK value is (44,0,26,69).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK:
(44,0,26,69)
C44M0Y26K69 
(44%,0%,26%,69%)
(0.44/0.00/0.26/0.69)	

CMYK percentages

%43.75
%0
%26.25
%68.63

Codes

Color #2D503B in popluar color models

2D503B
RGB458059
HSL144°28.00%24.51%
HSB/HSV144°43.75%31.37%
CMYK43.75%0.00%26.25%
68.63%

Color #2D503B in popluar number systems.

HEX2D503B
Decimal458059
Binary1011011010000111011
Octal5512073

Shades and tints

Shades of #2D503B

#2D503B
(45,80,59)
#294936
(41,73,54)
#254231
(37,66,49)
#213B2C
(33,59,44)
#1D3427
(29,52,39)
#192D22
(25,45,34)
#15261D
(21,38,29)
#111F18
(17,31,24)
#0D1813
(13,24,19)
#09110E
(9,17,14)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #2D503B

#2D503B
(45,80,59)
#405F4C
(64,95,76)
#536E5D
(83,110,93)
#667D6E
(102,125,110)
#798C7F
(121,140,127)
#8C9B90
(140,155,144)
#9FAAA1
(159,170,161)
#B2B9B2
(178,185,178)
#C5C8C3
(197,200,195)
#D8D7D4
(216,215,212)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D503B color. Also use rgb(45,80,59) instead hex code.

Text Font Color

.myTextColor { color: #2D503B; }

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

This text font color is #2D503B.


Background Color

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

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

This div background color is #2D503B.


Border color

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

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

This div border color is #2D503B.


Opacity

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

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

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

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

This text has shadow with #2D503B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D503B on black background.


Color preview on white background

This text has color #2D503B on white background.



Black color preview on #2D503B background

This text has black color on #2D503B background.


White color preview on #2D503B background

This text has white color on #2D503B background.