COLOR #755D03

HEX: #755D03
RGB: (117,93,3)

Color info

#755D03 contains mainly red and green colors. Web safe color of #755D03 is #666600 (or #660).

RGB color model

#755D03 color RGB value is (117,93,3).

  • red value is 117;
  • green value is 93;
  • blue value is 3.
RGB:
(117,93,3)
(46%,36%,1%)

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 3 of 255 = 1%

117
93
3

R + G + B ~ 28%. #755D03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 3 = 213 (100%)
R 117 of 213 ~ 54.93%
G 93 of 213 ~ 43.66%
B 3 of 213 ~ 1.41%

%54.93
%43.66

CMYK color model

#755D03 color CMYK value is (0,21,97,54).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 97.44%
  • key color value is 54.12%
CMYK:
(0,21,97,54)
C0M21Y97K54 
(0%,21%,97%,54%)
(0.00/0.21/0.97/0.54)	

CMYK percentages

%0
%20.51
%97.44
%54.12

Codes

Color #755D03 in popluar color models

755D03
RGB117933
HSL47°95.00%23.53%
HSB/HSV47°97.44%45.88%
CMYK0.00%20.51%97.44%
54.12%

Color #755D03 in popluar number systems.

HEX755D03
Decimal117933
Binary1110101101110111
Octal1651353

Shades and tints

Shades of #755D03

#755D03
(117,93,3)
#6B5503
(107,85,3)
#614D03
(97,77,3)
#574503
(87,69,3)
#4D3D03
(77,61,3)
#433503
(67,53,3)
#392D03
(57,45,3)
#2F2503
(47,37,3)
#251D03
(37,29,3)
#1B1503
(27,21,3)
#110D03
(17,13,3)
#000000
(0,0,0)

Tints of #755D03

#755D03
(117,93,3)
#816B19
(129,107,25)
#8D792F
(141,121,47)
#998745
(153,135,69)
#A5955B
(165,149,91)
#B1A371
(177,163,113)
#BDB187
(189,177,135)
#C9BF9D
(201,191,157)
#D5CDB3
(213,205,179)
#E1DBC9
(225,219,201)
#EDE9DF
(237,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755D03 color. Also use rgb(117,93,3) instead hex code.

Text Font Color

.myTextColor { color: #755D03; }

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

This text font color is #755D03.


Background Color

.myBgColor { background-color: #755D03; }

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

This div background color is #755D03.


Border color

.myBorderColor { border: 1px solid #755D03; }

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

This div border color is #755D03.


Opacity

.myOpacity80 { color: #755D03; opacity: 0.8; }

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

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

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

This text has shadow with #755D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D03 on black background.


Color preview on white background

This text has color #755D03 on white background.



Black color preview on #755D03 background

This text has black color on #755D03 background.


White color preview on #755D03 background

This text has white color on #755D03 background.