COLOR #433D0D

HEX: #433D0D
RGB: (67,61,13)

Color info

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

RGB color model

#433D0D color RGB value is (67,61,13).

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

RGB channels and saturation

R 67 of 255 = 26%
G 61 of 255 = 24%
B 13 of 255 = 5%

67
61
13

R + G + B ~ 18%. #433D0D is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 61 + 13 = 141 (100%)
R 67 of 141 ~ 47.52%
G 61 of 141 ~ 43.26%
B 13 of 141 ~ 9.22%

%47.52
%43.26

CMYK color model

#433D0D color CMYK value is (0,9,81,74).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 80.60%
  • key color value is 73.73%
CMYK:
(0,9,81,74)
C0M9Y81K74 
(0%,9%,81%,74%)
(0.00/0.09/0.81/0.74)	

CMYK percentages

%0
%8.96
%80.6
%73.73

Codes

Color #433D0D in popluar color models

433D0D
RGB676113
HSL53°67.50%15.69%
HSB/HSV53°80.60%26.27%
CMYK0.00%8.96%80.60%
73.73%

Color #433D0D in popluar number systems.

HEX433D0D
Decimal676113
Binary10000111111011101
Octal1037515

Shades and tints

Shades of #433D0D

#433D0D
(67,61,13)
#3D380C
(61,56,12)
#37330B
(55,51,11)
#312E0A
(49,46,10)
#2B2909
(43,41,9)
#252408
(37,36,8)
#1F1F07
(31,31,7)
#191A06
(25,26,6)
#131505
(19,21,5)
#0D1004
(13,16,4)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #433D0D

#433D0D
(67,61,13)
#544E23
(84,78,35)
#655F39
(101,95,57)
#76704F
(118,112,79)
#878165
(135,129,101)
#98927B
(152,146,123)
#A9A391
(169,163,145)
#BAB4A7
(186,180,167)
#CBC5BD
(203,197,189)
#DCD6D3
(220,214,211)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433D0D; }

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

This text font color is #433D0D.


Background Color

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

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

This div background color is #433D0D.


Border color

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

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

This div border color is #433D0D.


Opacity

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

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

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

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

This text has shadow with #433D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433D0D on black background.


Color preview on white background

This text has color #433D0D on white background.



Black color preview on #433D0D background

This text has black color on #433D0D background.


White color preview on #433D0D background

This text has white color on #433D0D background.