COLOR #2D7363

HEX: #2D7363
RGB: (45,115,99)

Color info

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

RGB color model

#2D7363 color RGB value is (45,115,99).

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

RGB channels and saturation

R 45 of 255 = 18%
G 115 of 255 = 45%
B 99 of 255 = 39%

45
115
99

R + G + B ~ 34%. #2D7363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 115 + 99 = 259 (100%)
R 45 of 259 ~ 17.37%
G 115 of 259 ~ 44.4%
B 99 of 259 ~ 38.22%

%17.37
%44.4
%38.22

CMYK color model

#2D7363 color CMYK value is (61,0,14,55).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 54.90%
CMYK:
(61,0,14,55)
C61M0Y14K55 
(61%,0%,14%,55%)
(0.61/0.00/0.14/0.55)	

CMYK percentages

%60.87
%0
%13.91
%54.9

Codes

Color #2D7363 in popluar color models

2D7363
RGB4511599
HSL166°43.75%31.37%
HSB/HSV166°60.87%45.10%
CMYK60.87%0.00%13.91%
54.90%

Color #2D7363 in popluar number systems.

HEX2D7363
Decimal4511599
Binary10110111100111100011
Octal55163143

Shades and tints

Shades of #2D7363

#2D7363
(45,115,99)
#29695A
(41,105,90)
#255F51
(37,95,81)
#215548
(33,85,72)
#1D4B3F
(29,75,63)
#194136
(25,65,54)
#15372D
(21,55,45)
#112D24
(17,45,36)
#0D231B
(13,35,27)
#091912
(9,25,18)
#050F09
(5,15,9)
#000000
(0,0,0)

Tints of #2D7363

#2D7363
(45,115,99)
#407F71
(64,127,113)
#538B7F
(83,139,127)
#66978D
(102,151,141)
#79A39B
(121,163,155)
#8CAFA9
(140,175,169)
#9FBBB7
(159,187,183)
#B2C7C5
(178,199,197)
#C5D3D3
(197,211,211)
#D8DFE1
(216,223,225)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D7363; }

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

This text font color is #2D7363.


Background Color

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

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

This div background color is #2D7363.


Border color

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

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

This div border color is #2D7363.


Opacity

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

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

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

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

This text has shadow with #2D7363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D7363 on black background.


Color preview on white background

This text has color #2D7363 on white background.



Black color preview on #2D7363 background

This text has black color on #2D7363 background.


White color preview on #2D7363 background

This text has white color on #2D7363 background.