COLOR #384333

HEX: #384333 RGB: (56,67,51)

Color info

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

RGB color model

#384333 color RGB value is (56,67,51).

RGB: (56,67,51) (22%, 26%, 20%)

RGB channels and saturation

R 56 of 255 = 22%
G 67 of 255 = 26%
B 51 of 255 = 20%

56
67
51

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

Portions of RGB colors in percentages

R + G + B = 56 + 67 + 51 = 174 (100%)
R 56 of 174 ~ 32.18%
G 67 of 174 ~ 38.51%
B 51 of 174 ~ 29.31'%

%32.18
%38.51
%29.31

CMYK color model

#384333 color CMYK value is (16,0,24,74).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 73.73%
CMYK: (16,0,24,74) C16M0Y24K74 (16%,0%,24%,74%) (0.16/0.00/0.24/0.74) 

CMYK percentages

%16.42
%0
%23.88
%73.73

Codes

Color #384333 in popluar color models

38 43 33
RGB 56 67 51
HSL 101° 13.56% 23.14%
HSB/HSV 101° 23.88% 26.27%
CMYK 16.42% 0.00% 23.88%
73.73%

Color #384333 in popluar number systems.

HEX 38 43 33
Decimal 56 67 51
Binary 111000 1000011 110011
Octal 70 103 63

Shades and tints

Shades of #384333

#384333
(56,67,51)
#333D2F
(51,61,47)
#2E372B
(46,55,43)
#293127
(41,49,39)
#242B23
(36,43,35)
#1F251F
(31,37,31)
#1A1F1B
(26,31,27)
#151917
(21,25,23)
#101313
(16,19,19)
#0B0D0F
(11,13,15)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #384333

#384333
(56,67,51)
#4A5445
(74,84,69)
#5C6557
(92,101,87)
#6E7669
(110,118,105)
#80877B
(128,135,123)
#92988D
(146,152,141)
#A4A99F
(164,169,159)
#B6BAB1
(182,186,177)
#C8CBC3
(200,203,195)
#DADCD5
(218,220,213)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384333 color. Also use rgb(56,67,51) instead hex code.

Text Font Color

.myTextColor { color: #384333; }

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

This text font color is #384333.

Background Color

.myBgColor { background-color: #384333; }

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

This div background color is #384333.

Border color

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

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

This div border color is #384333.

Opacity

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

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

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

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

This text has shadow with #384333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384333.

Preview

Color preview on black background

This text has color #384333 on black background.


Color preview on white background

This text has color #384333 on white background.


Black color preview on #384333 background

This text has black color on #384333 background.


White color preview on #384333 background

This text has white color on #384333 background.


Related colors

Complementary color

Complementary color for #hex is #C7BCCC.


I love getcolorcode.com

Triadic colors

1 #333843 and #433338 with #384333 are triadic colors.

2 #334338 and #433833 with #384333 are triadic colors.