COLOR #2F553C

HEX: #2F553C
RGB: (47,85,60)

Color info

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

RGB color model

#2F553C color RGB value is (47,85,60).

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

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 60 of 255 = 24%

47
85
60

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

Portions of RGB colors in percentages

R + G + B =
47 + 85 + 60 = 192 (100%)
R 47 of 192 ~ 24.48%
G 85 of 192 ~ 44.27%
B 60 of 192 ~ 31.25%

%24.48
%44.27
%31.25

CMYK color model

#2F553C color CMYK value is (45,0,29,67).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 66.67%
CMYK:
(45,0,29,67)
C45M0Y29K67 
(45%,0%,29%,67%)
(0.45/0.00/0.29/0.67)	

CMYK percentages

%44.71
%0
%29.41
%66.67

Codes

Color #2F553C in popluar color models

2F553C
RGB478560
HSL141°28.79%25.88%
HSB/HSV141°44.71%33.33%
CMYK44.71%0.00%29.41%
66.67%

Color #2F553C in popluar number systems.

HEX2F553C
Decimal478560
Binary1011111010101111100
Octal5712574

Shades and tints

Shades of #2F553C

#2F553C
(47,85,60)
#2B4E37
(43,78,55)
#274732
(39,71,50)
#23402D
(35,64,45)
#1F3928
(31,57,40)
#1B3223
(27,50,35)
#172B1E
(23,43,30)
#132419
(19,36,25)
#0F1D14
(15,29,20)
#0B160F
(11,22,15)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #2F553C

#2F553C
(47,85,60)
#41644D
(65,100,77)
#53735E
(83,115,94)
#65826F
(101,130,111)
#779180
(119,145,128)
#89A091
(137,160,145)
#9BAFA2
(155,175,162)
#ADBEB3
(173,190,179)
#BFCDC4
(191,205,196)
#D1DCD5
(209,220,213)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F553C; }

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

This text font color is #2F553C.


Background Color

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

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

This div background color is #2F553C.


Border color

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

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

This div border color is #2F553C.


Opacity

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

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

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

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

This text has shadow with #2F553C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F553C on black background.


Color preview on white background

This text has color #2F553C on white background.



Black color preview on #2F553C background

This text has black color on #2F553C background.


White color preview on #2F553C background

This text has white color on #2F553C background.