COLOR #3C472F

HEX: #3C472F RGB: (60,71,47)

Color info

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

RGB color model

#3C472F color RGB value is (60,71,47).

RGB: (60,71,47) (24%, 28%, 18%)

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 47 of 255 = 18%

60
71
47

R + G + B ~ 23%. #3C472F is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 71 + 47 = 178 (100%)
R 60 of 178 ~ 33.71%
G 71 of 178 ~ 39.89%
B 47 of 178 ~ 26.4'%

%33.71
%39.89
%26.4

CMYK color model

#3C472F color CMYK value is (15,0,34,72).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 72.16%

CMYK: (15,0,34,72)
C15M0Y34K72 (15%, 0%, 34%, 72%)
(0.15 / 0.00 / 0.34 / 0.72)

CMYK percentages

%15.49
%0
%33.8
%72.16

Codes

Color #3C472F in popluar color models

3C 47 2F
RGB 60 71 47
HSL 88° 20.34% 23.14%
HSB/HSV 88° 33.80% 27.84%
CMYK 15.49% 0.00% 33.80%
72.16%

Color #3C472F in popluar number systems.

HEX 3C 47 2F
Decimal 60 71 47
Binary 111100 1000111 101111
Octal 74 107 57

Shades and tints

Shades of #3C472F

#3C472F
(60,71,47)
#37412B
(55,65,43)
#323B27
(50,59,39)
#2D3523
(45,53,35)
#282F1F
(40,47,31)
#23291B
(35,41,27)
#1E2317
(30,35,23)
#191D13
(25,29,19)
#14170F
(20,23,15)
#0F110B
(15,17,11)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #3C472F

#3C472F
(60,71,47)
#4D5741
(77,87,65)
#5E6753
(94,103,83)
#6F7765
(111,119,101)
#808777
(128,135,119)
#919789
(145,151,137)
#A2A79B
(162,167,155)
#B3B7AD
(179,183,173)
#C4C7BF
(196,199,191)
#D5D7D1
(213,215,209)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C472F color. Also use rgb(60,71,47) instead hex code.

Text Font Color

.myTextColor { color: #3C472F; }

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

This text font color is #3C472F.

Background Color

.myBgColor { background-color: #3C472F; }

<div style="background-color:#3C472F">Inner text</div>

This div background color is #3C472F.

Border color

.myBorderColor { border: 1px solid #3C472F; }

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

This div border color is #3C472F.

Opacity

.myOpacity80 { color: #3C472F; opacity: 0.8; }

<p style="color:#3C472F;opacity:0.8;">80%</p>

Text with #3C472F 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 #3C472F;}

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

This text has shadow with #3C472F color.


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

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

This text has shadow with #3C472F primary color and red secondary color.


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

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

This text has shadow with #3C472F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3C472F.

Preview

Color preview on black background

This text has color #3C472F on black background.


Color preview on white background

This text has color #3C472F on white background.


Black color preview on #3C472F background

This text has black color on #3C472F background.


White color preview on #3C472F background

This text has white color on #3C472F background.


Related colors

Complementary color

Complementary color for #hex is #C3B8D0.


I love getcolorcode.com

Triadic colors

1 #2F3C47 and #472F3C with #3C472F are triadic colors.

2 #2F473C and #473C2F with #3C472F are triadic colors.