COLOR #78383F

HEX: #78383F RGB: (120,56,63)

Color info

#78383F contains mainly red and blue colors. Web safe color of #78383F is #663333 (or #633).

RGB color model

#78383F color RGB value is (120,56,63).

RGB: (120,56,63) (47%, 22%, 25%)

RGB channels and saturation

R 120 of 255 = 47%
G 56 of 255 = 22%
B 63 of 255 = 25%

120
56
63

R + G + B ~ 31%. #78383F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 56 + 63 = 239 (100%)
R 120 of 239 ~ 50.21%
G 56 of 239 ~ 23.43%
B 63 of 239 ~ 26.36'%

%50.21
%23.43
%26.36

CMYK color model

#78383F color CMYK value is (0,53,48,53).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 47.50%
  • key color value is 52.94%
CMYK: (0,53,48,53) C0M53Y48K53 (0%,53%,48%,53%) (0.00/0.53/0.48/0.53) 

CMYK percentages

%0
%53.33
%47.5
%52.94

Codes

Color #78383F in popluar color models

78 38 3F
RGB 120 56 63
HSL 353° 36.36% 34.51%
HSB/HSV 353° 53.33% 47.06%
CMYK 0.00% 53.33% 47.50%
52.94%

Color #78383F in popluar number systems.

HEX 78 38 3F
Decimal 120 56 63
Binary 1111000 111000 111111
Octal 170 70 77

Shades and tints

Shades of #78383F

#78383F
(120,56,63)
#6E333A
(110,51,58)
#642E35
(100,46,53)
#5A2930
(90,41,48)
#50242B
(80,36,43)
#461F26
(70,31,38)
#3C1A21
(60,26,33)
#32151C
(50,21,28)
#281017
(40,16,23)
#1E0B12
(30,11,18)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #78383F

#78383F
(120,56,63)
#844A50
(132,74,80)
#905C61
(144,92,97)
#9C6E72
(156,110,114)
#A88083
(168,128,131)
#B49294
(180,146,148)
#C0A4A5
(192,164,165)
#CCB6B6
(204,182,182)
#D8C8C7
(216,200,199)
#E4DAD8
(228,218,216)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78383F color. Also use rgb(120,56,63) instead hex code.

Text Font Color

.myTextColor { color: #78383F; }

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

This text font color is #78383F.

Background Color

.myBgColor { background-color: #78383F; }

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

This div background color is #78383F.

Border color

.myBorderColor { border: 1px solid #78383F; }

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

This div border color is #78383F.

Opacity

.myOpacity80 { color: #78383F; opacity: 0.8; }

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

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

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

This text has shadow with #78383F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78383F.

Preview

Color preview on black background

This text has color #78383F on black background.


Color preview on white background

This text has color #78383F on white background.


Black color preview on #78383F background

This text has black color on #78383F background.


White color preview on #78383F background

This text has white color on #78383F background.


Related colors

Complementary color

Complementary color for #hex is #87C7C0.


I love getcolorcode.com

Triadic colors

1 #3F7838 and #383F78 with #78383F are triadic colors.

2 #3F3878 and #38783F with #78383F are triadic colors.