COLOR #41433D

HEX: #41433D
RGB: (65,67,61)

Color info

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

RGB color model

#41433D color RGB value is (65,67,61).

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

RGB channels and saturation

R 65 of 255 = 25%
G 67 of 255 = 26%
B 61 of 255 = 24%

65
67
61

R + G + B ~ 25%. #41433D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 67 + 61 = 193 (100%)
R 65 of 193 ~ 33.68%
G 67 of 193 ~ 34.72%
B 61 of 193 ~ 31.61%

%33.68
%34.72
%31.61

CMYK color model

#41433D color CMYK value is (3,0,9,74).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 73.73%
CMYK:
(3,0,9,74)
C3M0Y9K74 
(3%,0%,9%,74%)
(0.03/0.00/0.09/0.74)	

CMYK percentages

%2.99
%0
%8.96
%73.73

Codes

Color #41433D in popluar color models

41433D
RGB656761
HSL80°4.69%25.10%
HSB/HSV80°8.96%26.27%
CMYK2.99%0.00%8.96%
73.73%

Color #41433D in popluar number systems.

HEX41433D
Decimal656761
Binary10000011000011111101
Octal10110375

Shades and tints

Shades of #41433D

#41433D
(65,67,61)
#3C3D38
(60,61,56)
#373733
(55,55,51)
#32312E
(50,49,46)
#2D2B29
(45,43,41)
#282524
(40,37,36)
#231F1F
(35,31,31)
#1E191A
(30,25,26)
#191315
(25,19,21)
#140D10
(20,13,16)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #41433D

#41433D
(65,67,61)
#52544E
(82,84,78)
#63655F
(99,101,95)
#747670
(116,118,112)
#858781
(133,135,129)
#969892
(150,152,146)
#A7A9A3
(167,169,163)
#B8BAB4
(184,186,180)
#C9CBC5
(201,203,197)
#DADCD6
(218,220,214)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41433D; }

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

This text font color is #41433D.


Background Color

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

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

This div background color is #41433D.


Border color

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

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

This div border color is #41433D.


Opacity

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

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

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

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

This text has shadow with #41433D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41433D on black background.


Color preview on white background

This text has color #41433D on white background.



Black color preview on #41433D background

This text has black color on #41433D background.


White color preview on #41433D background

This text has white color on #41433D background.