COLOR #755021

HEX: #755021
RGB: (117,80,33)

Color info

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

RGB color model

#755021 color RGB value is (117,80,33).

  • red value is 117;
  • green value is 80;
  • blue value is 33.
RGB:
(117,80,33)
(46%,31%,13%)

RGB channels and saturation

R 117 of 255 = 46%
G 80 of 255 = 31%
B 33 of 255 = 13%

117
80
33

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

Portions of RGB colors in percentages

R + G + B =
117 + 80 + 33 = 230 (100%)
R 117 of 230 ~ 50.87%
G 80 of 230 ~ 34.78%
B 33 of 230 ~ 14.35%

%50.87
%34.78
%14.35

CMYK color model

#755021 color CMYK value is (0,32,72,54).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 71.79%
  • key color value is 54.12%
CMYK:
(0,32,72,54)
C0M32Y72K54 
(0%,32%,72%,54%)
(0.00/0.32/0.72/0.54)	

CMYK percentages

%0
%31.62
%71.79
%54.12

Codes

Color #755021 in popluar color models

755021
RGB1178033
HSL34°56.00%29.41%
HSB/HSV34°71.79%45.88%
CMYK0.00%31.62%71.79%
54.12%

Color #755021 in popluar number systems.

HEX755021
Decimal1178033
Binary11101011010000100001
Octal16512041

Shades and tints

Shades of #755021

#755021
(117,80,33)
#6B491E
(107,73,30)
#61421B
(97,66,27)
#573B18
(87,59,24)
#4D3415
(77,52,21)
#432D12
(67,45,18)
#39260F
(57,38,15)
#2F1F0C
(47,31,12)
#251809
(37,24,9)
#1B1106
(27,17,6)
#110A03
(17,10,3)
#000000
(0,0,0)

Tints of #755021

#755021
(117,80,33)
#815F35
(129,95,53)
#8D6E49
(141,110,73)
#997D5D
(153,125,93)
#A58C71
(165,140,113)
#B19B85
(177,155,133)
#BDAA99
(189,170,153)
#C9B9AD
(201,185,173)
#D5C8C1
(213,200,193)
#E1D7D5
(225,215,213)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755021 color. Also use rgb(117,80,33) instead hex code.

Text Font Color

.myTextColor { color: #755021; }

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

This text font color is #755021.


Background Color

.myBgColor { background-color: #755021; }

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

This div background color is #755021.


Border color

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

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

This div border color is #755021.


Opacity

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

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

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

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

This text has shadow with #755021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755021 on black background.


Color preview on white background

This text has color #755021 on white background.



Black color preview on #755021 background

This text has black color on #755021 background.


White color preview on #755021 background

This text has white color on #755021 background.