COLOR #384237

HEX: #384237
RGB: (56,66,55)

Color info

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

RGB color model

#384237 color RGB value is (56,66,55).

  • red value is 56;
  • green value is 66;
  • blue value is 55.
RGB:
(56,66,55)
(22%,26%,22%)

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 55 of 255 = 22%

56
66
55

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

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 55 = 177 (100%)
R 56 of 177 ~ 31.64%
G 66 of 177 ~ 37.29%
B 55 of 177 ~ 31.07%

%31.64
%37.29
%31.07

CMYK color model

#384237 color CMYK value is (15,0,17,74).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 74.12%
CMYK:
(15,0,17,74)
C15M0Y17K74 
(15%,0%,17%,74%)
(0.15/0.00/0.17/0.74)	

CMYK percentages

%15.15
%0
%16.67
%74.12

Codes

Color #384237 in popluar color models

384237
RGB566655
HSL115°9.09%23.73%
HSB/HSV115°16.67%25.88%
CMYK15.15%0.00%16.67%
74.12%

Color #384237 in popluar number systems.

HEX384237
Decimal566655
Binary1110001000010110111
Octal7010267

Shades and tints

Shades of #384237

#384237
(56,66,55)
#333C32
(51,60,50)
#2E362D
(46,54,45)
#293028
(41,48,40)
#242A23
(36,42,35)
#1F241E
(31,36,30)
#1A1E19
(26,30,25)
#151814
(21,24,20)
#10120F
(16,18,15)
#0B0C0A
(11,12,10)
#060605
(6,6,5)
#000000
(0,0,0)

Tints of #384237

#384237
(56,66,55)
#4A5349
(74,83,73)
#5C645B
(92,100,91)
#6E756D
(110,117,109)
#80867F
(128,134,127)
#929791
(146,151,145)
#A4A8A3
(164,168,163)
#B6B9B5
(182,185,181)
#C8CAC7
(200,202,199)
#DADBD9
(218,219,217)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384237 color. Also use rgb(56,66,55) instead hex code.

Text Font Color

.myTextColor { color: #384237; }

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

This text font color is #384237.


Background Color

.myBgColor { background-color: #384237; }

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

This div background color is #384237.


Border color

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

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

This div border color is #384237.


Opacity

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

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

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

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

This text has shadow with #384237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384237 on black background.


Color preview on white background

This text has color #384237 on white background.



Black color preview on #384237 background

This text has black color on #384237 background.


White color preview on #384237 background

This text has white color on #384237 background.