COLOR #75873D

HEX: #75873D
RGB: (117,135,61)

Color info

#75873D contains mainly red and green colors. Web safe color of #75873D is #669933 (or #693).

RGB color model

#75873D color RGB value is (117,135,61).

  • red value is 117;
  • green value is 135;
  • blue value is 61.
RGB:
(117,135,61)
(46%,53%,24%)

RGB channels and saturation

R 117 of 255 = 46%
G 135 of 255 = 53%
B 61 of 255 = 24%

117
135
61

R + G + B ~ 41%. #75873D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 135 + 61 = 313 (100%)
R 117 of 313 ~ 37.38%
G 135 of 313 ~ 43.13%
B 61 of 313 ~ 19.49%

%37.38
%43.13
%19.49

CMYK color model

#75873D color CMYK value is (13,0,55,47).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 54.81%
  • key color value is 47.06%
CMYK:
(13,0,55,47)
C13M0Y55K47 
(13%,0%,55%,47%)
(0.13/0.00/0.55/0.47)	

CMYK percentages

%13.33
%0
%54.81
%47.06

Codes

Color #75873D in popluar color models

75873D
RGB11713561
HSL75°37.76%38.43%
HSB/HSV75°54.81%52.94%
CMYK13.33%0.00%54.81%
47.06%

Color #75873D in popluar number systems.

HEX75873D
Decimal11713561
Binary111010110000111111101
Octal16520775

Shades and tints

Shades of #75873D

#75873D
(117,135,61)
#6B7B38
(107,123,56)
#616F33
(97,111,51)
#57632E
(87,99,46)
#4D5729
(77,87,41)
#434B24
(67,75,36)
#393F1F
(57,63,31)
#2F331A
(47,51,26)
#252715
(37,39,21)
#1B1B10
(27,27,16)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #75873D

#75873D
(117,135,61)
#81914E
(129,145,78)
#8D9B5F
(141,155,95)
#99A570
(153,165,112)
#A5AF81
(165,175,129)
#B1B992
(177,185,146)
#BDC3A3
(189,195,163)
#C9CDB4
(201,205,180)
#D5D7C5
(213,215,197)
#E1E1D6
(225,225,214)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75873D color. Also use rgb(117,135,61) instead hex code.

Text Font Color

.myTextColor { color: #75873D; }

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

This text font color is #75873D.


Background Color

.myBgColor { background-color: #75873D; }

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

This div background color is #75873D.


Border color

.myBorderColor { border: 1px solid #75873D; }

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

This div border color is #75873D.


Opacity

.myOpacity80 { color: #75873D; opacity: 0.8; }

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

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

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

This text has shadow with #75873D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75873D on black background.


Color preview on white background

This text has color #75873D on white background.



Black color preview on #75873D background

This text has black color on #75873D background.


White color preview on #75873D background

This text has white color on #75873D background.