COLOR #784F23

HEX: #784F23
RGB: (120,79,35)

Color info

#784F23 contains mainly red and green colors. Web safe color of #784F23 is #666633 (or #663).

RGB color model

#784F23 color RGB value is (120,79,35).

  • red value is 120;
  • green value is 79;
  • blue value is 35.
RGB:
(120,79,35)
(47%,31%,14%)

RGB channels and saturation

R 120 of 255 = 47%
G 79 of 255 = 31%
B 35 of 255 = 14%

120
79
35

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

Portions of RGB colors in percentages

R + G + B =
120 + 79 + 35 = 234 (100%)
R 120 of 234 ~ 51.28%
G 79 of 234 ~ 33.76%
B 35 of 234 ~ 14.96%

%51.28
%33.76
%14.96

CMYK color model

#784F23 color CMYK value is (0,34,71,53).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 70.83%
  • key color value is 52.94%
CMYK:
(0,34,71,53)
C0M34Y71K53 
(0%,34%,71%,53%)
(0.00/0.34/0.71/0.53)	

CMYK percentages

%0
%34.17
%70.83
%52.94

Codes

Color #784F23 in popluar color models

784F23
RGB1207935
HSL31°54.84%30.39%
HSB/HSV31°70.83%47.06%
CMYK0.00%34.17%70.83%
52.94%

Color #784F23 in popluar number systems.

HEX784F23
Decimal1207935
Binary11110001001111100011
Octal17011743

Shades and tints

Shades of #784F23

#784F23
(120,79,35)
#6E4820
(110,72,32)
#64411D
(100,65,29)
#5A3A1A
(90,58,26)
#503317
(80,51,23)
#462C14
(70,44,20)
#3C2511
(60,37,17)
#321E0E
(50,30,14)
#28170B
(40,23,11)
#1E1008
(30,16,8)
#140905
(20,9,5)
#000000
(0,0,0)

Tints of #784F23

#784F23
(120,79,35)
#845F37
(132,95,55)
#906F4B
(144,111,75)
#9C7F5F
(156,127,95)
#A88F73
(168,143,115)
#B49F87
(180,159,135)
#C0AF9B
(192,175,155)
#CCBFAF
(204,191,175)
#D8CFC3
(216,207,195)
#E4DFD7
(228,223,215)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784F23 color. Also use rgb(120,79,35) instead hex code.

Text Font Color

.myTextColor { color: #784F23; }

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

This text font color is #784F23.


Background Color

.myBgColor { background-color: #784F23; }

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

This div background color is #784F23.


Border color

.myBorderColor { border: 1px solid #784F23; }

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

This div border color is #784F23.


Opacity

.myOpacity80 { color: #784F23; opacity: 0.8; }

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

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

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

This text has shadow with #784F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784F23 on black background.


Color preview on white background

This text has color #784F23 on white background.



Black color preview on #784F23 background

This text has black color on #784F23 background.


White color preview on #784F23 background

This text has white color on #784F23 background.