COLOR #37750B

HEX: #37750B
RGB: (55,117,11)

Color info

#37750B contains mainly green color. Web safe color of #37750B is #336600 (or #360).

RGB color model

#37750B color RGB value is (55,117,11).

  • red value is 55;
  • green value is 117;
  • blue value is 11.
RGB:
(55,117,11)
(22%,46%,4%)

RGB channels and saturation

R 55 of 255 = 22%
G 117 of 255 = 46%
B 11 of 255 = 4%

55
117
11

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

Portions of RGB colors in percentages

R + G + B =
55 + 117 + 11 = 183 (100%)
R 55 of 183 ~ 30.05%
G 117 of 183 ~ 63.93%
B 11 of 183 ~ 6.01%

%30.05
%63.93

CMYK color model

#37750B color CMYK value is (53,0,91,54).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 90.60%
  • key color value is 54.12%
CMYK:
(53,0,91,54)
C53M0Y91K54 
(53%,0%,91%,54%)
(0.53/0.00/0.91/0.54)	

CMYK percentages

%52.99
%0
%90.6
%54.12

Codes

Color #37750B in popluar color models

37750B
RGB5511711
HSL95°82.81%25.10%
HSB/HSV95°90.60%45.88%
CMYK52.99%0.00%90.60%
54.12%

Color #37750B in popluar number systems.

HEX37750B
Decimal5511711
Binary11011111101011011
Octal6716513

Shades and tints

Shades of #37750B

#37750B
(55,117,11)
#326B0A
(50,107,10)
#2D6109
(45,97,9)
#285708
(40,87,8)
#234D07
(35,77,7)
#1E4306
(30,67,6)
#193905
(25,57,5)
#142F04
(20,47,4)
#0F2503
(15,37,3)
#0A1B02
(10,27,2)
#051101
(5,17,1)
#000000
(0,0,0)

Tints of #37750B

#37750B
(55,117,11)
#498121
(73,129,33)
#5B8D37
(91,141,55)
#6D994D
(109,153,77)
#7FA563
(127,165,99)
#91B179
(145,177,121)
#A3BD8F
(163,189,143)
#B5C9A5
(181,201,165)
#C7D5BB
(199,213,187)
#D9E1D1
(217,225,209)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37750B color. Also use rgb(55,117,11) instead hex code.

Text Font Color

.myTextColor { color: #37750B; }

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

This text font color is #37750B.


Background Color

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

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

This div background color is #37750B.


Border color

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

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

This div border color is #37750B.


Opacity

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

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

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

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

This text has shadow with #37750B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37750B on black background.


Color preview on white background

This text has color #37750B on white background.



Black color preview on #37750B background

This text has black color on #37750B background.


White color preview on #37750B background

This text has white color on #37750B background.