COLOR #75462C

HEX: #75462C
RGB: (117,70,44)

Color info

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

RGB color model

#75462C color RGB value is (117,70,44).

  • red value is 117;
  • green value is 70;
  • blue value is 44.
RGB:
(117,70,44)
(46%,27%,17%)

RGB channels and saturation

R 117 of 255 = 46%
G 70 of 255 = 27%
B 44 of 255 = 17%

117
70
44

R + G + B ~ 30%. #75462C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 70 + 44 = 231 (100%)
R 117 of 231 ~ 50.65%
G 70 of 231 ~ 30.3%
B 44 of 231 ~ 19.05%

%50.65
%30.3
%19.05

CMYK color model

#75462C color CMYK value is (0,40,62,54).

  • cyan value is 0.00%
  • magenta value is 40.17%
  • yellow value is 62.39%
  • key color value is 54.12%
CMYK:
(0,40,62,54)
C0M40Y62K54 
(0%,40%,62%,54%)
(0.00/0.40/0.62/0.54)	

CMYK percentages

%0
%40.17
%62.39
%54.12

Codes

Color #75462C in popluar color models

75462C
RGB1177044
HSL21°45.34%31.57%
HSB/HSV21°62.39%45.88%
CMYK0.00%40.17%62.39%
54.12%

Color #75462C in popluar number systems.

HEX75462C
Decimal1177044
Binary11101011000110101100
Octal16510654

Shades and tints

Shades of #75462C

#75462C
(117,70,44)
#6B4028
(107,64,40)
#613A24
(97,58,36)
#573420
(87,52,32)
#4D2E1C
(77,46,28)
#432818
(67,40,24)
#392214
(57,34,20)
#2F1C10
(47,28,16)
#25160C
(37,22,12)
#1B1008
(27,16,8)
#110A04
(17,10,4)
#000000
(0,0,0)

Tints of #75462C

#75462C
(117,70,44)
#81563F
(129,86,63)
#8D6652
(141,102,82)
#997665
(153,118,101)
#A58678
(165,134,120)
#B1968B
(177,150,139)
#BDA69E
(189,166,158)
#C9B6B1
(201,182,177)
#D5C6C4
(213,198,196)
#E1D6D7
(225,214,215)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75462C color. Also use rgb(117,70,44) instead hex code.

Text Font Color

.myTextColor { color: #75462C; }

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

This text font color is #75462C.


Background Color

.myBgColor { background-color: #75462C; }

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

This div background color is #75462C.


Border color

.myBorderColor { border: 1px solid #75462C; }

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

This div border color is #75462C.


Opacity

.myOpacity80 { color: #75462C; opacity: 0.8; }

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

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

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

This text has shadow with #75462C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75462C on black background.


Color preview on white background

This text has color #75462C on white background.



Black color preview on #75462C background

This text has black color on #75462C background.


White color preview on #75462C background

This text has white color on #75462C background.