COLOR #755333

HEX: #755333 RGB: (117,83,51)

Color info

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

RGB color model

#755333 color RGB value is (117,83,51).

RGB: (117,83,51) (46%, 33%, 20%)

RGB channels and saturation

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

117
83
51

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

Portions of RGB colors in percentages

R + G + B = 117 + 83 + 51 = 251 (100%)
R 117 of 251 ~ 46.61%
G 83 of 251 ~ 33.07%
B 51 of 251 ~ 20.32'%

%46.61
%33.07
%20.32

CMYK color model

#755333 color CMYK value is (0,29,56,54).

  • cyan value is 0.00%
  • magenta value is 29.06%
  • yellow value is 56.41%
  • key color value is 54.12%

CMYK: (0,29,56,54)
C0M29Y56K54 (0%, 29%, 56%, 54%)
(0.00 / 0.29 / 0.56 / 0.54)

CMYK percentages

%0
%29.06
%56.41
%54.12

Codes

Color #755333 in popluar color models

75 53 33
RGB 117 83 51
HSL 29° 39.29% 32.94%
HSB/HSV 29° 56.41% 45.88%
CMYK 0.00% 29.06% 56.41%
54.12%

Color #755333 in popluar number systems.

HEX 75 53 33
Decimal 117 83 51
Binary 1110101 1010011 110011
Octal 165 123 63

Shades and tints

Shades of #755333

#755333
(117,83,51)
#6B4C2F
(107,76,47)
#61452B
(97,69,43)
#573E27
(87,62,39)
#4D3723
(77,55,35)
#43301F
(67,48,31)
#39291B
(57,41,27)
#2F2217
(47,34,23)
#251B13
(37,27,19)
#1B140F
(27,20,15)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #755333

#755333
(117,83,51)
#816245
(129,98,69)
#8D7157
(141,113,87)
#998069
(153,128,105)
#A58F7B
(165,143,123)
#B19E8D
(177,158,141)
#BDAD9F
(189,173,159)
#C9BCB1
(201,188,177)
#D5CBC3
(213,203,195)
#E1DAD5
(225,218,213)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755333; }

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

This text font color is #755333.

Background Color

.myBgColor { background-color: #755333; }

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

This div background color is #755333.

Border color

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

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

This div border color is #755333.

Opacity

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

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

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

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

This text has shadow with #755333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755333.

Preview

Color preview on black background

This text has color #755333 on black background.


Color preview on white background

This text has color #755333 on white background.


Black color preview on #755333 background

This text has black color on #755333 background.


White color preview on #755333 background

This text has white color on #755333 background.


Related colors

Complementary color

Complementary color for #hex is #8AACCC.


I love getcolorcode.com

Triadic colors

1 #337553 and #533375 with #755333 are triadic colors.

2 #335375 and #537533 with #755333 are triadic colors.