COLOR #2F4335

HEX: #2F4335 RGB: (47,67,53)

Color info

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

RGB color model

#2F4335 color RGB value is (47,67,53).

RGB: (47,67,53) (18%, 26%, 21%)

RGB channels and saturation

R 47 of 255 = 18%
G 67 of 255 = 26%
B 53 of 255 = 21%

47
67
53

R + G + B ~ 22%. #2F4335 is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 67 + 53 = 167 (100%)
R 47 of 167 ~ 28.14%
G 67 of 167 ~ 40.12%
B 53 of 167 ~ 31.74'%

%28.14
%40.12
%31.74

CMYK color model

#2F4335 color CMYK value is (30,0,21,74).

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 73.73%

CMYK: (30,0,21,74)
C30M0Y21K74 (30%, 0%, 21%, 74%)
(0.30 / 0.00 / 0.21 / 0.74)

CMYK percentages

%29.85
%0
%20.9
%73.73

Codes

Color #2F4335 in popluar color models

2F 43 35
RGB 47 67 53
HSL 138° 17.54% 22.35%
HSB/HSV 138° 29.85% 26.27%
CMYK 29.85% 0.00% 20.90%
73.73%

Color #2F4335 in popluar number systems.

HEX 2F 43 35
Decimal 47 67 53
Binary 101111 1000011 110101
Octal 57 103 65

Shades and tints

Shades of #2F4335

#2F4335
(47,67,53)
#2B3D31
(43,61,49)
#27372D
(39,55,45)
#233129
(35,49,41)
#1F2B25
(31,43,37)
#1B2521
(27,37,33)
#171F1D
(23,31,29)
#131919
(19,25,25)
#0F1315
(15,19,21)
#0B0D11
(11,13,17)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #2F4335

#2F4335
(47,67,53)
#415447
(65,84,71)
#536559
(83,101,89)
#65766B
(101,118,107)
#77877D
(119,135,125)
#89988F
(137,152,143)
#9BA9A1
(155,169,161)
#ADBAB3
(173,186,179)
#BFCBC5
(191,203,197)
#D1DCD7
(209,220,215)
#E3EDE9
(227,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4335; }

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

This text font color is #2F4335.

Background Color

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

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

This div background color is #2F4335.

Border color

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

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

This div border color is #2F4335.

Opacity

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

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

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

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

This text has shadow with #2F4335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F4335.

Preview

Color preview on black background

This text has color #2F4335 on black background.


Color preview on white background

This text has color #2F4335 on white background.


Black color preview on #2F4335 background

This text has black color on #2F4335 background.


White color preview on #2F4335 background

This text has white color on #2F4335 background.


Related colors

Complementary color

Complementary color for #hex is #D0BCCA.


I love getcolorcode.com

Triadic colors

1 #352F43 and #43352F with #2F4335 are triadic colors.

2 #35432F and #432F35 with #2F4335 are triadic colors.