COLOR #413333

HEX: #413333 RGB: (65,51,51)

Color info

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

RGB color model

#413333 color RGB value is (65,51,51).

RGB: (65,51,51) (25%, 20%, 20%)

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 51 of 255 = 20%

65
51
51

R + G + B ~ 22%. #413333 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 51 + 51 = 167 (100%)
R 65 of 167 ~ 38.92%
G 51 of 167 ~ 30.54%
B 51 of 167 ~ 30.54'%

%38.92
%30.54
%30.54

CMYK color model

#413333 color CMYK value is (0,22,22,75).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 21.54%
  • key color value is 74.51%

CMYK: (0,22,22,75)
C0M22Y22K75 (0%, 22%, 22%, 75%)
(0.00 / 0.22 / 0.22 / 0.75)

CMYK percentages

%0
%21.54
%21.54
%74.51

Codes

Color #413333 in popluar color models

41 33 33
RGB 65 51 51
HSL 12.07% 22.75%
HSB/HSV 21.54% 25.49%
CMYK 0.00% 21.54% 21.54%
74.51%

Color #413333 in popluar number systems.

HEX 41 33 33
Decimal 65 51 51
Binary 1000001 110011 110011
Octal 101 63 63

Shades and tints

Shades of #413333

#413333
(65,51,51)
#3C2F2F
(60,47,47)
#372B2B
(55,43,43)
#322727
(50,39,39)
#2D2323
(45,35,35)
#281F1F
(40,31,31)
#231B1B
(35,27,27)
#1E1717
(30,23,23)
#191313
(25,19,19)
#140F0F
(20,15,15)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #413333

#413333
(65,51,51)
#524545
(82,69,69)
#635757
(99,87,87)
#746969
(116,105,105)
#857B7B
(133,123,123)
#968D8D
(150,141,141)
#A79F9F
(167,159,159)
#B8B1B1
(184,177,177)
#C9C3C3
(201,195,195)
#DAD5D5
(218,213,213)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413333 color. Also use rgb(65,51,51) instead hex code.

Text Font Color

.myTextColor { color: #413333; }

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

This text font color is #413333.

Background Color

.myBgColor { background-color: #413333; }

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

This div background color is #413333.

Border color

.myBorderColor { border: 1px solid #413333; }

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

This div border color is #413333.

Opacity

.myOpacity80 { color: #413333; opacity: 0.8; }

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

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

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

This text has shadow with #413333 color.


.textShadow {text-shadow: 3px 3px 1px #413333', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #413333; -webkit-box-shadow: 1px 1px 3px 2px #413333; box-shadow:1px 1px 3px 2px #413333;">
Div content here
</div>

This div box has shadow with color #413333.

Preview

Color preview on black background

This text has color #413333 on black background.


Color preview on white background

This text has color #413333 on white background.


Black color preview on #413333 background

This text has black color on #413333 background.


White color preview on #413333 background

This text has white color on #413333 background.


Related colors

Complementary color

Complementary color for #hex is #BECCCC.


I love getcolorcode.com