COLOR #745230

HEX: #745230
RGB: (116,82,48)

Color info

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

RGB color model

#745230 color RGB value is (116,82,48).

  • red value is 116;
  • green value is 82;
  • blue value is 48.
RGB:
(116,82,48)
(45%,32%,19%)

RGB channels and saturation

R 116 of 255 = 45%
G 82 of 255 = 32%
B 48 of 255 = 19%

116
82
48

R + G + B ~ 32%. #745230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 82 + 48 = 246 (100%)
R 116 of 246 ~ 47.15%
G 82 of 246 ~ 33.33%
B 48 of 246 ~ 19.51%

%47.15
%33.33
%19.51

CMYK color model

#745230 color CMYK value is (0,29,59,55).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 58.62%
  • key color value is 54.51%
CMYK:
(0,29,59,55)
C0M29Y59K55 
(0%,29%,59%,55%)
(0.00/0.29/0.59/0.55)	

CMYK percentages

%0
%29.31
%58.62
%54.51

Codes

Color #745230 in popluar color models

745230
RGB1168248
HSL30°41.46%32.16%
HSB/HSV30°58.62%45.49%
CMYK0.00%29.31%58.62%
54.51%

Color #745230 in popluar number systems.

HEX745230
Decimal1168248
Binary11101001010010110000
Octal16412260

Shades and tints

Shades of #745230

#745230
(116,82,48)
#6A4B2C
(106,75,44)
#604428
(96,68,40)
#563D24
(86,61,36)
#4C3620
(76,54,32)
#422F1C
(66,47,28)
#382818
(56,40,24)
#2E2114
(46,33,20)
#241A10
(36,26,16)
#1A130C
(26,19,12)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #745230

#745230
(116,82,48)
#806142
(128,97,66)
#8C7054
(140,112,84)
#987F66
(152,127,102)
#A48E78
(164,142,120)
#B09D8A
(176,157,138)
#BCAC9C
(188,172,156)
#C8BBAE
(200,187,174)
#D4CAC0
(212,202,192)
#E0D9D2
(224,217,210)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745230 color. Also use rgb(116,82,48) instead hex code.

Text Font Color

.myTextColor { color: #745230; }

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

This text font color is #745230.


Background Color

.myBgColor { background-color: #745230; }

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

This div background color is #745230.


Border color

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

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

This div border color is #745230.


Opacity

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

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

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

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

This text has shadow with #745230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745230 on black background.


Color preview on white background

This text has color #745230 on white background.



Black color preview on #745230 background

This text has black color on #745230 background.


White color preview on #745230 background

This text has white color on #745230 background.