COLOR #41383A

HEX: #41383A
RGB: (65,56,58)

Color info

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

RGB color model

#41383A color RGB value is (65,56,58).

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

RGB channels and saturation

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

65
56
58

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

Portions of RGB colors in percentages

R + G + B =
65 + 56 + 58 = 179 (100%)
R 65 of 179 ~ 36.31%
G 56 of 179 ~ 31.28%
B 58 of 179 ~ 32.4%

%36.31
%31.28
%32.4

CMYK color model

#41383A color CMYK value is (0,14,11,75).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 10.77%
  • key color value is 74.51%
CMYK:
(0,14,11,75)
C0M14Y11K75 
(0%,14%,11%,75%)
(0.00/0.14/0.11/0.75)	

CMYK percentages

%0
%13.85
%10.77
%74.51

Codes

Color #41383A in popluar color models

41383A
RGB655658
HSL347°7.44%23.73%
HSB/HSV347°13.85%25.49%
CMYK0.00%13.85%10.77%
74.51%

Color #41383A in popluar number systems.

HEX41383A
Decimal655658
Binary1000001111000111010
Octal1017072

Shades and tints

Shades of #41383A

#41383A
(65,56,58)
#3C3335
(60,51,53)
#372E30
(55,46,48)
#32292B
(50,41,43)
#2D2426
(45,36,38)
#281F21
(40,31,33)
#231A1C
(35,26,28)
#1E1517
(30,21,23)
#191012
(25,16,18)
#140B0D
(20,11,13)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #41383A

#41383A
(65,56,58)
#524A4B
(82,74,75)
#635C5C
(99,92,92)
#746E6D
(116,110,109)
#85807E
(133,128,126)
#96928F
(150,146,143)
#A7A4A0
(167,164,160)
#B8B6B1
(184,182,177)
#C9C8C2
(201,200,194)
#DADAD3
(218,218,211)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41383A; }

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

This text font color is #41383A.


Background Color

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

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

This div background color is #41383A.


Border color

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

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

This div border color is #41383A.


Opacity

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

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

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

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

This text has shadow with #41383A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41383A on black background.


Color preview on white background

This text has color #41383A on white background.



Black color preview on #41383A background

This text has black color on #41383A background.


White color preview on #41383A background

This text has white color on #41383A background.