COLOR #2F6355

HEX: #2F6355 RGB: (47,99,85)

Color info

#2F6355 contains red, green and blue colors in about the same proportion. Web safe color of #2F6355 is #336666 (or #366).

RGB color model

#2F6355 color RGB value is (47,99,85).

RGB: (47,99,85) (18%, 39%, 33%)

RGB channels and saturation

R 47 of 255 = 18%
G 99 of 255 = 39%
B 85 of 255 = 33%

47
99
85

R + G + B ~ 30%. #2F6355 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 99 + 85 = 231 (100%)
R 47 of 231 ~ 20.35%
G 99 of 231 ~ 42.86%
B 85 of 231 ~ 36.8'%

%20.35
%42.86
%36.8

CMYK color model

#2F6355 color CMYK value is (53,0,14,61).

  • cyan value is 52.53%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 61.18%

CMYK: (53,0,14,61)
C53M0Y14K61 (53%, 0%, 14%, 61%)
(0.53 / 0.00 / 0.14 / 0.61)

CMYK percentages

%52.53
%0
%14.14
%61.18

Codes

Color #2F6355 in popluar color models

2F 63 55
RGB 47 99 85
HSL 164° 35.62% 28.63%
HSB/HSV 164° 52.53% 38.82%
CMYK 52.53% 0.00% 14.14%
61.18%

Color #2F6355 in popluar number systems.

HEX 2F 63 55
Decimal 47 99 85
Binary 101111 1100011 1010101
Octal 57 143 125

Shades and tints

Shades of #2F6355

#2F6355
(47,99,85)
#2B5A4E
(43,90,78)
#275147
(39,81,71)
#234840
(35,72,64)
#1F3F39
(31,63,57)
#1B3632
(27,54,50)
#172D2B
(23,45,43)
#132424
(19,36,36)
#0F1B1D
(15,27,29)
#0B1216
(11,18,22)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #2F6355

#2F6355
(47,99,85)
#417164
(65,113,100)
#537F73
(83,127,115)
#658D82
(101,141,130)
#779B91
(119,155,145)
#89A9A0
(137,169,160)
#9BB7AF
(155,183,175)
#ADC5BE
(173,197,190)
#BFD3CD
(191,211,205)
#D1E1DC
(209,225,220)
#E3EFEB
(227,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6355 color. Also use rgb(47,99,85) instead hex code.

Text Font Color

.myTextColor { color: #2F6355; }

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

This text font color is #2F6355.

Background Color

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

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

This div background color is #2F6355.

Border color

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

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

This div border color is #2F6355.

Opacity

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

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

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

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

This text has shadow with #2F6355 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F6355.

Preview

Color preview on black background

This text has color #2F6355 on black background.


Color preview on white background

This text has color #2F6355 on white background.


Black color preview on #2F6355 background

This text has black color on #2F6355 background.


White color preview on #2F6355 background

This text has white color on #2F6355 background.


Related colors

Complementary color

Complementary color for #hex is #D09CAA.


I love getcolorcode.com

Triadic colors

1 #552F63 and #63552F with #2F6355 are triadic colors.

2 #55632F and #632F55 with #2F6355 are triadic colors.