COLOR #2F6553

HEX: #2F6553 RGB: (47,101,83)

Color info

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

RGB color model

#2F6553 color RGB value is (47,101,83).

RGB: (47,101,83) (18%, 40%, 33%)

RGB channels and saturation

R 47 of 255 = 18%
G 101 of 255 = 40%
B 83 of 255 = 33%

47
101
83

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

Portions of RGB colors in percentages

R + G + B = 47 + 101 + 83 = 231 (100%)
R 47 of 231 ~ 20.35%
G 101 of 231 ~ 43.72%
B 83 of 231 ~ 35.93'%

%20.35
%43.72
%35.93

CMYK color model

#2F6553 color CMYK value is (53,0,18,60).

  • cyan value is 53.47%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 60.39%
CMYK: (53,0,18,60) C53M0Y18K60 (53%,0%,18%,60%) (0.53/0.00/0.18/0.60) 

CMYK percentages

%53.47
%0
%17.82
%60.39

Codes

Color #2F6553 in popluar color models

2F 65 53
RGB 47 101 83
HSL 160° 36.49% 29.02%
HSB/HSV 160° 53.47% 39.61%
CMYK 53.47% 0.00% 17.82%
60.39%

Color #2F6553 in popluar number systems.

HEX 2F 65 53
Decimal 47 101 83
Binary 101111 1100101 1010011
Octal 57 145 123

Shades and tints

Shades of #2F6553

#2F6553
(47,101,83)
#2B5C4C
(43,92,76)
#275345
(39,83,69)
#234A3E
(35,74,62)
#1F4137
(31,65,55)
#1B3830
(27,56,48)
#172F29
(23,47,41)
#132622
(19,38,34)
#0F1D1B
(15,29,27)
#0B1414
(11,20,20)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #2F6553

#2F6553
(47,101,83)
#417362
(65,115,98)
#538171
(83,129,113)
#658F80
(101,143,128)
#779D8F
(119,157,143)
#89AB9E
(137,171,158)
#9BB9AD
(155,185,173)
#ADC7BC
(173,199,188)
#BFD5CB
(191,213,203)
#D1E3DA
(209,227,218)
#E3F1E9
(227,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6553 color. Also use rgb(47,101,83) instead hex code.

Text Font Color

.myTextColor { color: #2F6553; }

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

This text font color is #2F6553.

Background Color

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

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

This div background color is #2F6553.

Border color

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

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

This div border color is #2F6553.

Opacity

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

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

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

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

This text has shadow with #2F6553 color.

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

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

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

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

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

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2F6553.

Preview

Color preview on black background

This text has color #2F6553 on black background.


Color preview on white background

This text has color #2F6553 on white background.



Black color preview on #2F6553 background

This text has black color on #2F6553 background.


White color preview on #2F6553 background

This text has white color on #2F6553 background.