COLOR #125507

HEX: #125507 RGB: (18,85,7)

Color info

#125507 contains mainly green color. Web safe color of #125507 is #006600 (or #060).

RGB color model

#125507 color RGB value is (18,85,7).

RGB: (18,85,7) (7%, 33%, 3%)

RGB channels and saturation

R 18 of 255 = 7%
G 85 of 255 = 33%
B 7 of 255 = 3%

18
85
7

R + G + B ~ 14%. #125507 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 85 + 7 = 110 (100%)
R 18 of 110 ~ 16.36%
G 85 of 110 ~ 77.27%
B 7 of 110 ~ 6.36'%

%16.36
%77.27

CMYK color model

#125507 color CMYK value is (79,0,92,67).

  • cyan value is 78.82%
  • magenta value is 0.00%
  • yellow value is 91.76%
  • key color value is 66.67%

CMYK: (79,0,92,67)
C79M0Y92K67 (79%, 0%, 92%, 67%)
(0.79 / 0.00 / 0.92 / 0.67)

CMYK percentages

%78.82
%0
%91.76
%66.67

Codes

Color #125507 in popluar color models

12 55 07
RGB 18 85 7
HSL 112° 84.78% 18.04%
HSB/HSV 112° 91.76% 33.33%
CMYK 78.82% 0.00% 91.76%
66.67%

Color #125507 in popluar number systems.

HEX 12 55 07
Decimal 18 85 7
Binary 10010 1010101 111
Octal 22 125 7

Shades and tints

Shades of #125507

#125507
(18,85,7)
#114E07
(17,78,7)
#104707
(16,71,7)
#0F4007
(15,64,7)
#0E3907
(14,57,7)
#0D3207
(13,50,7)
#0C2B07
(12,43,7)
#0B2407
(11,36,7)
#0A1D07
(10,29,7)
#091607
(9,22,7)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #125507

#125507
(18,85,7)
#27641D
(39,100,29)
#3C7333
(60,115,51)
#518249
(81,130,73)
#66915F
(102,145,95)
#7BA075
(123,160,117)
#90AF8B
(144,175,139)
#A5BEA1
(165,190,161)
#BACDB7
(186,205,183)
#CFDCCD
(207,220,205)
#E4EBE3
(228,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125507 color. Also use rgb(18,85,7) instead hex code.

Text Font Color

.myTextColor { color: #125507; }

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

This text font color is #125507.

Background Color

.myBgColor { background-color: #125507; }

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

This div background color is #125507.

Border color

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

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

This div border color is #125507.

Opacity

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

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

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

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

This text has shadow with #125507 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #125507.

Preview

Color preview on black background

This text has color #125507 on black background.


Color preview on white background

This text has color #125507 on white background.


Black color preview on #125507 background

This text has black color on #125507 background.


White color preview on #125507 background

This text has white color on #125507 background.


Related colors

Complementary color

Complementary color for #hex is #EDAAF8.


I love getcolorcode.com

Triadic colors

1 #071255 and #550712 with #125507 are triadic colors.

2 #075512 and #551207 with #125507 are triadic colors.