COLOR #384B3C

HEX: #384B3C
RGB: (56,75,60)

Color info

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

RGB color model

#384B3C color RGB value is (56,75,60).

  • red value is 56;
  • green value is 75;
  • blue value is 60.
RGB:
(56,75,60)
(22%,29%,24%)

RGB channels and saturation

R 56 of 255 = 22%
G 75 of 255 = 29%
B 60 of 255 = 24%

56
75
60

R + G + B ~ 25%. #384B3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 75 + 60 = 191 (100%)
R 56 of 191 ~ 29.32%
G 75 of 191 ~ 39.27%
B 60 of 191 ~ 31.41%

%29.32
%39.27
%31.41

CMYK color model

#384B3C color CMYK value is (25,0,20,71).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 70.59%
CMYK:
(25,0,20,71)
C25M0Y20K71 
(25%,0%,20%,71%)
(0.25/0.00/0.20/0.71)	

CMYK percentages

%25.33
%0
%20
%70.59

Codes

Color #384B3C in popluar color models

384B3C
RGB567560
HSL133°14.50%25.69%
HSB/HSV133°25.33%29.41%
CMYK25.33%0.00%20.00%
70.59%

Color #384B3C in popluar number systems.

HEX384B3C
Decimal567560
Binary1110001001011111100
Octal7011374

Shades and tints

Shades of #384B3C

#384B3C
(56,75,60)
#334537
(51,69,55)
#2E3F32
(46,63,50)
#29392D
(41,57,45)
#243328
(36,51,40)
#1F2D23
(31,45,35)
#1A271E
(26,39,30)
#152119
(21,33,25)
#101B14
(16,27,20)
#0B150F
(11,21,15)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #384B3C

#384B3C
(56,75,60)
#4A5B4D
(74,91,77)
#5C6B5E
(92,107,94)
#6E7B6F
(110,123,111)
#808B80
(128,139,128)
#929B91
(146,155,145)
#A4ABA2
(164,171,162)
#B6BBB3
(182,187,179)
#C8CBC4
(200,203,196)
#DADBD5
(218,219,213)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384B3C color. Also use rgb(56,75,60) instead hex code.

Text Font Color

.myTextColor { color: #384B3C; }

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

This text font color is #384B3C.


Background Color

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

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

This div background color is #384B3C.


Border color

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

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

This div border color is #384B3C.


Opacity

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

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

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

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

This text has shadow with #384B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384B3C on black background.


Color preview on white background

This text has color #384B3C on white background.



Black color preview on #384B3C background

This text has black color on #384B3C background.


White color preview on #384B3C background

This text has white color on #384B3C background.