COLOR #75855B

HEX: #75855B
RGB: (117,133,91)

Color info

#75855B contains red, green and blue colors in about the same proportion. Web safe color of #75855B is #669966 (or #696).

RGB color model

#75855B color RGB value is (117,133,91).

  • red value is 117;
  • green value is 133;
  • blue value is 91.
RGB:
(117,133,91)
(46%,52%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 91 of 255 = 36%

117
133
91

R + G + B ~ 45%. #75855B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 91 = 341 (100%)
R 117 of 341 ~ 34.31%
G 133 of 341 ~ 39%
B 91 of 341 ~ 26.69%

%34.31
%39
%26.69

CMYK color model

#75855B color CMYK value is (12,0,32,48).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 47.84%
CMYK:
(12,0,32,48)
C12M0Y32K48 
(12%,0%,32%,48%)
(0.12/0.00/0.32/0.48)	

CMYK percentages

%12.03
%0
%31.58
%47.84

Codes

Color #75855B in popluar color models

75855B
RGB11713391
HSL83°18.75%43.92%
HSB/HSV83°31.58%52.16%
CMYK12.03%0.00%31.58%
47.84%

Color #75855B in popluar number systems.

HEX75855B
Decimal11713391
Binary1110101100001011011011
Octal165205133

Shades and tints

Shades of #75855B

#75855B
(117,133,91)
#6B7953
(107,121,83)
#616D4B
(97,109,75)
#576143
(87,97,67)
#4D553B
(77,85,59)
#434933
(67,73,51)
#393D2B
(57,61,43)
#2F3123
(47,49,35)
#25251B
(37,37,27)
#1B1913
(27,25,19)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #75855B

#75855B
(117,133,91)
#819069
(129,144,105)
#8D9B77
(141,155,119)
#99A685
(153,166,133)
#A5B193
(165,177,147)
#B1BCA1
(177,188,161)
#BDC7AF
(189,199,175)
#C9D2BD
(201,210,189)
#D5DDCB
(213,221,203)
#E1E8D9
(225,232,217)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75855B color. Also use rgb(117,133,91) instead hex code.

Text Font Color

.myTextColor { color: #75855B; }

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

This text font color is #75855B.


Background Color

.myBgColor { background-color: #75855B; }

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

This div background color is #75855B.


Border color

.myBorderColor { border: 1px solid #75855B; }

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

This div border color is #75855B.


Opacity

.myOpacity80 { color: #75855B; opacity: 0.8; }

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

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

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

This text has shadow with #75855B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75855B on black background.


Color preview on white background

This text has color #75855B on white background.



Black color preview on #75855B background

This text has black color on #75855B background.


White color preview on #75855B background

This text has white color on #75855B background.