COLOR #755433

HEX: #755433
RGB: (117,84,51)

Color info

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

RGB color model

#755433 color RGB value is (117,84,51).

  • red value is 117;
  • green value is 84;
  • blue value is 51.
RGB:
(117,84,51)
(46%,33%,20%)

RGB channels and saturation

R 117 of 255 = 46%
G 84 of 255 = 33%
B 51 of 255 = 20%

117
84
51

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

Portions of RGB colors in percentages

R + G + B =
117 + 84 + 51 = 252 (100%)
R 117 of 252 ~ 46.43%
G 84 of 252 ~ 33.33%
B 51 of 252 ~ 20.24%

%46.43
%33.33
%20.24

CMYK color model

#755433 color CMYK value is (0,28,56,54).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 56.41%
  • key color value is 54.12%
CMYK:
(0,28,56,54)
C0M28Y56K54 
(0%,28%,56%,54%)
(0.00/0.28/0.56/0.54)	

CMYK percentages

%0
%28.21
%56.41
%54.12

Codes

Color #755433 in popluar color models

755433
RGB1178451
HSL30°39.29%32.94%
HSB/HSV30°56.41%45.88%
CMYK0.00%28.21%56.41%
54.12%

Color #755433 in popluar number systems.

HEX755433
Decimal1178451
Binary11101011010100110011
Octal16512463

Shades and tints

Shades of #755433

#755433
(117,84,51)
#6B4D2F
(107,77,47)
#61462B
(97,70,43)
#573F27
(87,63,39)
#4D3823
(77,56,35)
#43311F
(67,49,31)
#392A1B
(57,42,27)
#2F2317
(47,35,23)
#251C13
(37,28,19)
#1B150F
(27,21,15)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #755433

#755433
(117,84,51)
#816345
(129,99,69)
#8D7257
(141,114,87)
#998169
(153,129,105)
#A5907B
(165,144,123)
#B19F8D
(177,159,141)
#BDAE9F
(189,174,159)
#C9BDB1
(201,189,177)
#D5CCC3
(213,204,195)
#E1DBD5
(225,219,213)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755433 color. Also use rgb(117,84,51) instead hex code.

Text Font Color

.myTextColor { color: #755433; }

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

This text font color is #755433.


Background Color

.myBgColor { background-color: #755433; }

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

This div background color is #755433.


Border color

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

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

This div border color is #755433.


Opacity

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

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

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

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

This text has shadow with #755433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755433 on black background.


Color preview on white background

This text has color #755433 on white background.



Black color preview on #755433 background

This text has black color on #755433 background.


White color preview on #755433 background

This text has white color on #755433 background.