COLOR #41483C

HEX: #41483C
RGB: (65,72,60)

Color info

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

RGB color model

#41483C color RGB value is (65,72,60).

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

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 60 of 255 = 24%

65
72
60

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

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 60 = 197 (100%)
R 65 of 197 ~ 32.99%
G 72 of 197 ~ 36.55%
B 60 of 197 ~ 30.46%

%32.99
%36.55
%30.46

CMYK color model

#41483C color CMYK value is (10,0,17,72).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 71.76%
CMYK:
(10,0,17,72)
C10M0Y17K72 
(10%,0%,17%,72%)
(0.10/0.00/0.17/0.72)	

CMYK percentages

%9.72
%0
%16.67
%71.76

Codes

Color #41483C in popluar color models

41483C
RGB657260
HSL95°9.09%25.88%
HSB/HSV95°16.67%28.24%
CMYK9.72%0.00%16.67%
71.76%

Color #41483C in popluar number systems.

HEX41483C
Decimal657260
Binary10000011001000111100
Octal10111074

Shades and tints

Shades of #41483C

#41483C
(65,72,60)
#3C4237
(60,66,55)
#373C32
(55,60,50)
#32362D
(50,54,45)
#2D3028
(45,48,40)
#282A23
(40,42,35)
#23241E
(35,36,30)
#1E1E19
(30,30,25)
#191814
(25,24,20)
#14120F
(20,18,15)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #41483C

#41483C
(65,72,60)
#52584D
(82,88,77)
#63685E
(99,104,94)
#74786F
(116,120,111)
#858880
(133,136,128)
#969891
(150,152,145)
#A7A8A2
(167,168,162)
#B8B8B3
(184,184,179)
#C9C8C4
(201,200,196)
#DAD8D5
(218,216,213)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41483C; }

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

This text font color is #41483C.


Background Color

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

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

This div background color is #41483C.


Border color

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

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

This div border color is #41483C.


Opacity

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

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

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

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

This text has shadow with #41483C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41483C on black background.


Color preview on white background

This text has color #41483C on white background.



Black color preview on #41483C background

This text has black color on #41483C background.


White color preview on #41483C background

This text has white color on #41483C background.