COLOR #41493D

HEX: #41493D
RGB: (65,73,61)

Color info

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

RGB color model

#41493D color RGB value is (65,73,61).

  • red value is 65;
  • green value is 73;
  • blue value is 61.
RGB:
(65,73,61)
(25%,29%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 61 of 255 = 24%

65
73
61

R + G + B ~ 26%. #41493D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 61 = 199 (100%)
R 65 of 199 ~ 32.66%
G 73 of 199 ~ 36.68%
B 61 of 199 ~ 30.65%

%32.66
%36.68
%30.65

CMYK color model

#41493D color CMYK value is (11,0,16,71).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(11,0,16,71)
C11M0Y16K71 
(11%,0%,16%,71%)
(0.11/0.00/0.16/0.71)	

CMYK percentages

%10.96
%0
%16.44
%71.37

Codes

Color #41493D in popluar color models

41493D
RGB657361
HSL100°8.96%26.27%
HSB/HSV100°16.44%28.63%
CMYK10.96%0.00%16.44%
71.37%

Color #41493D in popluar number systems.

HEX41493D
Decimal657361
Binary10000011001001111101
Octal10111175

Shades and tints

Shades of #41493D

#41493D
(65,73,61)
#3C4338
(60,67,56)
#373D33
(55,61,51)
#32372E
(50,55,46)
#2D3129
(45,49,41)
#282B24
(40,43,36)
#23251F
(35,37,31)
#1E1F1A
(30,31,26)
#191915
(25,25,21)
#141310
(20,19,16)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #41493D

#41493D
(65,73,61)
#52594E
(82,89,78)
#63695F
(99,105,95)
#747970
(116,121,112)
#858981
(133,137,129)
#969992
(150,153,146)
#A7A9A3
(167,169,163)
#B8B9B4
(184,185,180)
#C9C9C5
(201,201,197)
#DAD9D6
(218,217,214)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41493D color. Also use rgb(65,73,61) instead hex code.

Text Font Color

.myTextColor { color: #41493D; }

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

This text font color is #41493D.


Background Color

.myBgColor { background-color: #41493D; }

<div style="background-color:#41493D">Inner text</div>

This div background color is #41493D.


Border color

.myBorderColor { border: 1px solid #41493D; }

<div style="border:3px solid #41493D">Div</div>

This div border color is #41493D.


Opacity

.myOpacity80 { color: #41493D; opacity: 0.8; }

<p style="color:#41493D;opacity:0.8;">80%</p>

Text with #41493D 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 #41493D;}

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

This text has shadow with #41493D color.

.textShadow {text-shadow: 3px 3px 1px #41493D, 3px 3px 1px red;}

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

This text has shadow with #41493D primary color and red secondary color.


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

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

This text has shadow with #41493D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41493D on black background.


Color preview on white background

This text has color #41493D on white background.



Black color preview on #41493D background

This text has black color on #41493D background.


White color preview on #41493D background

This text has white color on #41493D background.