COLOR #383409

HEX: #383409 RGB: (56,52,9)

Color info

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

RGB color model

#383409 color RGB value is (56,52,9).

RGB: (56,52,9) (22%, 20%, 4%)

RGB channels and saturation

R 56 of 255 = 22%
G 52 of 255 = 20%
B 9 of 255 = 4%

56
52
9

R + G + B ~ 15%. #383409 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 52 + 9 = 117 (100%)
R 56 of 117 ~ 47.86%
G 52 of 117 ~ 44.44%
B 9 of 117 ~ 7.69'%

%47.86
%44.44

CMYK color model

#383409 color CMYK value is (0,7,84,78).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 83.93%
  • key color value is 78.04%
CMYK: (0,7,84,78) C0M7Y84K78 (0%,7%,84%,78%) (0.00/0.07/0.84/0.78) 

CMYK percentages

%0
%7.14
%83.93
%78.04

Codes

Color #383409 in popluar color models

38 34 09
RGB 56 52 9
HSL 55° 72.31% 12.75%
HSB/HSV 55° 83.93% 21.96%
CMYK 0.00% 7.14% 83.93%
78.04%

Color #383409 in popluar number systems.

HEX 38 34 09
Decimal 56 52 9
Binary 111000 110100 1001
Octal 70 64 11

Shades and tints

Shades of #383409

#383409
(56,52,9)
#333009
(51,48,9)
#2E2C09
(46,44,9)
#292809
(41,40,9)
#242409
(36,36,9)
#1F2009
(31,32,9)
#1A1C09
(26,28,9)
#151809
(21,24,9)
#101409
(16,20,9)
#0B1009
(11,16,9)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #383409

#383409
(56,52,9)
#4A461F
(74,70,31)
#5C5835
(92,88,53)
#6E6A4B
(110,106,75)
#807C61
(128,124,97)
#928E77
(146,142,119)
#A4A08D
(164,160,141)
#B6B2A3
(182,178,163)
#C8C4B9
(200,196,185)
#DAD6CF
(218,214,207)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383409 color. Also use rgb(56,52,9) instead hex code.

Text Font Color

.myTextColor { color: #383409; }

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

This text font color is #383409.

Background Color

.myBgColor { background-color: #383409; }

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

This div background color is #383409.

Border color

.myBorderColor { border: 1px solid #383409; }

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

This div border color is #383409.

Opacity

.myOpacity80 { color: #383409; opacity: 0.8; }

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

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

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

This text has shadow with #383409 color.


.textShadow {text-shadow: 3px 3px 1px #383409', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #383409; -webkit-box-shadow: 1px 1px 3px 2px #383409; box-shadow:1px 1px 3px 2px #383409;">
Div content here
</div>

This div box has shadow with color #383409.

Preview

Color preview on black background

This text has color #383409 on black background.


Color preview on white background

This text has color #383409 on white background.


Black color preview on #383409 background

This text has black color on #383409 background.


White color preview on #383409 background

This text has white color on #383409 background.


Related colors

Complementary color

Complementary color for #hex is #C7CBF6.


I love getcolorcode.com

Triadic colors

1 #093834 and #340938 with #383409 are triadic colors.

2 #093438 and #343809 with #383409 are triadic colors.