COLOR #41483B

HEX: #41483B RGB: (65,72,59)

Color info

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

RGB color model

#41483B color RGB value is (65,72,59).

RGB: (65,72,59) (25%, 28%, 23%)

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 59 of 255 = 23%

65
72
59

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

Portions of RGB colors in percentages

R + G + B = 65 + 72 + 59 = 196 (100%)
R 65 of 196 ~ 33.16%
G 72 of 196 ~ 36.73%
B 59 of 196 ~ 30.1'%

%33.16
%36.73
%30.1

CMYK color model

#41483B color CMYK value is (10,0,18,72).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 71.76%

CMYK: (10,0,18,72)
C10M0Y18K72 (10%, 0%, 18%, 72%)
(0.10 / 0.00 / 0.18 / 0.72)

CMYK percentages

%9.72
%0
%18.06
%71.76

Codes

Color #41483B in popluar color models

41 48 3B
RGB 65 72 59
HSL 92° 9.92% 25.69%
HSB/HSV 92° 18.06% 28.24%
CMYK 9.72% 0.00% 18.06%
71.76%

Color #41483B in popluar number systems.

HEX 41 48 3B
Decimal 65 72 59
Binary 1000001 1001000 111011
Octal 101 110 73

Shades and tints

Shades of #41483B

#41483B
(65,72,59)
#3C4236
(60,66,54)
#373C31
(55,60,49)
#32362C
(50,54,44)
#2D3027
(45,48,39)
#282A22
(40,42,34)
#23241D
(35,36,29)
#1E1E18
(30,30,24)
#191813
(25,24,19)
#14120E
(20,18,14)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #41483B

#41483B
(65,72,59)
#52584C
(82,88,76)
#63685D
(99,104,93)
#74786E
(116,120,110)
#85887F
(133,136,127)
#969890
(150,152,144)
#A7A8A1
(167,168,161)
#B8B8B2
(184,184,178)
#C9C8C3
(201,200,195)
#DAD8D4
(218,216,212)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41483B color. Also use rgb(65,72,59) instead hex code.

Text Font Color

.myTextColor { color: #41483B; }

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

This text font color is #41483B.

Background Color

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

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

This div background color is #41483B.

Border color

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

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

This div border color is #41483B.

Opacity

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

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

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

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

This text has shadow with #41483B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41483B.

Preview

Color preview on black background

This text has color #41483B on black background.


Color preview on white background

This text has color #41483B on white background.


Black color preview on #41483B background

This text has black color on #41483B background.


White color preview on #41483B background

This text has white color on #41483B background.


Related colors

Complementary color

Complementary color for #hex is #BEB7C4.


I love getcolorcode.com

Triadic colors

1 #3B4148 and #483B41 with #41483B are triadic colors.

2 #3B4841 and #48413B with #41483B are triadic colors.