COLOR #41534B

HEX: #41534B
RGB: (65,83,75)

Color info

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

RGB color model

#41534B color RGB value is (65,83,75).

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

RGB channels and saturation

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

65
83
75

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

Portions of RGB colors in percentages

R + G + B =
65 + 83 + 75 = 223 (100%)
R 65 of 223 ~ 29.15%
G 83 of 223 ~ 37.22%
B 75 of 223 ~ 33.63%

%29.15
%37.22
%33.63

CMYK color model

#41534B color CMYK value is (22,0,10,67).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 67.45%
CMYK:
(22,0,10,67)
C22M0Y10K67 
(22%,0%,10%,67%)
(0.22/0.00/0.10/0.67)	

CMYK percentages

%21.69
%0
%9.64
%67.45

Codes

Color #41534B in popluar color models

41534B
RGB658375
HSL153°12.16%29.02%
HSB/HSV153°21.69%32.55%
CMYK21.69%0.00%9.64%
67.45%

Color #41534B in popluar number systems.

HEX41534B
Decimal658375
Binary100000110100111001011
Octal101123113

Shades and tints

Shades of #41534B

#41534B
(65,83,75)
#3C4C45
(60,76,69)
#37453F
(55,69,63)
#323E39
(50,62,57)
#2D3733
(45,55,51)
#28302D
(40,48,45)
#232927
(35,41,39)
#1E2221
(30,34,33)
#191B1B
(25,27,27)
#141415
(20,20,21)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #41534B

#41534B
(65,83,75)
#52625B
(82,98,91)
#63716B
(99,113,107)
#74807B
(116,128,123)
#858F8B
(133,143,139)
#969E9B
(150,158,155)
#A7ADAB
(167,173,171)
#B8BCBB
(184,188,187)
#C9CBCB
(201,203,203)
#DADADB
(218,218,219)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41534B; }

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

This text font color is #41534B.


Background Color

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

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

This div background color is #41534B.


Border color

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

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

This div border color is #41534B.


Opacity

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

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

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

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

This text has shadow with #41534B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41534B on black background.


Color preview on white background

This text has color #41534B on white background.



Black color preview on #41534B background

This text has black color on #41534B background.


White color preview on #41534B background

This text has white color on #41534B background.