COLOR #3B750A

HEX: #3B750A RGB: (59,117,10)

Color info

#3B750A contains mainly red and green colors. Web safe color of #3B750A is #336600 (or #360).

RGB color model

#3B750A color RGB value is (59,117,10).

RGB: (59,117,10) (23%, 46%, 4%)

RGB channels and saturation

R 59 of 255 = 23%
G 117 of 255 = 46%
B 10 of 255 = 4%

59
117
10

R + G + B ~ 24%. #3B750A is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 117 + 10 = 186 (100%)
R 59 of 186 ~ 31.72%
G 117 of 186 ~ 62.9%
B 10 of 186 ~ 5.38'%

%31.72
%62.9

CMYK color model

#3B750A color CMYK value is (50,0,91,54).

  • cyan value is 49.57%
  • magenta value is 0.00%
  • yellow value is 91.45%
  • key color value is 54.12%

CMYK: (50,0,91,54)
C50M0Y91K54 (50%, 0%, 91%, 54%)
(0.50 / 0.00 / 0.91 / 0.54)

CMYK percentages

%49.57
%0
%91.45
%54.12

Codes

Color #3B750A in popluar color models

3B 75 0A
RGB 59 117 10
HSL 93° 84.25% 24.90%
HSB/HSV 93° 91.45% 45.88%
CMYK 49.57% 0.00% 91.45%
54.12%

Color #3B750A in popluar number systems.

HEX 3B 75 0A
Decimal 59 117 10
Binary 111011 1110101 1010
Octal 73 165 12

Shades and tints

Shades of #3B750A

#3B750A
(59,117,10)
#366B0A
(54,107,10)
#31610A
(49,97,10)
#2C570A
(44,87,10)
#274D0A
(39,77,10)
#22430A
(34,67,10)
#1D390A
(29,57,10)
#182F0A
(24,47,10)
#13250A
(19,37,10)
#0E1B0A
(14,27,10)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #3B750A

#3B750A
(59,117,10)
#4C8120
(76,129,32)
#5D8D36
(93,141,54)
#6E994C
(110,153,76)
#7FA562
(127,165,98)
#90B178
(144,177,120)
#A1BD8E
(161,189,142)
#B2C9A4
(178,201,164)
#C3D5BA
(195,213,186)
#D4E1D0
(212,225,208)
#E5EDE6
(229,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B750A color. Also use rgb(59,117,10) instead hex code.

Text Font Color

.myTextColor { color: #3B750A; }

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

This text font color is #3B750A.

Background Color

.myBgColor { background-color: #3B750A; }

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

This div background color is #3B750A.

Border color

.myBorderColor { border: 1px solid #3B750A; }

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

This div border color is #3B750A.

Opacity

.myOpacity80 { color: #3B750A; opacity: 0.8; }

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

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

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

This text has shadow with #3B750A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B750A.

Preview

Color preview on black background

This text has color #3B750A on black background.


Color preview on white background

This text has color #3B750A on white background.


Black color preview on #3B750A background

This text has black color on #3B750A background.


White color preview on #3B750A background

This text has white color on #3B750A background.


Related colors

Complementary color

Complementary color for #hex is #C48AF5.


I love getcolorcode.com

Triadic colors

1 #0A3B75 and #750A3B with #3B750A are triadic colors.

2 #0A753B and #753B0A with #3B750A are triadic colors.