COLOR #433A3D

HEX: #433A3D
RGB: (67,58,61)

Color info

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

RGB color model

#433A3D color RGB value is (67,58,61).

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

RGB channels and saturation

R 67 of 255 = 26%
G 58 of 255 = 23%
B 61 of 255 = 24%

67
58
61

R + G + B ~ 24%. #433A3D is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 58 + 61 = 186 (100%)
R 67 of 186 ~ 36.02%
G 58 of 186 ~ 31.18%
B 61 of 186 ~ 32.8%

%36.02
%31.18
%32.8

CMYK color model

#433A3D color CMYK value is (0,13,9,74).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 8.96%
  • key color value is 73.73%
CMYK:
(0,13,9,74)
C0M13Y9K74 
(0%,13%,9%,74%)
(0.00/0.13/0.09/0.74)	

CMYK percentages

%0
%13.43
%8.96
%73.73

Codes

Color #433A3D in popluar color models

433A3D
RGB675861
HSL340°7.20%24.51%
HSB/HSV340°13.43%26.27%
CMYK0.00%13.43%8.96%
73.73%

Color #433A3D in popluar number systems.

HEX433A3D
Decimal675861
Binary1000011111010111101
Octal1037275

Shades and tints

Shades of #433A3D

#433A3D
(67,58,61)
#3D3538
(61,53,56)
#373033
(55,48,51)
#312B2E
(49,43,46)
#2B2629
(43,38,41)
#252124
(37,33,36)
#1F1C1F
(31,28,31)
#19171A
(25,23,26)
#131215
(19,18,21)
#0D0D10
(13,13,16)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #433A3D

#433A3D
(67,58,61)
#544B4E
(84,75,78)
#655C5F
(101,92,95)
#766D70
(118,109,112)
#877E81
(135,126,129)
#988F92
(152,143,146)
#A9A0A3
(169,160,163)
#BAB1B4
(186,177,180)
#CBC2C5
(203,194,197)
#DCD3D6
(220,211,214)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433A3D color. Also use rgb(67,58,61) instead hex code.

Text Font Color

.myTextColor { color: #433A3D; }

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

This text font color is #433A3D.


Background Color

.myBgColor { background-color: #433A3D; }

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

This div background color is #433A3D.


Border color

.myBorderColor { border: 1px solid #433A3D; }

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

This div border color is #433A3D.


Opacity

.myOpacity80 { color: #433A3D; opacity: 0.8; }

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

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

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

This text has shadow with #433A3D color.

.textShadow {text-shadow: 3px 3px 1px #433A3D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433A3D on black background.


Color preview on white background

This text has color #433A3D on white background.



Black color preview on #433A3D background

This text has black color on #433A3D background.


White color preview on #433A3D background

This text has white color on #433A3D background.