COLOR #2D7353

HEX: #2D7353
RGB: (45,115,83)

Color info

#2D7353 contains mainly green and blue colors. Web safe color of #2D7353 is #336666 (or #366).

RGB color model

#2D7353 color RGB value is (45,115,83).

  • red value is 45;
  • green value is 115;
  • blue value is 83.
RGB:
(45,115,83)
(18%,45%,33%)

RGB channels and saturation

R 45 of 255 = 18%
G 115 of 255 = 45%
B 83 of 255 = 33%

45
115
83

R + G + B ~ 32%. #2D7353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 115 + 83 = 243 (100%)
R 45 of 243 ~ 18.52%
G 115 of 243 ~ 47.33%
B 83 of 243 ~ 34.16%

%18.52
%47.33
%34.16

CMYK color model

#2D7353 color CMYK value is (61,0,28,55).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 54.90%
CMYK:
(61,0,28,55)
C61M0Y28K55 
(61%,0%,28%,55%)
(0.61/0.00/0.28/0.55)	

CMYK percentages

%60.87
%0
%27.83
%54.9

Codes

Color #2D7353 in popluar color models

2D7353
RGB4511583
HSL153°43.75%31.37%
HSB/HSV153°60.87%45.10%
CMYK60.87%0.00%27.83%
54.90%

Color #2D7353 in popluar number systems.

HEX2D7353
Decimal4511583
Binary10110111100111010011
Octal55163123

Shades and tints

Shades of #2D7353

#2D7353
(45,115,83)
#29694C
(41,105,76)
#255F45
(37,95,69)
#21553E
(33,85,62)
#1D4B37
(29,75,55)
#194130
(25,65,48)
#153729
(21,55,41)
#112D22
(17,45,34)
#0D231B
(13,35,27)
#091914
(9,25,20)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #2D7353

#2D7353
(45,115,83)
#407F62
(64,127,98)
#538B71
(83,139,113)
#669780
(102,151,128)
#79A38F
(121,163,143)
#8CAF9E
(140,175,158)
#9FBBAD
(159,187,173)
#B2C7BC
(178,199,188)
#C5D3CB
(197,211,203)
#D8DFDA
(216,223,218)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D7353 color. Also use rgb(45,115,83) instead hex code.

Text Font Color

.myTextColor { color: #2D7353; }

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

This text font color is #2D7353.


Background Color

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

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

This div background color is #2D7353.


Border color

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

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

This div border color is #2D7353.


Opacity

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

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

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

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

This text has shadow with #2D7353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D7353 on black background.


Color preview on white background

This text has color #2D7353 on white background.



Black color preview on #2D7353 background

This text has black color on #2D7353 background.


White color preview on #2D7353 background

This text has white color on #2D7353 background.