COLOR #754632

HEX: #754632
RGB: (117,70,50)

Color info

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

RGB color model

#754632 color RGB value is (117,70,50).

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

RGB channels and saturation

R 117 of 255 = 46%
G 70 of 255 = 27%
B 50 of 255 = 20%

117
70
50

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

Portions of RGB colors in percentages

R + G + B =
117 + 70 + 50 = 237 (100%)
R 117 of 237 ~ 49.37%
G 70 of 237 ~ 29.54%
B 50 of 237 ~ 21.1%

%49.37
%29.54
%21.1

CMYK color model

#754632 color CMYK value is (0,40,57,54).

  • cyan value is 0.00%
  • magenta value is 40.17%
  • yellow value is 57.26%
  • key color value is 54.12%
CMYK:
(0,40,57,54)
C0M40Y57K54 
(0%,40%,57%,54%)
(0.00/0.40/0.57/0.54)	

CMYK percentages

%0
%40.17
%57.26
%54.12

Codes

Color #754632 in popluar color models

754632
RGB1177050
HSL18°40.12%32.75%
HSB/HSV18°57.26%45.88%
CMYK0.00%40.17%57.26%
54.12%

Color #754632 in popluar number systems.

HEX754632
Decimal1177050
Binary11101011000110110010
Octal16510662

Shades and tints

Shades of #754632

#754632
(117,70,50)
#6B402E
(107,64,46)
#613A2A
(97,58,42)
#573426
(87,52,38)
#4D2E22
(77,46,34)
#43281E
(67,40,30)
#39221A
(57,34,26)
#2F1C16
(47,28,22)
#251612
(37,22,18)
#1B100E
(27,16,14)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #754632

#754632
(117,70,50)
#815644
(129,86,68)
#8D6656
(141,102,86)
#997668
(153,118,104)
#A5867A
(165,134,122)
#B1968C
(177,150,140)
#BDA69E
(189,166,158)
#C9B6B0
(201,182,176)
#D5C6C2
(213,198,194)
#E1D6D4
(225,214,212)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754632; }

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

This text font color is #754632.


Background Color

.myBgColor { background-color: #754632; }

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

This div background color is #754632.


Border color

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

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

This div border color is #754632.


Opacity

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

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

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

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

This text has shadow with #754632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754632 on black background.


Color preview on white background

This text has color #754632 on white background.



Black color preview on #754632 background

This text has black color on #754632 background.


White color preview on #754632 background

This text has white color on #754632 background.