COLOR #75512D

HEX: #75512D
RGB: (117,81,45)

Color info

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

RGB color model

#75512D color RGB value is (117,81,45).

  • red value is 117;
  • green value is 81;
  • blue value is 45.
RGB:
(117,81,45)
(46%,32%,18%)

RGB channels and saturation

R 117 of 255 = 46%
G 81 of 255 = 32%
B 45 of 255 = 18%

117
81
45

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

Portions of RGB colors in percentages

R + G + B =
117 + 81 + 45 = 243 (100%)
R 117 of 243 ~ 48.15%
G 81 of 243 ~ 33.33%
B 45 of 243 ~ 18.52%

%48.15
%33.33
%18.52

CMYK color model

#75512D color CMYK value is (0,31,62,54).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 61.54%
  • key color value is 54.12%
CMYK:
(0,31,62,54)
C0M31Y62K54 
(0%,31%,62%,54%)
(0.00/0.31/0.62/0.54)	

CMYK percentages

%0
%30.77
%61.54
%54.12

Codes

Color #75512D in popluar color models

75512D
RGB1178145
HSL30°44.44%31.76%
HSB/HSV30°61.54%45.88%
CMYK0.00%30.77%61.54%
54.12%

Color #75512D in popluar number systems.

HEX75512D
Decimal1178145
Binary11101011010001101101
Octal16512155

Shades and tints

Shades of #75512D

#75512D
(117,81,45)
#6B4A29
(107,74,41)
#614325
(97,67,37)
#573C21
(87,60,33)
#4D351D
(77,53,29)
#432E19
(67,46,25)
#392715
(57,39,21)
#2F2011
(47,32,17)
#25190D
(37,25,13)
#1B1209
(27,18,9)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #75512D

#75512D
(117,81,45)
#816040
(129,96,64)
#8D6F53
(141,111,83)
#997E66
(153,126,102)
#A58D79
(165,141,121)
#B19C8C
(177,156,140)
#BDAB9F
(189,171,159)
#C9BAB2
(201,186,178)
#D5C9C5
(213,201,197)
#E1D8D8
(225,216,216)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75512D color. Also use rgb(117,81,45) instead hex code.

Text Font Color

.myTextColor { color: #75512D; }

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

This text font color is #75512D.


Background Color

.myBgColor { background-color: #75512D; }

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

This div background color is #75512D.


Border color

.myBorderColor { border: 1px solid #75512D; }

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

This div border color is #75512D.


Opacity

.myOpacity80 { color: #75512D; opacity: 0.8; }

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

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

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

This text has shadow with #75512D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75512D on black background.


Color preview on white background

This text has color #75512D on white background.



Black color preview on #75512D background

This text has black color on #75512D background.


White color preview on #75512D background

This text has white color on #75512D background.