COLOR #3C4341

HEX: #3C4341
RGB: (60,67,65)

Color info

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

RGB color model

#3C4341 color RGB value is (60,67,65).

  • red value is 60;
  • green value is 67;
  • blue value is 65.
RGB:
(60,67,65)
(24%,26%,25%)

RGB channels and saturation

R 60 of 255 = 24%
G 67 of 255 = 26%
B 65 of 255 = 25%

60
67
65

R + G + B ~ 25%. #3C4341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 67 + 65 = 192 (100%)
R 60 of 192 ~ 31.25%
G 67 of 192 ~ 34.9%
B 65 of 192 ~ 33.85%

%31.25
%34.9
%33.85

CMYK color model

#3C4341 color CMYK value is (10,0,3,74).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 73.73%
CMYK:
(10,0,3,74)
C10M0Y3K74 
(10%,0%,3%,74%)
(0.10/0.00/0.03/0.74)	

CMYK percentages

%10.45
%0
%2.99
%73.73

Codes

Color #3C4341 in popluar color models

3C4341
RGB606765
HSL163°5.51%24.90%
HSB/HSV163°10.45%26.27%
CMYK10.45%0.00%2.99%
73.73%

Color #3C4341 in popluar number systems.

HEX3C4341
Decimal606765
Binary11110010000111000001
Octal74103101

Shades and tints

Shades of #3C4341

#3C4341
(60,67,65)
#373D3C
(55,61,60)
#323737
(50,55,55)
#2D3132
(45,49,50)
#282B2D
(40,43,45)
#232528
(35,37,40)
#1E1F23
(30,31,35)
#19191E
(25,25,30)
#141319
(20,19,25)
#0F0D14
(15,13,20)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #3C4341

#3C4341
(60,67,65)
#4D5452
(77,84,82)
#5E6563
(94,101,99)
#6F7674
(111,118,116)
#808785
(128,135,133)
#919896
(145,152,150)
#A2A9A7
(162,169,167)
#B3BAB8
(179,186,184)
#C4CBC9
(196,203,201)
#D5DCDA
(213,220,218)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4341 color. Also use rgb(60,67,65) instead hex code.

Text Font Color

.myTextColor { color: #3C4341; }

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

This text font color is #3C4341.


Background Color

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

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

This div background color is #3C4341.


Border color

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

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

This div border color is #3C4341.


Opacity

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

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

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

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

This text has shadow with #3C4341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4341 on black background.


Color preview on white background

This text has color #3C4341 on white background.



Black color preview on #3C4341 background

This text has black color on #3C4341 background.


White color preview on #3C4341 background

This text has white color on #3C4341 background.