COLOR #2D593B

HEX: #2D593B
RGB: (45,89,59)

Color info

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

RGB color model

#2D593B color RGB value is (45,89,59).

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

RGB channels and saturation

R 45 of 255 = 18%
G 89 of 255 = 35%
B 59 of 255 = 23%

45
89
59

R + G + B ~ 25%. #2D593B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 89 + 59 = 193 (100%)
R 45 of 193 ~ 23.32%
G 89 of 193 ~ 46.11%
B 59 of 193 ~ 30.57%

%23.32
%46.11
%30.57

CMYK color model

#2D593B color CMYK value is (49,0,34,65).

  • cyan value is 49.44%
  • magenta value is 0.00%
  • yellow value is 33.71%
  • key color value is 65.10%
CMYK:
(49,0,34,65)
C49M0Y34K65 
(49%,0%,34%,65%)
(0.49/0.00/0.34/0.65)	

CMYK percentages

%49.44
%0
%33.71
%65.1

Codes

Color #2D593B in popluar color models

2D593B
RGB458959
HSL139°32.84%26.27%
HSB/HSV139°49.44%34.90%
CMYK49.44%0.00%33.71%
65.10%

Color #2D593B in popluar number systems.

HEX2D593B
Decimal458959
Binary1011011011001111011
Octal5513173

Shades and tints

Shades of #2D593B

#2D593B
(45,89,59)
#295136
(41,81,54)
#254931
(37,73,49)
#21412C
(33,65,44)
#1D3927
(29,57,39)
#193122
(25,49,34)
#15291D
(21,41,29)
#112118
(17,33,24)
#0D1913
(13,25,19)
#09110E
(9,17,14)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #2D593B

#2D593B
(45,89,59)
#40684C
(64,104,76)
#53775D
(83,119,93)
#66866E
(102,134,110)
#79957F
(121,149,127)
#8CA490
(140,164,144)
#9FB3A1
(159,179,161)
#B2C2B2
(178,194,178)
#C5D1C3
(197,209,195)
#D8E0D4
(216,224,212)
#EBEFE5
(235,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D593B; }

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

This text font color is #2D593B.


Background Color

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

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

This div background color is #2D593B.


Border color

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

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

This div border color is #2D593B.


Opacity

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

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

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

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

This text has shadow with #2D593B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D593B on black background.


Color preview on white background

This text has color #2D593B on white background.



Black color preview on #2D593B background

This text has black color on #2D593B background.


White color preview on #2D593B background

This text has white color on #2D593B background.