COLOR #2F4C35

HEX: #2F4C35
RGB: (47,76,53)

Color info

#2F4C35 contains red, green and blue colors in about the same proportion. Web safe color of #2F4C35 is #333333 (or #333).

RGB color model

#2F4C35 color RGB value is (47,76,53).

  • red value is 47;
  • green value is 76;
  • blue value is 53.
RGB:
(47,76,53)
(18%,30%,21%)

RGB channels and saturation

R 47 of 255 = 18%
G 76 of 255 = 30%
B 53 of 255 = 21%

47
76
53

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

Portions of RGB colors in percentages

R + G + B =
47 + 76 + 53 = 176 (100%)
R 47 of 176 ~ 26.7%
G 76 of 176 ~ 43.18%
B 53 of 176 ~ 30.11%

%26.7
%43.18
%30.11

CMYK color model

#2F4C35 color CMYK value is (38,0,30,70).

  • cyan value is 38.16%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 70.20%
CMYK:
(38,0,30,70)
C38M0Y30K70 
(38%,0%,30%,70%)
(0.38/0.00/0.30/0.70)	

CMYK percentages

%38.16
%0
%30.26
%70.2

Codes

Color #2F4C35 in popluar color models

2F4C35
RGB477653
HSL132°23.58%24.12%
HSB/HSV132°38.16%29.80%
CMYK38.16%0.00%30.26%
70.20%

Color #2F4C35 in popluar number systems.

HEX2F4C35
Decimal477653
Binary1011111001100110101
Octal5711465

Shades and tints

Shades of #2F4C35

#2F4C35
(47,76,53)
#2B4631
(43,70,49)
#27402D
(39,64,45)
#233A29
(35,58,41)
#1F3425
(31,52,37)
#1B2E21
(27,46,33)
#17281D
(23,40,29)
#132219
(19,34,25)
#0F1C15
(15,28,21)
#0B1611
(11,22,17)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #2F4C35

#2F4C35
(47,76,53)
#415C47
(65,92,71)
#536C59
(83,108,89)
#657C6B
(101,124,107)
#778C7D
(119,140,125)
#899C8F
(137,156,143)
#9BACA1
(155,172,161)
#ADBCB3
(173,188,179)
#BFCCC5
(191,204,197)
#D1DCD7
(209,220,215)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4C35 color. Also use rgb(47,76,53) instead hex code.

Text Font Color

.myTextColor { color: #2F4C35; }

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

This text font color is #2F4C35.


Background Color

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

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

This div background color is #2F4C35.


Border color

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

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

This div border color is #2F4C35.


Opacity

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

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

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

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

This text has shadow with #2F4C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4C35 on black background.


Color preview on white background

This text has color #2F4C35 on white background.



Black color preview on #2F4C35 background

This text has black color on #2F4C35 background.


White color preview on #2F4C35 background

This text has white color on #2F4C35 background.