COLOR #41544B

HEX: #41544B
RGB: (65,84,75)

Color info

#41544B contains red, green and blue colors in about the same proportion. Web safe color of #41544B is #336633 (or #363).

RGB color model

#41544B color RGB value is (65,84,75).

  • red value is 65;
  • green value is 84;
  • blue value is 75.
RGB:
(65,84,75)
(25%,33%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 84 of 255 = 33%
B 75 of 255 = 29%

65
84
75

R + G + B ~ 29%. #41544B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 84 + 75 = 224 (100%)
R 65 of 224 ~ 29.02%
G 84 of 224 ~ 37.5%
B 75 of 224 ~ 33.48%

%29.02
%37.5
%33.48

CMYK color model

#41544B color CMYK value is (23,0,11,67).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 67.06%
CMYK:
(23,0,11,67)
C23M0Y11K67 
(23%,0%,11%,67%)
(0.23/0.00/0.11/0.67)	

CMYK percentages

%22.62
%0
%10.71
%67.06

Codes

Color #41544B in popluar color models

41544B
RGB658475
HSL152°12.75%29.22%
HSB/HSV152°22.62%32.94%
CMYK22.62%0.00%10.71%
67.06%

Color #41544B in popluar number systems.

HEX41544B
Decimal658475
Binary100000110101001001011
Octal101124113

Shades and tints

Shades of #41544B

#41544B
(65,84,75)
#3C4D45
(60,77,69)
#37463F
(55,70,63)
#323F39
(50,63,57)
#2D3833
(45,56,51)
#28312D
(40,49,45)
#232A27
(35,42,39)
#1E2321
(30,35,33)
#191C1B
(25,28,27)
#141515
(20,21,21)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #41544B

#41544B
(65,84,75)
#52635B
(82,99,91)
#63726B
(99,114,107)
#74817B
(116,129,123)
#85908B
(133,144,139)
#969F9B
(150,159,155)
#A7AEAB
(167,174,171)
#B8BDBB
(184,189,187)
#C9CCCB
(201,204,203)
#DADBDB
(218,219,219)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41544B color. Also use rgb(65,84,75) instead hex code.

Text Font Color

.myTextColor { color: #41544B; }

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

This text font color is #41544B.


Background Color

.myBgColor { background-color: #41544B; }

<div style="background-color:#41544B">Inner text</div>

This div background color is #41544B.


Border color

.myBorderColor { border: 1px solid #41544B; }

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

This div border color is #41544B.


Opacity

.myOpacity80 { color: #41544B; opacity: 0.8; }

<p style="color:#41544B;opacity:0.8;">80%</p>

Text with #41544B 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 #41544B;}

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

This text has shadow with #41544B color.

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

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

This text has shadow with #41544B primary color and red secondary color.


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

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

This text has shadow with #41544B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41544B on black background.


Color preview on white background

This text has color #41544B on white background.



Black color preview on #41544B background

This text has black color on #41544B background.


White color preview on #41544B background

This text has white color on #41544B background.