COLOR #704F3A

HEX: #704F3A RGB: (112,79,58)

Color info

#704F3A contains red, green and blue colors in about the same proportion. Web safe color of #704F3A is #666633 (or #663).

RGB color model

#704F3A color RGB value is (112,79,58).

RGB: (112,79,58) (44%, 31%, 23%)

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 58 of 255 = 23%

112
79
58

R + G + B ~ 33%. #704F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 79 + 58 = 249 (100%)
R 112 of 249 ~ 44.98%
G 79 of 249 ~ 31.73%
B 58 of 249 ~ 23.29'%

%44.98
%31.73
%23.29

CMYK color model

#704F3A color CMYK value is (0,29,48,56).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 48.21%
  • key color value is 56.08%

CMYK: (0,29,48,56)
C0M29Y48K56 (0%, 29%, 48%, 56%)
(0.00 / 0.29 / 0.48 / 0.56)

CMYK percentages

%0
%29.46
%48.21
%56.08

Codes

Color #704F3A in popluar color models

70 4F 3A
RGB 112 79 58
HSL 23° 31.76% 33.33%
HSB/HSV 23° 48.21% 43.92%
CMYK 0.00% 29.46% 48.21%
56.08%

Color #704F3A in popluar number systems.

HEX 70 4F 3A
Decimal 112 79 58
Binary 1110000 1001111 111010
Octal 160 117 72

Shades and tints

Shades of #704F3A

#704F3A
(112,79,58)
#664835
(102,72,53)
#5C4130
(92,65,48)
#523A2B
(82,58,43)
#483326
(72,51,38)
#3E2C21
(62,44,33)
#34251C
(52,37,28)
#2A1E17
(42,30,23)
#201712
(32,23,18)
#16100D
(22,16,13)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #704F3A

#704F3A
(112,79,58)
#7D5F4B
(125,95,75)
#8A6F5C
(138,111,92)
#977F6D
(151,127,109)
#A48F7E
(164,143,126)
#B19F8F
(177,159,143)
#BEAFA0
(190,175,160)
#CBBFB1
(203,191,177)
#D8CFC2
(216,207,194)
#E5DFD3
(229,223,211)
#F2EFE4
(242,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704F3A color. Also use rgb(112,79,58) instead hex code.

Text Font Color

.myTextColor { color: #704F3A; }

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

This text font color is #704F3A.

Background Color

.myBgColor { background-color: #704F3A; }

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

This div background color is #704F3A.

Border color

.myBorderColor { border: 1px solid #704F3A; }

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

This div border color is #704F3A.

Opacity

.myOpacity80 { color: #704F3A; opacity: 0.8; }

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

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

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

This text has shadow with #704F3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704F3A.

Preview

Color preview on black background

This text has color #704F3A on black background.


Color preview on white background

This text has color #704F3A on white background.


Black color preview on #704F3A background

This text has black color on #704F3A background.


White color preview on #704F3A background

This text has white color on #704F3A background.


Related colors

Complementary color

Complementary color for #hex is #8FB0C5.


I love getcolorcode.com

Triadic colors

1 #3A704F and #4F3A70 with #704F3A are triadic colors.

2 #3A4F70 and #4F703A with #704F3A are triadic colors.