COLOR #737D4B

HEX: #737D4B
RGB: (115,125,75)

Color info

#737D4B contains red, green and blue colors in about the same proportion. Web safe color of #737D4B is #666633 (or #663).

RGB color model

#737D4B color RGB value is (115,125,75).

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

RGB channels and saturation

R 115 of 255 = 45%
G 125 of 255 = 49%
B 75 of 255 = 29%

115
125
75

R + G + B ~ 41%. #737D4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 125 + 75 = 315 (100%)
R 115 of 315 ~ 36.51%
G 125 of 315 ~ 39.68%
B 75 of 315 ~ 23.81%

%36.51
%39.68
%23.81

CMYK color model

#737D4B color CMYK value is (8,0,40,51).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 50.98%
CMYK:
(8,0,40,51)
C8M0Y40K51 
(8%,0%,40%,51%)
(0.08/0.00/0.40/0.51)	

CMYK percentages

%8
%0
%40
%50.98

Codes

Color #737D4B in popluar color models

737D4B
RGB11512575
HSL72°25.00%39.22%
HSB/HSV72°40.00%49.02%
CMYK8.00%0.00%40.00%
50.98%

Color #737D4B in popluar number systems.

HEX737D4B
Decimal11512575
Binary111001111111011001011
Octal163175113

Shades and tints

Shades of #737D4B

#737D4B
(115,125,75)
#697245
(105,114,69)
#5F673F
(95,103,63)
#555C39
(85,92,57)
#4B5133
(75,81,51)
#41462D
(65,70,45)
#373B27
(55,59,39)
#2D3021
(45,48,33)
#23251B
(35,37,27)
#191A15
(25,26,21)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #737D4B

#737D4B
(115,125,75)
#7F885B
(127,136,91)
#8B936B
(139,147,107)
#979E7B
(151,158,123)
#A3A98B
(163,169,139)
#AFB49B
(175,180,155)
#BBBFAB
(187,191,171)
#C7CABB
(199,202,187)
#D3D5CB
(211,213,203)
#DFE0DB
(223,224,219)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737D4B; }

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

This text font color is #737D4B.


Background Color

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

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

This div background color is #737D4B.


Border color

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

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

This div border color is #737D4B.


Opacity

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

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

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

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

This text has shadow with #737D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D4B on black background.


Color preview on white background

This text has color #737D4B on white background.



Black color preview on #737D4B background

This text has black color on #737D4B background.


White color preview on #737D4B background

This text has white color on #737D4B background.