COLOR #41373A

HEX: #41373A
RGB: (65,55,58)

Color info

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

RGB color model

#41373A color RGB value is (65,55,58).

  • red value is 65;
  • green value is 55;
  • blue value is 58.
RGB:
(65,55,58)
(25%,22%,23%)

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 58 of 255 = 23%

65
55
58

R + G + B ~ 23%. #41373A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 55 + 58 = 178 (100%)
R 65 of 178 ~ 36.52%
G 55 of 178 ~ 30.9%
B 58 of 178 ~ 32.58%

%36.52
%30.9
%32.58

CMYK color model

#41373A color CMYK value is (0,15,11,75).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 10.77%
  • key color value is 74.51%
CMYK:
(0,15,11,75)
C0M15Y11K75 
(0%,15%,11%,75%)
(0.00/0.15/0.11/0.75)	

CMYK percentages

%0
%15.38
%10.77
%74.51

Codes

Color #41373A in popluar color models

41373A
RGB655558
HSL342°8.33%23.53%
HSB/HSV342°15.38%25.49%
CMYK0.00%15.38%10.77%
74.51%

Color #41373A in popluar number systems.

HEX41373A
Decimal655558
Binary1000001110111111010
Octal1016772

Shades and tints

Shades of #41373A

#41373A
(65,55,58)
#3C3235
(60,50,53)
#372D30
(55,45,48)
#32282B
(50,40,43)
#2D2326
(45,35,38)
#281E21
(40,30,33)
#23191C
(35,25,28)
#1E1417
(30,20,23)
#190F12
(25,15,18)
#140A0D
(20,10,13)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #41373A

#41373A
(65,55,58)
#52494B
(82,73,75)
#635B5C
(99,91,92)
#746D6D
(116,109,109)
#857F7E
(133,127,126)
#96918F
(150,145,143)
#A7A3A0
(167,163,160)
#B8B5B1
(184,181,177)
#C9C7C2
(201,199,194)
#DAD9D3
(218,217,211)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41373A color. Also use rgb(65,55,58) instead hex code.

Text Font Color

.myTextColor { color: #41373A; }

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

This text font color is #41373A.


Background Color

.myBgColor { background-color: #41373A; }

<div style="background-color:#41373A">Inner text</div>

This div background color is #41373A.


Border color

.myBorderColor { border: 1px solid #41373A; }

<div style="border:3px solid #41373A">Div</div>

This div border color is #41373A.


Opacity

.myOpacity80 { color: #41373A; opacity: 0.8; }

<p style="color:#41373A;opacity:0.8;">80%</p>

Text with #41373A 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 #41373A;}

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

This text has shadow with #41373A color.

.textShadow {text-shadow: 3px 3px 1px #41373A, 3px 3px 1px red;}

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

This text has shadow with #41373A primary color and red secondary color.


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

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

This text has shadow with #41373A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41373A on black background.


Color preview on white background

This text has color #41373A on white background.



Black color preview on #41373A background

This text has black color on #41373A background.


White color preview on #41373A background

This text has white color on #41373A background.