COLOR #2D553D

HEX: #2D553D
RGB: (45,85,61)

Color info

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

RGB color model

#2D553D color RGB value is (45,85,61).

  • red value is 45;
  • green value is 85;
  • blue value is 61.
RGB:
(45,85,61)
(18%,33%,24%)

RGB channels and saturation

R 45 of 255 = 18%
G 85 of 255 = 33%
B 61 of 255 = 24%

45
85
61

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

Portions of RGB colors in percentages

R + G + B =
45 + 85 + 61 = 191 (100%)
R 45 of 191 ~ 23.56%
G 85 of 191 ~ 44.5%
B 61 of 191 ~ 31.94%

%23.56
%44.5
%31.94

CMYK color model

#2D553D color CMYK value is (47,0,28,67).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(47,0,28,67)
C47M0Y28K67 
(47%,0%,28%,67%)
(0.47/0.00/0.28/0.67)	

CMYK percentages

%47.06
%0
%28.24
%66.67

Codes

Color #2D553D in popluar color models

2D553D
RGB458561
HSL144°30.77%25.49%
HSB/HSV144°47.06%33.33%
CMYK47.06%0.00%28.24%
66.67%

Color #2D553D in popluar number systems.

HEX2D553D
Decimal458561
Binary1011011010101111101
Octal5512575

Shades and tints

Shades of #2D553D

#2D553D
(45,85,61)
#294E38
(41,78,56)
#254733
(37,71,51)
#21402E
(33,64,46)
#1D3929
(29,57,41)
#193224
(25,50,36)
#152B1F
(21,43,31)
#11241A
(17,36,26)
#0D1D15
(13,29,21)
#091610
(9,22,16)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #2D553D

#2D553D
(45,85,61)
#40644E
(64,100,78)
#53735F
(83,115,95)
#668270
(102,130,112)
#799181
(121,145,129)
#8CA092
(140,160,146)
#9FAFA3
(159,175,163)
#B2BEB4
(178,190,180)
#C5CDC5
(197,205,197)
#D8DCD6
(216,220,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D553D color. Also use rgb(45,85,61) instead hex code.

Text Font Color

.myTextColor { color: #2D553D; }

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

This text font color is #2D553D.


Background Color

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

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

This div background color is #2D553D.


Border color

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

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

This div border color is #2D553D.


Opacity

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

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

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

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

This text has shadow with #2D553D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D553D on black background.


Color preview on white background

This text has color #2D553D on white background.



Black color preview on #2D553D background

This text has black color on #2D553D background.


White color preview on #2D553D background

This text has white color on #2D553D background.