COLOR #2F552D

HEX: #2F552D
RGB: (47,85,45)

Color info

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

RGB color model

#2F552D color RGB value is (47,85,45).

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

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 45 of 255 = 18%

47
85
45

R + G + B ~ 23%. #2F552D is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 85 + 45 = 177 (100%)
R 47 of 177 ~ 26.55%
G 85 of 177 ~ 48.02%
B 45 of 177 ~ 25.42%

%26.55
%48.02
%25.42

CMYK color model

#2F552D color CMYK value is (45,0,47,67).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 66.67%
CMYK:
(45,0,47,67)
C45M0Y47K67 
(45%,0%,47%,67%)
(0.45/0.00/0.47/0.67)	

CMYK percentages

%44.71
%0
%47.06
%66.67

Codes

Color #2F552D in popluar color models

2F552D
RGB478545
HSL117°30.77%25.49%
HSB/HSV117°47.06%33.33%
CMYK44.71%0.00%47.06%
66.67%

Color #2F552D in popluar number systems.

HEX2F552D
Decimal478545
Binary1011111010101101101
Octal5712555

Shades and tints

Shades of #2F552D

#2F552D
(47,85,45)
#2B4E29
(43,78,41)
#274725
(39,71,37)
#234021
(35,64,33)
#1F391D
(31,57,29)
#1B3219
(27,50,25)
#172B15
(23,43,21)
#132411
(19,36,17)
#0F1D0D
(15,29,13)
#0B1609
(11,22,9)
#070F05
(7,15,5)
#000000
(0,0,0)

Tints of #2F552D

#2F552D
(47,85,45)
#416440
(65,100,64)
#537353
(83,115,83)
#658266
(101,130,102)
#779179
(119,145,121)
#89A08C
(137,160,140)
#9BAF9F
(155,175,159)
#ADBEB2
(173,190,178)
#BFCDC5
(191,205,197)
#D1DCD8
(209,220,216)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F552D; }

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

This text font color is #2F552D.


Background Color

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

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

This div background color is #2F552D.


Border color

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

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

This div border color is #2F552D.


Opacity

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

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

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

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

This text has shadow with #2F552D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F552D on black background.


Color preview on white background

This text has color #2F552D on white background.



Black color preview on #2F552D background

This text has black color on #2F552D background.


White color preview on #2F552D background

This text has white color on #2F552D background.