COLOR #384130

HEX: #384130
RGB: (56,65,48)

Color info

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

RGB color model

#384130 color RGB value is (56,65,48).

  • red value is 56;
  • green value is 65;
  • blue value is 48.
RGB:
(56,65,48)
(22%,25%,19%)

RGB channels and saturation

R 56 of 255 = 22%
G 65 of 255 = 25%
B 48 of 255 = 19%

56
65
48

R + G + B ~ 22%. #384130 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 65 + 48 = 169 (100%)
R 56 of 169 ~ 33.14%
G 65 of 169 ~ 38.46%
B 48 of 169 ~ 28.4%

%33.14
%38.46
%28.4

CMYK color model

#384130 color CMYK value is (14,0,26,75).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 74.51%
CMYK:
(14,0,26,75)
C14M0Y26K75 
(14%,0%,26%,75%)
(0.14/0.00/0.26/0.75)	

CMYK percentages

%13.85
%0
%26.15
%74.51

Codes

Color #384130 in popluar color models

384130
RGB566548
HSL92°15.04%22.16%
HSB/HSV92°26.15%25.49%
CMYK13.85%0.00%26.15%
74.51%

Color #384130 in popluar number systems.

HEX384130
Decimal566548
Binary1110001000001110000
Octal7010160

Shades and tints

Shades of #384130

#384130
(56,65,48)
#333C2C
(51,60,44)
#2E3728
(46,55,40)
#293224
(41,50,36)
#242D20
(36,45,32)
#1F281C
(31,40,28)
#1A2318
(26,35,24)
#151E14
(21,30,20)
#101910
(16,25,16)
#0B140C
(11,20,12)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #384130

#384130
(56,65,48)
#4A5242
(74,82,66)
#5C6354
(92,99,84)
#6E7466
(110,116,102)
#808578
(128,133,120)
#92968A
(146,150,138)
#A4A79C
(164,167,156)
#B6B8AE
(182,184,174)
#C8C9C0
(200,201,192)
#DADAD2
(218,218,210)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384130 color. Also use rgb(56,65,48) instead hex code.

Text Font Color

.myTextColor { color: #384130; }

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

This text font color is #384130.


Background Color

.myBgColor { background-color: #384130; }

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

This div background color is #384130.


Border color

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

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

This div border color is #384130.


Opacity

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

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

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

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

This text has shadow with #384130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384130 on black background.


Color preview on white background

This text has color #384130 on white background.



Black color preview on #384130 background

This text has black color on #384130 background.


White color preview on #384130 background

This text has white color on #384130 background.