COLOR #41534F

HEX: #41534F RGB: (65,83,79)

Color info

#41534F contains red, green and blue colors in about the same proportion. Web safe color of #41534F is #336666 (or #366).

RGB color model

#41534F color RGB value is (65,83,79).

RGB: (65,83,79) (25%, 33%, 31%)

RGB channels and saturation

R 65 of 255 = 25%
G 83 of 255 = 33%
B 79 of 255 = 31%

65
83
79

R + G + B ~ 30%. #41534F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 83 + 79 = 227 (100%)
R 65 of 227 ~ 28.63%
G 83 of 227 ~ 36.56%
B 79 of 227 ~ 34.8'%

%28.63
%36.56
%34.8

CMYK color model

#41534F color CMYK value is (22,0,5,67).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 67.45%

CMYK: (22,0,5,67)
C22M0Y5K67 (22%, 0%, 5%, 67%)
(0.22 / 0.00 / 0.05 / 0.67)

CMYK percentages

%21.69
%0
%4.82
%67.45

Codes

Color #41534F in popluar color models

41 53 4F
RGB 65 83 79
HSL 167° 12.16% 29.02%
HSB/HSV 167° 21.69% 32.55%
CMYK 21.69% 0.00% 4.82%
67.45%

Color #41534F in popluar number systems.

HEX 41 53 4F
Decimal 65 83 79
Binary 1000001 1010011 1001111
Octal 101 123 117

Shades and tints

Shades of #41534F

#41534F
(65,83,79)
#3C4C48
(60,76,72)
#374541
(55,69,65)
#323E3A
(50,62,58)
#2D3733
(45,55,51)
#28302C
(40,48,44)
#232925
(35,41,37)
#1E221E
(30,34,30)
#191B17
(25,27,23)
#141410
(20,20,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #41534F

#41534F
(65,83,79)
#52625F
(82,98,95)
#63716F
(99,113,111)
#74807F
(116,128,127)
#858F8F
(133,143,143)
#969E9F
(150,158,159)
#A7ADAF
(167,173,175)
#B8BCBF
(184,188,191)
#C9CBCF
(201,203,207)
#DADADF
(218,218,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41534F color. Also use rgb(65,83,79) instead hex code.

Text Font Color

.myTextColor { color: #41534F; }

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

This text font color is #41534F.

Background Color

.myBgColor { background-color: #41534F; }

<div style="background-color:#41534F">Inner text</div>

This div background color is #41534F.

Border color

.myBorderColor { border: 1px solid #41534F; }

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

This div border color is #41534F.

Opacity

.myOpacity80 { color: #41534F; opacity: 0.8; }

<p style="color:#41534F;opacity:0.8;">80%</p>

Text with #41534F 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 #41534F;}

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

This text has shadow with #41534F color.


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

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

This text has shadow with #41534F primary color and red secondary color.


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

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

This text has shadow with #41534F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41534F.

Preview

Color preview on black background

This text has color #41534F on black background.


Color preview on white background

This text has color #41534F on white background.


Black color preview on #41534F background

This text has black color on #41534F background.


White color preview on #41534F background

This text has white color on #41534F background.


Related colors

Complementary color

Complementary color for #hex is #BEACB0.


I love getcolorcode.com

Triadic colors

1 #4F4153 and #534F41 with #41534F are triadic colors.

2 #4F5341 and #53414F with #41534F are triadic colors.