COLOR #433C13

HEX: #433C13
RGB: (67,60,19)

Color info

#433C13 contains red, green and blue colors in about the same proportion. Web safe color of #433C13 is #333300 (or #330).

RGB color model

#433C13 color RGB value is (67,60,19).

  • red value is 67;
  • green value is 60;
  • blue value is 19.
RGB:
(67,60,19)
(26%,24%,7%)

RGB channels and saturation

R 67 of 255 = 26%
G 60 of 255 = 24%
B 19 of 255 = 7%

67
60
19

R + G + B ~ 19%. #433C13 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 60 + 19 = 146 (100%)
R 67 of 146 ~ 45.89%
G 60 of 146 ~ 41.1%
B 19 of 146 ~ 13.01%

%45.89
%41.1
%13.01

CMYK color model

#433C13 color CMYK value is (0,10,72,74).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 71.64%
  • key color value is 73.73%
CMYK:
(0,10,72,74)
C0M10Y72K74 
(0%,10%,72%,74%)
(0.00/0.10/0.72/0.74)	

CMYK percentages

%0
%10.45
%71.64
%73.73

Codes

Color #433C13 in popluar color models

433C13
RGB676019
HSL51°55.81%16.86%
HSB/HSV51°71.64%26.27%
CMYK0.00%10.45%71.64%
73.73%

Color #433C13 in popluar number systems.

HEX433C13
Decimal676019
Binary100001111110010011
Octal1037423

Shades and tints

Shades of #433C13

#433C13
(67,60,19)
#3D3712
(61,55,18)
#373211
(55,50,17)
#312D10
(49,45,16)
#2B280F
(43,40,15)
#25230E
(37,35,14)
#1F1E0D
(31,30,13)
#19190C
(25,25,12)
#13140B
(19,20,11)
#0D0F0A
(13,15,10)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #433C13

#433C13
(67,60,19)
#544D28
(84,77,40)
#655E3D
(101,94,61)
#766F52
(118,111,82)
#878067
(135,128,103)
#98917C
(152,145,124)
#A9A291
(169,162,145)
#BAB3A6
(186,179,166)
#CBC4BB
(203,196,187)
#DCD5D0
(220,213,208)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433C13 color. Also use rgb(67,60,19) instead hex code.

Text Font Color

.myTextColor { color: #433C13; }

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

This text font color is #433C13.


Background Color

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

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

This div background color is #433C13.


Border color

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

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

This div border color is #433C13.


Opacity

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

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

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

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

This text has shadow with #433C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433C13 on black background.


Color preview on white background

This text has color #433C13 on white background.



Black color preview on #433C13 background

This text has black color on #433C13 background.


White color preview on #433C13 background

This text has white color on #433C13 background.