COLOR #737D38

HEX: #737D38
RGB: (115,125,56)

Color info

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

RGB color model

#737D38 color RGB value is (115,125,56).

  • red value is 115;
  • green value is 125;
  • blue value is 56.
RGB:
(115,125,56)
(45%,49%,22%)

RGB channels and saturation

R 115 of 255 = 45%
G 125 of 255 = 49%
B 56 of 255 = 22%

115
125
56

R + G + B ~ 39%. #737D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 125 + 56 = 296 (100%)
R 115 of 296 ~ 38.85%
G 125 of 296 ~ 42.23%
B 56 of 296 ~ 18.92%

%38.85
%42.23
%18.92

CMYK color model

#737D38 color CMYK value is (8,0,55,51).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 55.20%
  • key color value is 50.98%
CMYK:
(8,0,55,51)
C8M0Y55K51 
(8%,0%,55%,51%)
(0.08/0.00/0.55/0.51)	

CMYK percentages

%8
%0
%55.2
%50.98

Codes

Color #737D38 in popluar color models

737D38
RGB11512556
HSL69°38.12%35.49%
HSB/HSV69°55.20%49.02%
CMYK8.00%0.00%55.20%
50.98%

Color #737D38 in popluar number systems.

HEX737D38
Decimal11512556
Binary11100111111101111000
Octal16317570

Shades and tints

Shades of #737D38

#737D38
(115,125,56)
#697233
(105,114,51)
#5F672E
(95,103,46)
#555C29
(85,92,41)
#4B5124
(75,81,36)
#41461F
(65,70,31)
#373B1A
(55,59,26)
#2D3015
(45,48,21)
#232510
(35,37,16)
#191A0B
(25,26,11)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #737D38

#737D38
(115,125,56)
#7F884A
(127,136,74)
#8B935C
(139,147,92)
#979E6E
(151,158,110)
#A3A980
(163,169,128)
#AFB492
(175,180,146)
#BBBFA4
(187,191,164)
#C7CAB6
(199,202,182)
#D3D5C8
(211,213,200)
#DFE0DA
(223,224,218)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737D38 color. Also use rgb(115,125,56) instead hex code.

Text Font Color

.myTextColor { color: #737D38; }

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

This text font color is #737D38.


Background Color

.myBgColor { background-color: #737D38; }

<div style="background-color:#737D38">Inner text</div>

This div background color is #737D38.


Border color

.myBorderColor { border: 1px solid #737D38; }

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

This div border color is #737D38.


Opacity

.myOpacity80 { color: #737D38; opacity: 0.8; }

<p style="color:#737D38;opacity:0.8;">80%</p>

Text with #737D38 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 #737D38;}

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

This text has shadow with #737D38 color.

.textShadow {text-shadow: 3px 3px 1px #737D38, 3px 3px 1px red;}

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

This text has shadow with #737D38 primary color and red secondary color.


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

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

This text has shadow with #737D38 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D38 on black background.


Color preview on white background

This text has color #737D38 on white background.



Black color preview on #737D38 background

This text has black color on #737D38 background.


White color preview on #737D38 background

This text has white color on #737D38 background.