COLOR #784233

HEX: #784233
RGB: (120,66,51)

Color info

#784233 contains mainly red and green colors. Web safe color of #784233 is #663333 (or #633).

RGB color model

#784233 color RGB value is (120,66,51).

  • red value is 120;
  • green value is 66;
  • blue value is 51.
RGB:
(120,66,51)
(47%,26%,20%)

RGB channels and saturation

R 120 of 255 = 47%
G 66 of 255 = 26%
B 51 of 255 = 20%

120
66
51

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

Portions of RGB colors in percentages

R + G + B =
120 + 66 + 51 = 237 (100%)
R 120 of 237 ~ 50.63%
G 66 of 237 ~ 27.85%
B 51 of 237 ~ 21.52%

%50.63
%27.85
%21.52

CMYK color model

#784233 color CMYK value is (0,45,58,53).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 57.50%
  • key color value is 52.94%
CMYK:
(0,45,58,53)
C0M45Y58K53 
(0%,45%,58%,53%)
(0.00/0.45/0.58/0.53)	

CMYK percentages

%0
%45
%57.5
%52.94

Codes

Color #784233 in popluar color models

784233
RGB1206651
HSL13°40.35%33.53%
HSB/HSV13°57.50%47.06%
CMYK0.00%45.00%57.50%
52.94%

Color #784233 in popluar number systems.

HEX784233
Decimal1206651
Binary11110001000010110011
Octal17010263

Shades and tints

Shades of #784233

#784233
(120,66,51)
#6E3C2F
(110,60,47)
#64362B
(100,54,43)
#5A3027
(90,48,39)
#502A23
(80,42,35)
#46241F
(70,36,31)
#3C1E1B
(60,30,27)
#321817
(50,24,23)
#281213
(40,18,19)
#1E0C0F
(30,12,15)
#14060B
(20,6,11)
#000000
(0,0,0)

Tints of #784233

#784233
(120,66,51)
#845345
(132,83,69)
#906457
(144,100,87)
#9C7569
(156,117,105)
#A8867B
(168,134,123)
#B4978D
(180,151,141)
#C0A89F
(192,168,159)
#CCB9B1
(204,185,177)
#D8CAC3
(216,202,195)
#E4DBD5
(228,219,213)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784233 color. Also use rgb(120,66,51) instead hex code.

Text Font Color

.myTextColor { color: #784233; }

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

This text font color is #784233.


Background Color

.myBgColor { background-color: #784233; }

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

This div background color is #784233.


Border color

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

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

This div border color is #784233.


Opacity

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

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

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

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

This text has shadow with #784233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784233 on black background.


Color preview on white background

This text has color #784233 on white background.



Black color preview on #784233 background

This text has black color on #784233 background.


White color preview on #784233 background

This text has white color on #784233 background.