COLOR #75803A

HEX: #75803A RGB: (117,128,58)

Color info

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

RGB color model

#75803A color RGB value is (117,128,58).

RGB: (117,128,58) (46%, 50%, 23%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 58 of 255 = 23%

117
128
58

R + G + B ~ 40%. #75803A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 128 + 58 = 303 (100%)
R 117 of 303 ~ 38.61%
G 128 of 303 ~ 42.24%
B 58 of 303 ~ 19.14'%

%38.61
%42.24
%19.14

CMYK color model

#75803A color CMYK value is (9,0,55,50).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 54.69%
  • key color value is 49.80%

CMYK: (9,0,55,50)
C9M0Y55K50 (9%, 0%, 55%, 50%)
(0.09 / 0.00 / 0.55 / 0.50)

CMYK percentages

%8.59
%0
%54.69
%49.8

Codes

Color #75803A in popluar color models

75 80 3A
RGB 117 128 58
HSL 69° 37.63% 36.47%
HSB/HSV 69° 54.69% 50.20%
CMYK 8.59% 0.00% 54.69%
49.80%

Color #75803A in popluar number systems.

HEX 75 80 3A
Decimal 117 128 58
Binary 1110101 10000000 111010
Octal 165 200 72

Shades and tints

Shades of #75803A

#75803A
(117,128,58)
#6B7535
(107,117,53)
#616A30
(97,106,48)
#575F2B
(87,95,43)
#4D5426
(77,84,38)
#434921
(67,73,33)
#393E1C
(57,62,28)
#2F3317
(47,51,23)
#252812
(37,40,18)
#1B1D0D
(27,29,13)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #75803A

#75803A
(117,128,58)
#818B4B
(129,139,75)
#8D965C
(141,150,92)
#99A16D
(153,161,109)
#A5AC7E
(165,172,126)
#B1B78F
(177,183,143)
#BDC2A0
(189,194,160)
#C9CDB1
(201,205,177)
#D5D8C2
(213,216,194)
#E1E3D3
(225,227,211)
#EDEEE4
(237,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75803A color. Also use rgb(117,128,58) instead hex code.

Text Font Color

.myTextColor { color: #75803A; }

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

This text font color is #75803A.

Background Color

.myBgColor { background-color: #75803A; }

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

This div background color is #75803A.

Border color

.myBorderColor { border: 1px solid #75803A; }

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

This div border color is #75803A.

Opacity

.myOpacity80 { color: #75803A; opacity: 0.8; }

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

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

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

This text has shadow with #75803A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75803A.

Preview

Color preview on black background

This text has color #75803A on black background.


Color preview on white background

This text has color #75803A on white background.


Black color preview on #75803A background

This text has black color on #75803A background.


White color preview on #75803A background

This text has white color on #75803A background.


Related colors

Complementary color

Complementary color for #hex is #8A7FC5.


I love getcolorcode.com

Triadic colors

1 #3A7580 and #803A75 with #75803A are triadic colors.

2 #3A8075 and #80753A with #75803A are triadic colors.