COLOR #433F30

HEX: #433F30
RGB: (67,63,48)

Color info

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

RGB color model

#433F30 color RGB value is (67,63,48).

  • red value is 67;
  • green value is 63;
  • blue value is 48.
RGB:
(67,63,48)
(26%,25%,19%)

RGB channels and saturation

R 67 of 255 = 26%
G 63 of 255 = 25%
B 48 of 255 = 19%

67
63
48

R + G + B ~ 23%. #433F30 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 63 + 48 = 178 (100%)
R 67 of 178 ~ 37.64%
G 63 of 178 ~ 35.39%
B 48 of 178 ~ 26.97%

%37.64
%35.39
%26.97

CMYK color model

#433F30 color CMYK value is (0,6,28,74).

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 28.36%
  • key color value is 73.73%
CMYK:
(0,6,28,74)
C0M6Y28K74 
(0%,6%,28%,74%)
(0.00/0.06/0.28/0.74)	

CMYK percentages

%0
%5.97
%28.36
%73.73

Codes

Color #433F30 in popluar color models

433F30
RGB676348
HSL47°16.52%22.55%
HSB/HSV47°28.36%26.27%
CMYK0.00%5.97%28.36%
73.73%

Color #433F30 in popluar number systems.

HEX433F30
Decimal676348
Binary1000011111111110000
Octal1037760

Shades and tints

Shades of #433F30

#433F30
(67,63,48)
#3D3A2C
(61,58,44)
#373528
(55,53,40)
#313024
(49,48,36)
#2B2B20
(43,43,32)
#25261C
(37,38,28)
#1F2118
(31,33,24)
#191C14
(25,28,20)
#131710
(19,23,16)
#0D120C
(13,18,12)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #433F30

#433F30
(67,63,48)
#545042
(84,80,66)
#656154
(101,97,84)
#767266
(118,114,102)
#878378
(135,131,120)
#98948A
(152,148,138)
#A9A59C
(169,165,156)
#BAB6AE
(186,182,174)
#CBC7C0
(203,199,192)
#DCD8D2
(220,216,210)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433F30 color. Also use rgb(67,63,48) instead hex code.

Text Font Color

.myTextColor { color: #433F30; }

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

This text font color is #433F30.


Background Color

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

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

This div background color is #433F30.


Border color

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

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

This div border color is #433F30.


Opacity

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

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

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

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

This text has shadow with #433F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433F30 on black background.


Color preview on white background

This text has color #433F30 on white background.



Black color preview on #433F30 background

This text has black color on #433F30 background.


White color preview on #433F30 background

This text has white color on #433F30 background.