COLOR #738227

HEX: #738227
RGB: (115,130,39)

Color info

#738227 contains mainly red and green colors. Web safe color of #738227 is #669933 (or #693).

RGB color model

#738227 color RGB value is (115,130,39).

  • red value is 115;
  • green value is 130;
  • blue value is 39.
RGB:
(115,130,39)
(45%,51%,15%)

RGB channels and saturation

R 115 of 255 = 45%
G 130 of 255 = 51%
B 39 of 255 = 15%

115
130
39

R + G + B ~ 37%. #738227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 130 + 39 = 284 (100%)
R 115 of 284 ~ 40.49%
G 130 of 284 ~ 45.77%
B 39 of 284 ~ 13.73%

%40.49
%45.77
%13.73

CMYK color model

#738227 color CMYK value is (12,0,70,49).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 49.02%
CMYK:
(12,0,70,49)
C12M0Y70K49 
(12%,0%,70%,49%)
(0.12/0.00/0.70/0.49)	

CMYK percentages

%11.54
%0
%70
%49.02

Codes

Color #738227 in popluar color models

738227
RGB11513039
HSL70°53.85%33.14%
HSB/HSV70°70.00%50.98%
CMYK11.54%0.00%70.00%
49.02%

Color #738227 in popluar number systems.

HEX738227
Decimal11513039
Binary111001110000010100111
Octal16320247

Shades and tints

Shades of #738227

#738227
(115,130,39)
#697724
(105,119,36)
#5F6C21
(95,108,33)
#55611E
(85,97,30)
#4B561B
(75,86,27)
#414B18
(65,75,24)
#374015
(55,64,21)
#2D3512
(45,53,18)
#232A0F
(35,42,15)
#191F0C
(25,31,12)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #738227

#738227
(115,130,39)
#7F8D3A
(127,141,58)
#8B984D
(139,152,77)
#97A360
(151,163,96)
#A3AE73
(163,174,115)
#AFB986
(175,185,134)
#BBC499
(187,196,153)
#C7CFAC
(199,207,172)
#D3DABF
(211,218,191)
#DFE5D2
(223,229,210)
#EBF0E5
(235,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738227 color. Also use rgb(115,130,39) instead hex code.

Text Font Color

.myTextColor { color: #738227; }

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

This text font color is #738227.


Background Color

.myBgColor { background-color: #738227; }

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

This div background color is #738227.


Border color

.myBorderColor { border: 1px solid #738227; }

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

This div border color is #738227.


Opacity

.myOpacity80 { color: #738227; opacity: 0.8; }

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

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

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

This text has shadow with #738227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738227 on black background.


Color preview on white background

This text has color #738227 on white background.



Black color preview on #738227 background

This text has black color on #738227 background.


White color preview on #738227 background

This text has white color on #738227 background.