COLOR #41463C

HEX: #41463C RGB: (65,70,60)

Color info

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

RGB color model

#41463C color RGB value is (65,70,60).

RGB: (65,70,60) (25%, 27%, 24%)

RGB channels and saturation

R 65 of 255 = 25%
G 70 of 255 = 27%
B 60 of 255 = 24%

65
70
60

R + G + B ~ 25%. #41463C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 70 + 60 = 195 (100%)
R 65 of 195 ~ 33.33%
G 70 of 195 ~ 35.9%
B 60 of 195 ~ 30.77'%

%33.33
%35.9
%30.77

CMYK color model

#41463C color CMYK value is (7,0,14,73).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 72.55%

CMYK: (7,0,14,73)
C7M0Y14K73 (7%, 0%, 14%, 73%)
(0.07 / 0.00 / 0.14 / 0.73)

CMYK percentages

%7.14
%0
%14.29
%72.55

Codes

Color #41463C in popluar color models

41 46 3C
RGB 65 70 60
HSL 90° 7.69% 25.49%
HSB/HSV 90° 14.29% 27.45%
CMYK 7.14% 0.00% 14.29%
72.55%

Color #41463C in popluar number systems.

HEX 41 46 3C
Decimal 65 70 60
Binary 1000001 1000110 111100
Octal 101 106 74

Shades and tints

Shades of #41463C

#41463C
(65,70,60)
#3C4037
(60,64,55)
#373A32
(55,58,50)
#32342D
(50,52,45)
#2D2E28
(45,46,40)
#282823
(40,40,35)
#23221E
(35,34,30)
#1E1C19
(30,28,25)
#191614
(25,22,20)
#14100F
(20,16,15)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #41463C

#41463C
(65,70,60)
#52564D
(82,86,77)
#63665E
(99,102,94)
#74766F
(116,118,111)
#858680
(133,134,128)
#969691
(150,150,145)
#A7A6A2
(167,166,162)
#B8B6B3
(184,182,179)
#C9C6C4
(201,198,196)
#DAD6D5
(218,214,213)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41463C color. Also use rgb(65,70,60) instead hex code.

Text Font Color

.myTextColor { color: #41463C; }

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

This text font color is #41463C.

Background Color

.myBgColor { background-color: #41463C; }

<div style="background-color:#41463C">Inner text</div>

This div background color is #41463C.

Border color

.myBorderColor { border: 1px solid #41463C; }

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

This div border color is #41463C.

Opacity

.myOpacity80 { color: #41463C; opacity: 0.8; }

<p style="color:#41463C;opacity:0.8;">80%</p>

Text with #41463C 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 #41463C;}

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

This text has shadow with #41463C color.


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

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

This text has shadow with #41463C primary color and red secondary color.


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

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

This text has shadow with #41463C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41463C.

Preview

Color preview on black background

This text has color #41463C on black background.


Color preview on white background

This text has color #41463C on white background.


Black color preview on #41463C background

This text has black color on #41463C background.


White color preview on #41463C background

This text has white color on #41463C background.


Related colors

Complementary color

Complementary color for #hex is #BEB9C3.


I love getcolorcode.com

Triadic colors

1 #3C4146 and #463C41 with #41463C are triadic colors.

2 #3C4641 and #46413C with #41463C are triadic colors.