COLOR #41483F

HEX: #41483F
RGB: (65,72,63)

Color info

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

RGB color model

#41483F color RGB value is (65,72,63).

  • red value is 65;
  • green value is 72;
  • blue value is 63.
RGB:
(65,72,63)
(25%,28%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 63 of 255 = 25%

65
72
63

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

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 63 = 200 (100%)
R 65 of 200 ~ 32.5%
G 72 of 200 ~ 36%
B 63 of 200 ~ 31.5%

%32.5
%36
%31.5

CMYK color model

#41483F color CMYK value is (10,0,13,72).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(10,0,13,72)
C10M0Y13K72 
(10%,0%,13%,72%)
(0.10/0.00/0.13/0.72)	

CMYK percentages

%9.72
%0
%12.5
%71.76

Codes

Color #41483F in popluar color models

41483F
RGB657263
HSL107°6.67%26.47%
HSB/HSV107°12.50%28.24%
CMYK9.72%0.00%12.50%
71.76%

Color #41483F in popluar number systems.

HEX41483F
Decimal657263
Binary10000011001000111111
Octal10111077

Shades and tints

Shades of #41483F

#41483F
(65,72,63)
#3C423A
(60,66,58)
#373C35
(55,60,53)
#323630
(50,54,48)
#2D302B
(45,48,43)
#282A26
(40,42,38)
#232421
(35,36,33)
#1E1E1C
(30,30,28)
#191817
(25,24,23)
#141212
(20,18,18)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #41483F

#41483F
(65,72,63)
#525850
(82,88,80)
#636861
(99,104,97)
#747872
(116,120,114)
#858883
(133,136,131)
#969894
(150,152,148)
#A7A8A5
(167,168,165)
#B8B8B6
(184,184,182)
#C9C8C7
(201,200,199)
#DAD8D8
(218,216,216)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41483F; }

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

This text font color is #41483F.


Background Color

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

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

This div background color is #41483F.


Border color

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

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

This div border color is #41483F.


Opacity

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

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

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

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

This text has shadow with #41483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41483F on black background.


Color preview on white background

This text has color #41483F on white background.



Black color preview on #41483F background

This text has black color on #41483F background.


White color preview on #41483F background

This text has white color on #41483F background.