COLOR #784348

HEX: #784348
RGB: (120,67,72)

Color info

#784348 contains red, green and blue colors in about the same proportion. Web safe color of #784348 is #663333 (or #633).

RGB color model

#784348 color RGB value is (120,67,72).

  • red value is 120;
  • green value is 67;
  • blue value is 72.
RGB:
(120,67,72)
(47%,26%,28%)

RGB channels and saturation

R 120 of 255 = 47%
G 67 of 255 = 26%
B 72 of 255 = 28%

120
67
72

R + G + B ~ 34%. #784348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 67 + 72 = 259 (100%)
R 120 of 259 ~ 46.33%
G 67 of 259 ~ 25.87%
B 72 of 259 ~ 27.8%

%46.33
%25.87
%27.8

CMYK color model

#784348 color CMYK value is (0,44,40,53).

  • cyan value is 0.00%
  • magenta value is 44.17%
  • yellow value is 40.00%
  • key color value is 52.94%
CMYK:
(0,44,40,53)
C0M44Y40K53 
(0%,44%,40%,53%)
(0.00/0.44/0.40/0.53)	

CMYK percentages

%0
%44.17
%40
%52.94

Codes

Color #784348 in popluar color models

784348
RGB1206772
HSL354°28.34%36.67%
HSB/HSV354°44.17%47.06%
CMYK0.00%44.17%40.00%
52.94%

Color #784348 in popluar number systems.

HEX784348
Decimal1206772
Binary111100010000111001000
Octal170103110

Shades and tints

Shades of #784348

#784348
(120,67,72)
#6E3D42
(110,61,66)
#64373C
(100,55,60)
#5A3136
(90,49,54)
#502B30
(80,43,48)
#46252A
(70,37,42)
#3C1F24
(60,31,36)
#32191E
(50,25,30)
#281318
(40,19,24)
#1E0D12
(30,13,18)
#14070C
(20,7,12)
#000000
(0,0,0)

Tints of #784348

#784348
(120,67,72)
#845458
(132,84,88)
#906568
(144,101,104)
#9C7678
(156,118,120)
#A88788
(168,135,136)
#B49898
(180,152,152)
#C0A9A8
(192,169,168)
#CCBAB8
(204,186,184)
#D8CBC8
(216,203,200)
#E4DCD8
(228,220,216)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784348 color. Also use rgb(120,67,72) instead hex code.

Text Font Color

.myTextColor { color: #784348; }

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

This text font color is #784348.


Background Color

.myBgColor { background-color: #784348; }

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

This div background color is #784348.


Border color

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

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

This div border color is #784348.


Opacity

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

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

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

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

This text has shadow with #784348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784348 on black background.


Color preview on white background

This text has color #784348 on white background.



Black color preview on #784348 background

This text has black color on #784348 background.


White color preview on #784348 background

This text has white color on #784348 background.