COLOR #638B23

HEX: #638B23
RGB: (99,139,35)

Color info

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

RGB color model

#638B23 color RGB value is (99,139,35).

  • red value is 99;
  • green value is 139;
  • blue value is 35.
RGB:
(99,139,35)
(39%,55%,14%)

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 35 of 255 = 14%

99
139
35

R + G + B ~ 36%. #638B23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 35 = 273 (100%)
R 99 of 273 ~ 36.26%
G 139 of 273 ~ 50.92%
B 35 of 273 ~ 12.82%

%36.26
%50.92
%12.82

CMYK color model

#638B23 color CMYK value is (29,0,75,45).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 74.82%
  • key color value is 45.49%
CMYK:
(29,0,75,45)
C29M0Y75K45 
(29%,0%,75%,45%)
(0.29/0.00/0.75/0.45)	

CMYK percentages

%28.78
%0
%74.82
%45.49

Codes

Color #638B23 in popluar color models

638B23
RGB9913935
HSL83°59.77%34.12%
HSB/HSV83°74.82%54.51%
CMYK28.78%0.00%74.82%
45.49%

Color #638B23 in popluar number systems.

HEX638B23
Decimal9913935
Binary110001110001011100011
Octal14321343

Shades and tints

Shades of #638B23

#638B23
(99,139,35)
#5A7F20
(90,127,32)
#51731D
(81,115,29)
#48671A
(72,103,26)
#3F5B17
(63,91,23)
#364F14
(54,79,20)
#2D4311
(45,67,17)
#24370E
(36,55,14)
#1B2B0B
(27,43,11)
#121F08
(18,31,8)
#091305
(9,19,5)
#000000
(0,0,0)

Tints of #638B23

#638B23
(99,139,35)
#719537
(113,149,55)
#7F9F4B
(127,159,75)
#8DA95F
(141,169,95)
#9BB373
(155,179,115)
#A9BD87
(169,189,135)
#B7C79B
(183,199,155)
#C5D1AF
(197,209,175)
#D3DBC3
(211,219,195)
#E1E5D7
(225,229,215)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638B23 color. Also use rgb(99,139,35) instead hex code.

Text Font Color

.myTextColor { color: #638B23; }

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

This text font color is #638B23.


Background Color

.myBgColor { background-color: #638B23; }

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

This div background color is #638B23.


Border color

.myBorderColor { border: 1px solid #638B23; }

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

This div border color is #638B23.


Opacity

.myOpacity80 { color: #638B23; opacity: 0.8; }

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

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

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

This text has shadow with #638B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638B23 on black background.


Color preview on white background

This text has color #638B23 on white background.



Black color preview on #638B23 background

This text has black color on #638B23 background.


White color preview on #638B23 background

This text has white color on #638B23 background.