COLOR #384C35

HEX: #384C35
RGB: (56,76,53)

Color info

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

RGB color model

#384C35 color RGB value is (56,76,53).

  • red value is 56;
  • green value is 76;
  • blue value is 53.
RGB:
(56,76,53)
(22%,30%,21%)

RGB channels and saturation

R 56 of 255 = 22%
G 76 of 255 = 30%
B 53 of 255 = 21%

56
76
53

R + G + B ~ 24%. #384C35 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 76 + 53 = 185 (100%)
R 56 of 185 ~ 30.27%
G 76 of 185 ~ 41.08%
B 53 of 185 ~ 28.65%

%30.27
%41.08
%28.65

CMYK color model

#384C35 color CMYK value is (26,0,30,70).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 70.20%
CMYK:
(26,0,30,70)
C26M0Y30K70 
(26%,0%,30%,70%)
(0.26/0.00/0.30/0.70)	

CMYK percentages

%26.32
%0
%30.26
%70.2

Codes

Color #384C35 in popluar color models

384C35
RGB567653
HSL112°17.83%25.29%
HSB/HSV112°30.26%29.80%
CMYK26.32%0.00%30.26%
70.20%

Color #384C35 in popluar number systems.

HEX384C35
Decimal567653
Binary1110001001100110101
Octal7011465

Shades and tints

Shades of #384C35

#384C35
(56,76,53)
#334631
(51,70,49)
#2E402D
(46,64,45)
#293A29
(41,58,41)
#243425
(36,52,37)
#1F2E21
(31,46,33)
#1A281D
(26,40,29)
#152219
(21,34,25)
#101C15
(16,28,21)
#0B1611
(11,22,17)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #384C35

#384C35
(56,76,53)
#4A5C47
(74,92,71)
#5C6C59
(92,108,89)
#6E7C6B
(110,124,107)
#808C7D
(128,140,125)
#929C8F
(146,156,143)
#A4ACA1
(164,172,161)
#B6BCB3
(182,188,179)
#C8CCC5
(200,204,197)
#DADCD7
(218,220,215)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384C35 color. Also use rgb(56,76,53) instead hex code.

Text Font Color

.myTextColor { color: #384C35; }

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

This text font color is #384C35.


Background Color

.myBgColor { background-color: #384C35; }

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

This div background color is #384C35.


Border color

.myBorderColor { border: 1px solid #384C35; }

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

This div border color is #384C35.


Opacity

.myOpacity80 { color: #384C35; opacity: 0.8; }

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

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

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

This text has shadow with #384C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384C35 on black background.


Color preview on white background

This text has color #384C35 on white background.



Black color preview on #384C35 background

This text has black color on #384C35 background.


White color preview on #384C35 background

This text has white color on #384C35 background.