COLOR #2F481D

HEX: #2F481D RGB: (47,72,29)

Color info

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

RGB color model

#2F481D color RGB value is (47,72,29).

RGB: (47,72,29) (18%, 28%, 11%)

RGB channels and saturation

R 47 of 255 = 18%
G 72 of 255 = 28%
B 29 of 255 = 11%

47
72
29

R + G + B ~ 19%. #2F481D is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 72 + 29 = 148 (100%)
R 47 of 148 ~ 31.76%
G 72 of 148 ~ 48.65%
B 29 of 148 ~ 19.59'%

%31.76
%48.65
%19.59

CMYK color model

#2F481D color CMYK value is (35,0,60,72).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 59.72%
  • key color value is 71.76%

CMYK: (35,0,60,72)
C35M0Y60K72 (35%, 0%, 60%, 72%)
(0.35 / 0.00 / 0.60 / 0.72)

CMYK percentages

%34.72
%0
%59.72
%71.76

Codes

Color #2F481D in popluar color models

2F 48 1D
RGB 47 72 29
HSL 95° 42.57% 19.80%
HSB/HSV 95° 59.72% 28.24%
CMYK 34.72% 0.00% 59.72%
71.76%

Color #2F481D in popluar number systems.

HEX 2F 48 1D
Decimal 47 72 29
Binary 101111 1001000 11101
Octal 57 110 35

Shades and tints

Shades of #2F481D

#2F481D
(47,72,29)
#2B421B
(43,66,27)
#273C19
(39,60,25)
#233617
(35,54,23)
#1F3015
(31,48,21)
#1B2A13
(27,42,19)
#172411
(23,36,17)
#131E0F
(19,30,15)
#0F180D
(15,24,13)
#0B120B
(11,18,11)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #2F481D

#2F481D
(47,72,29)
#415831
(65,88,49)
#536845
(83,104,69)
#657859
(101,120,89)
#77886D
(119,136,109)
#899881
(137,152,129)
#9BA895
(155,168,149)
#ADB8A9
(173,184,169)
#BFC8BD
(191,200,189)
#D1D8D1
(209,216,209)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F481D color. Also use rgb(47,72,29) instead hex code.

Text Font Color

.myTextColor { color: #2F481D; }

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

This text font color is #2F481D.

Background Color

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

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

This div background color is #2F481D.

Border color

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

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

This div border color is #2F481D.

Opacity

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

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

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

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

This text has shadow with #2F481D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F481D.

Preview

Color preview on black background

This text has color #2F481D on black background.


Color preview on white background

This text has color #2F481D on white background.


Black color preview on #2F481D background

This text has black color on #2F481D background.


White color preview on #2F481D background

This text has white color on #2F481D background.


Related colors

Complementary color

Complementary color for #hex is #D0B7E2.


I love getcolorcode.com

Triadic colors

1 #1D2F48 and #481D2F with #2F481D are triadic colors.

2 #1D482F and #482F1D with #2F481D are triadic colors.